Color Hex Logo

#b96943 Color Hex

#B96943
(185,105,67)
0 Favorites   0 Comments

Color spaces of #b96943

RGB 18510567
HSL0.050.470.49
HSV19°64°73°
CMYK 0.000.430.64   0.27
XYZ26.072320.82277.9552
Yxy20.82270.47530.3796
Hunter Lab45.631922.132221.6061
CIE-Lab52.754928.518234.9325

#b96943 color RGB value is (185,105,67).

#b96943 hex color red value is 185, green value is 105 and the blue value of its RGB is 67. Cylindrical-coordinate representations (also known as HSL) of color #b96943 hue: 0.05 , saturation: 0.47 and the lightness value of b96943 is 0.49.

The process color (four color CMYK) of #b96943 color hex is 0.00, 0.43, 0.64, 0.27. Web safe color of #b96943 is #cc6633. Color #b96943 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01101001 01000011
Octal 271 151 103
Decimal 185 105 67
Hex B9 69 43

RGB Percentages of Color #b96943

%51.82
%29.41
%18.77

CMYK Percentages of Color #b96943

%0
%43
%64
%27

Triadic Colors of #b96943

#b96943 #43b969 #6943b9

Analogous Colors of #b96943

#b96943 #b9a443 #b94358

Monochromatic Colors of #b96943

#b96943

Complementary Color

#b96943 #4393b9

#b96943 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b96943 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b96943 Color CSS Codes

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

#b96943 Text Font Color

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

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


#b96943 Background Color

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

This div background color is #b96943


#b96943 Border Color

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

This div border color is #b96943


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b96943


Comments

No comments written yet.

Please login to write comment.