Color Hex Logo

#b96615 Color Hex

#B96615
(185,102,21)
0 Favorites   0 Comments

Color spaces of #b96615

RGB 18510221
HSL0.080.800.40
HSV30°89°73°
CMYK 0.000.450.89   0.27
XYZ24.894319.87123.2329
Yxy19.87120.51860.4140
Hunter Lab44.577121.674226.9041
CIE-Lab51.691328.134354.7782

#b96615 color RGB value is (185,102,21).

#b96615 hex color red value is 185, green value is 102 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #b96615 hue: 0.08 , saturation: 0.80 and the lightness value of b96615 is 0.40.

The process color (four color CMYK) of #b96615 color hex is 0.00, 0.45, 0.89, 0.27. Web safe color of #b96615 is #cc6600. Color #b96615 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01100110 00010101
Octal 271 146 25
Decimal 185 102 21
Hex B9 66 15

RGB Percentages of Color #b96615

%60.06
%33.12
%6.82

CMYK Percentages of Color #b96615

%0
%45
%89
%27

Triadic Colors of #b96615

#b96615 #15b966 #6615b9

Analogous Colors of #b96615

#b96615 #b9b815 #b91516

Monochromatic Colors of #b96615

#b96615

Complementary Color

#b96615 #1568b9

#b96615 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b96615 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b96615 Color CSS Codes

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

#b96615 Text Font Color

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

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


#b96615 Background Color

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

This div background color is #b96615


#b96615 Border Color

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

This div border color is #b96615


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,102,21, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b96615


Comments

No comments written yet.

Please login to write comment.