Color Hex Logo

#b96829 Color Hex

#B96829
(185,104,41)
0 Favorites   0 Comments

Color spaces of #b96829

RGB 18510441
HSL0.070.640.44
HSV26°78°73°
CMYK 0.000.440.78   0.27
XYZ25.358120.37504.6941
Yxy20.37500.50290.4040
Hunter Lab45.138721.285425.4313
CIE-Lab52.258627.663647.5588

#b96829 color RGB value is (185,104,41).

#b96829 hex color red value is 185, green value is 104 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #b96829 hue: 0.07 , saturation: 0.64 and the lightness value of b96829 is 0.44.

The process color (four color CMYK) of #b96829 color hex is 0.00, 0.44, 0.78, 0.27. Web safe color of #b96829 is #cc6633. Color #b96829 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01101000 00101001
Octal 271 150 51
Decimal 185 104 41
Hex B9 68 29

RGB Percentages of Color #b96829

%56.06
%31.52
%12.42

CMYK Percentages of Color #b96829

%0
%44
%78
%27

Triadic Colors of #b96829

#b96829 #29b968 #6829b9

Analogous Colors of #b96829

#b96829 #b9b029 #b92932

Monochromatic Colors of #b96829

#b96829

Complementary Color

#b96829 #297ab9

#b96829 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b96829 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b96829 Color CSS Codes

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

#b96829 Text Font Color

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

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


#b96829 Background Color

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

This div background color is #b96829


#b96829 Border Color

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

This div border color is #b96829


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b96829


Comments

No comments written yet.

Please login to write comment.