Color Hex Logo

#b89a6f Color Hex

#B89A6F
(184,154,111)
0 Favorites   0 Comments

Color spaces of #b89a6f

RGB 184154111
HSL0.100.340.58
HSV35°40°72°
CMYK 0.000.160.40   0.28
XYZ34.192034.449219.8862
Yxy34.44920.38620.3891
Hunter Lab58.69341.272120.9971
CIE-Lab65.31765.096226.7293

#b89a6f color RGB value is (184,154,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 10011010 01101111
Octal 270 232 157
Decimal 184 154 111
Hex B8 9A 6F

RGB Percentages of Color #b89a6f

%40.98
%34.30
%24.72

CMYK Percentages of Color #b89a6f

%0
%16
%40
%28

Triadic Colors of #b89a6f

#b89a6f #6fb89a #9a6fb8

Analogous Colors of #b89a6f

#b89a6f #b2b86f #b8766f

Monochromatic Colors of #b89a6f

#b89a6f

Complementary Color

#b89a6f #6f8db8

#b89a6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b89a6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b89a6f Color CSS Codes

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

#b89a6f Text Font Color

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

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


#b89a6f Background Color

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

This div background color is #b89a6f


#b89a6f Border Color

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

This div border color is #b89a6f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b89a6f


Comments

No comments written yet.

Please login to write comment.