Color Hex Logo

#b96711 Color Hex

#B96711
(185,103,17)
0 Favorites   0 Comments

Color spaces of #b96711

RGB 18510317
HSL0.090.830.40
HSV31°91°73°
CMYK 0.000.440.91   0.27
XYZ24.959020.05533.0859
Yxy20.05530.51890.4169
Hunter Lab44.783121.112927.2627
CIE-Lab51.899727.513056.0908

#b96711 color RGB value is (185,103,17).

#b96711 hex color red value is 185, green value is 103 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #b96711 hue: 0.09 , saturation: 0.83 and the lightness value of b96711 is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 01100111 00010001
Octal 271 147 21
Decimal 185 103 17
Hex B9 67 11

RGB Percentages of Color #b96711

%60.66
%33.77
%5.57

CMYK Percentages of Color #b96711

%0
%44
%91
%27

Triadic Colors of #b96711

#b96711 #11b967 #6711b9

Analogous Colors of #b96711

#b96711 #b7b911 #b91311

Monochromatic Colors of #b96711

#b96711

Complementary Color

#b96711 #1163b9

#b96711 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b96711 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b96711 Color CSS Codes

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

#b96711 Text Font Color

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

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


#b96711 Background Color

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

This div background color is #b96711


#b96711 Border Color

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

This div border color is #b96711


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b96711


Comments

No comments written yet.

Please login to write comment.