Color Hex Logo

#b89974 Color Hex

#B89974
(184,153,116)
0 Favorites   0 Comments

Color spaces of #b89974

RGB 184153116
HSL0.090.320.59
HSV33°37°72°
CMYK 0.000.170.37   0.28
XYZ34.310834.233821.3224
Yxy34.23380.38180.3809
Hunter Lab58.50972.282719.3500
CIE-Lab65.14776.239623.7680

#b89974 color RGB value is (184,153,116).

#b89974 hex color red value is 184, green value is 153 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #b89974 hue: 0.09 , saturation: 0.32 and the lightness value of b89974 is 0.59.

The process color (four color CMYK) of #b89974 color hex is 0.00, 0.17, 0.37, 0.28. Web safe color of #b89974 is #cc9966. Color #b89974 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 10011001 01110100
Octal 270 231 164
Decimal 184 153 116
Hex B8 99 74

RGB Percentages of Color #b89974

%40.62
%33.77
%25.61

CMYK Percentages of Color #b89974

%0
%17
%37
%28

Triadic Colors of #b89974

#b89974 #74b899 #9974b8

Analogous Colors of #b89974

#b89974 #b5b874 #b87774

Monochromatic Colors of #b89974

#b89974

Complementary Color

#b89974 #7493b8

#b89974 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b89974 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b89974 Color CSS Codes

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

#b89974 Text Font Color

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

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


#b89974 Background Color

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

This div background color is #b89974


#b89974 Border Color

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

This div border color is #b89974


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b89974

#b89974 Color Palettes


Comments

No comments written yet.

Please login to write comment.