Color Hex Logo

#b96610 Color Hex

#B96610
(185,102,16)
0 Favorites   0 Comments

Color spaces of #b96610

RGB 18510216
HSL0.080.840.39
HSV31°91°73°
CMYK 0.000.450.91   0.27
XYZ24.852519.85443.0126
Yxy19.85440.52080.4161
Hunter Lab44.558321.581927.1822
CIE-Lab51.672228.037456.1852

#b96610 color RGB value is (185,102,16).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 01100110 00010000
Octal 271 146 20
Decimal 185 102 16
Hex B9 66 10

RGB Percentages of Color #b96610

%61.06
%33.66
%5.28

CMYK Percentages of Color #b96610

%0
%45
%91
%27

Triadic Colors of #b96610

#b96610 #10b966 #6610b9

Analogous Colors of #b96610

#b96610 #b8b910 #b91210

Monochromatic Colors of #b96610

#b96610

Complementary Color

#b96610 #1063b9

#b96610 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b96610 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b96610 Color CSS Codes

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

#b96610 Text Font Color

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

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


#b96610 Background Color

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

This div background color is #b96610


#b96610 Border Color

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

This div border color is #b96610


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b96610


Comments

No comments written yet.

Please login to write comment.