Color Hex Logo

#b86909 Color Hex

#B86909
(184,105,9)
0 Favorites   0 Comments

Color spaces of #b86909

RGB 1841059
HSL0.090.910.38
HSV33°95°72°
CMYK 0.000.430.95   0.28
XYZ24.868020.31322.8686
Yxy20.31320.51750.4228
Hunter Lab45.070219.616727.7755
CIE-Lab52.189525.874258.0567

#b86909 color RGB value is (184,105,9).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 01101001 00001001
Octal 270 151 11
Decimal 184 105 9
Hex B8 69 9

RGB Percentages of Color #b86909

%61.74
%35.23
%3.02

CMYK Percentages of Color #b86909

%0
%43
%95
%28

Triadic Colors of #b86909

#b86909 #09b869 #6909b8

Analogous Colors of #b86909

#b86909 #b0b809 #b81209

Monochromatic Colors of #b86909

#b86909

Complementary Color

#b86909 #0958b8

#b86909 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b86909 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b86909 Color CSS Codes

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

#b86909 Text Font Color

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

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


#b86909 Background Color

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

This div background color is #b86909


#b86909 Border Color

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

This div border color is #b86909


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b86909


Comments

No comments written yet.

Please login to write comment.