Color Hex Logo

#b86609 Color Hex

#B86609
(184,102,9)
0 Favorites   0 Comments

Color spaces of #b86609

RGB 1841029
HSL0.090.910.38
HSV32°95°72°
CMYK 0.000.450.95   0.28
XYZ24.567819.71282.7685
Yxy19.71280.52220.4190
Hunter Lab44.399121.072827.3823
CIE-Lab51.510927.506957.5872

#b86609 color RGB value is (184,102,9).

#b86609 hex color red value is 184, green value is 102 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #b86609 hue: 0.09 , saturation: 0.91 and the lightness value of b86609 is 0.38.

The process color (four color CMYK) of #b86609 color hex is 0.00, 0.45, 0.95, 0.28. Web safe color of #b86609 is #cc6600. Color #b86609 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01100110 00001001
Octal 270 146 11
Decimal 184 102 9
Hex B8 66 9

RGB Percentages of Color #b86609

%62.37
%34.58
%3.05

CMYK Percentages of Color #b86609

%0
%45
%95
%28

Triadic Colors of #b86609

#b86609 #09b866 #6609b8

Analogous Colors of #b86609

#b86609 #b3b809 #b80e09

Monochromatic Colors of #b86609

#b86609

Complementary Color

#b86609 #095bb8

#b86609 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b86609 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b86609 Color CSS Codes

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

#b86609 Text Font Color

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

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


#b86609 Background Color

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

This div background color is #b86609


#b86609 Border Color

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

This div border color is #b86609


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,102,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 #b86609">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b86609

#b86609 Color Palettes


Comments

No comments written yet.

Please login to write comment.