color codes Logo

#b6482c color codes

#B6482C
(182,72,44)
0 Favorites   0 Comments

Color spaces of #b6482c

RGB 1827244
HSL0.030.610.44
HSV12°76°71°
CMYK 0.000.600.76   0.29
XYZ22.063414.76174.0693
Yxy14.76170.53950.3610
Hunter Lab38.421035.267720.6151
CIE-Lab45.306143.039438.8324

#b6482c color RGB value is (182,72,44).

#b6482c hex color red value is 182, green value is 72 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #b6482c hue: 0.03 , saturation: 0.61 and the lightness value of b6482c is 0.44.

The process color (four color CMYK) of #b6482c color code is 0.00, 0.60, 0.76, 0.29. Web safe color of #b6482c is #cc3333. Color #b6482c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01001000 00101100
Octal 266 110 54
Decimal 182 72 44
Hex B6 48 2C

RGB Percentages of Color #b6482c

%61.07
%24.16
%14.77

CMYK Percentages of Color #b6482c

%0
%60
%76
%29

Triadic Colors of #b6482c

#b6482c #2cb648 #482cb6

Analogous Colors of #b6482c

#b6482c #b68d2c #b62c55

Monochromatic Colors of #b6482c

#b6482c

Complementary Color

#b6482c #2c9ab6

#b6482c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6482c Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6482c Color CSS Codes

.mybgcolor {background-color:#b6482c; } 
.myforecolor {color:#b6482c; }
.mybordercolor {border:3px solid #b6482c; }

#b6482c Text Font Color

<p style="color:#b6482c">Text here</p>

This sample text font color is #b6482c
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#b6482c Background Color

<div style="background-color:#b6482c">
Div content here</div>

This div background color is #b6482c


#b6482c Border Color

<div style="border:3px solid #b6482c">
Div here</div>

This div border color is #b6482c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(182,72,44, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b6482c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b6482c;
  -webkit-box-shadow: 1px 1px 3px 2px #b6482c;
  box-shadow:         1px 1px 3px 2px #b6482c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,72,44, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b6482c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #b6482c;
  -webkit-box-shadow: 1px 1px 3px 2px #b6482c;
  box-shadow:         1px 1px 3px 2px #b6482c;">
Div content here</div>

This div box has shadow with color #b6482c

#b6482c Color Palettes


Comments

No comments written yet.

Please login to write comment.