Color Hex Logo

#b89072 Color Hex

#B89072
(184,144,114)
0 Favorites   0 Comments

Color spaces of #b89072

RGB 184144114
HSL0.070.330.58
HSV26°38°72°
CMYK 0.000.220.38   0.28
XYZ32.777731.351820.2435
Yxy31.35180.38850.3716
Hunter Lab55.99276.505417.7593
CIE-Lab62.803510.960521.7192

#b89072 color RGB value is (184,144,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 10010000 01110010
Octal 270 220 162
Decimal 184 144 114
Hex B8 90 72

RGB Percentages of Color #b89072

%41.63
%32.58
%25.79

CMYK Percentages of Color #b89072

%0
%22
%38
%28

Triadic Colors of #b89072

#b89072 #72b890 #9072b8

Analogous Colors of #b89072

#b89072 #b8b372 #b87277

Monochromatic Colors of #b89072

#b89072

Complementary Color

#b89072 #729ab8

#b89072 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b89072 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b89072 Color CSS Codes

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

#b89072 Text Font Color

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

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


#b89072 Background Color

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

This div background color is #b89072


#b89072 Border Color

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

This div border color is #b89072


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b89072


Comments

No comments written yet.

Please login to write comment.