Color Hex Logo

#b88972 Color Hex

#B88972
(184,137,114)
0 Favorites   0 Comments

Color spaces of #b88972

RGB 184137114
HSL0.050.330.58
HSV20°38°72°
CMYK 0.000.260.38   0.28
XYZ31.750129.296619.9010
Yxy29.29660.39220.3619
Hunter Lab54.12639.985716.0889
CIE-Lab61.042514.847919.3304

#b88972 color RGB value is (184,137,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 10001001 01110010
Octal 270 211 162
Decimal 184 137 114
Hex B8 89 72

RGB Percentages of Color #b88972

%42.30
%31.49
%26.21

CMYK Percentages of Color #b88972

%0
%26
%38
%28

Triadic Colors of #b88972

#b88972 #72b889 #8972b8

Analogous Colors of #b88972

#b88972 #b8ac72 #b8727e

Monochromatic Colors of #b88972

#b88972

Complementary Color

#b88972 #72a1b8

#b88972 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b88972 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b88972 Color CSS Codes

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

#b88972 Text Font Color

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

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


#b88972 Background Color

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

This div background color is #b88972


#b88972 Border Color

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

This div border color is #b88972


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b88972


Comments

No comments written yet.

Please login to write comment.