Color Hex Logo

#b8896f Color Hex

#B8896F
(184,137,111)
0 Favorites   0 Comments

Color spaces of #b8896f

RGB 184137111
HSL0.060.340.58
HSV21°40°72°
CMYK 0.000.260.40   0.28
XYZ31.582129.229419.0162
Yxy29.22940.39560.3662
Hunter Lab54.06429.660016.9907
CIE-Lab60.983614.489020.9364

#b8896f color RGB value is (184,137,111).

#b8896f hex color red value is 184, green value is 137 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #b8896f hue: 0.06 , saturation: 0.34 and the lightness value of b8896f is 0.58.

The process color (four color CMYK) of #b8896f color hex is 0.00, 0.26, 0.40, 0.28. Web safe color of #b8896f is #cc9966. Color #b8896f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 10001001 01101111
Octal 270 211 157
Decimal 184 137 111
Hex B8 89 6F

RGB Percentages of Color #b8896f

%42.59
%31.71
%25.69

CMYK Percentages of Color #b8896f

%0
%26
%40
%28

Triadic Colors of #b8896f

#b8896f #6fb889 #896fb8

Analogous Colors of #b8896f

#b8896f #b8ae6f #b86f7a

Monochromatic Colors of #b8896f

#b8896f

Complementary Color

#b8896f #6f9eb8

#b8896f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8896f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8896f Color CSS Codes

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

#b8896f Text Font Color

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

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


#b8896f Background Color

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

This div background color is #b8896f


#b8896f Border Color

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

This div border color is #b8896f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(184,137,111, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b8896f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b8896f;
  -webkit-box-shadow: 1px 1px 3px 2px #b8896f;
  box-shadow:         1px 1px 3px 2px #b8896f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,137,111, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8896f

#b8896f Color Palettes


Comments

No comments written yet.

Please login to write comment.