Color Hex Logo

#b64209 Color Hex

#B64209
(182,66,9)
0 Favorites   0 Comments

Color spaces of #b64209

RGB 182669
HSL0.050.910.37
HSV20°95°71°
CMYK 0.000.640.95   0.29
XYZ21.288913.86121.8119
Yxy13.86120.57600.3750
Hunter Lab37.230636.914723.1760
CIE-Lab44.033244.887352.4447

#b64209 color RGB value is (182,66,9).

#b64209 hex color red value is 182, green value is 66 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #b64209 hue: 0.05 , saturation: 0.91 and the lightness value of b64209 is 0.37.

The process color (four color CMYK) of #b64209 color hex is 0.00, 0.64, 0.95, 0.29. Web safe color of #b64209 is #cc3300. Color #b64209 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01000010 00001001
Octal 266 102 11
Decimal 182 66 9
Hex B6 42 9

RGB Percentages of Color #b64209

%70.82
%25.68
%3.50

CMYK Percentages of Color #b64209

%0
%64
%95
%29

Triadic Colors of #b64209

#b64209 #09b642 #4209b6

Analogous Colors of #b64209

#b64209 #b69909 #b60926

Monochromatic Colors of #b64209

#b64209

Complementary Color

#b64209 #097db6

#b64209 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b64209 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b64209 Color CSS Codes

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

#b64209 Text Font Color

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

This sample text font color is #b64209
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.


#b64209 Background Color

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

This div background color is #b64209


#b64209 Border Color

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

This div border color is #b64209


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b64209


Comments

No comments written yet.

Please login to write comment.