Color Hex Logo

#b96643 Color Hex

#B96643
(185,102,67)
0 Favorites   0 Comments

Color spaces of #b96643

RGB 18510267
HSL0.050.470.49
HSV18°64°73°
CMYK 0.000.450.64   0.27
XYZ25.772120.22237.8551
Yxy20.22230.47860.3755
Hunter Lab44.969223.603221.1218
CIE-Lab52.087630.142734.1342

#b96643 color RGB value is (185,102,67).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 01100110 01000011
Octal 271 146 103
Decimal 185 102 67
Hex B9 66 43

RGB Percentages of Color #b96643

%52.26
%28.81
%18.93

CMYK Percentages of Color #b96643

%0
%45
%64
%27

Triadic Colors of #b96643

#b96643 #43b966 #6643b9

Analogous Colors of #b96643

#b96643 #b9a143 #b9435b

Monochromatic Colors of #b96643

#b96643

Complementary Color

#b96643 #4396b9

#b96643 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b96643 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b96643 Color CSS Codes

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

#b96643 Text Font Color

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

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


#b96643 Background Color

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

This div background color is #b96643


#b96643 Border Color

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

This div border color is #b96643


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b96643


Comments

No comments written yet.

Please login to write comment.