Color Hex Logo

#b899aa Color Hex

#B899AA
(184,153,170)
0 Favorites   0 Comments

Color spaces of #b899aa

RGB 184153170
HSL0.910.180.66
HSV327°17°72°
CMYK 0.000.170.08   0.28
XYZ38.414135.875142.9302
Yxy35.87510.32770.3061
Hunter Lab59.89589.6630-0.5689
CIE-Lab66.424414.3981-4.5442

#b899aa color RGB value is (184,153,170).

#b899aa hex color red value is 184, green value is 153 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #b899aa hue: 0.91 , saturation: 0.18 and the lightness value of b899aa is 0.66.

The process color (four color CMYK) of #b899aa color hex is 0.00, 0.17, 0.08, 0.28. Web safe color of #b899aa is #cc9999. Color #b899aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 10011001 10101010
Octal 270 231 252
Decimal 184 153 170
Hex B8 99 AA

RGB Percentages of Color #b899aa

%36.29
%30.18
%33.53

CMYK Percentages of Color #b899aa

%0
%17
%8
%28

Triadic Colors of #b899aa

#b899aa #aab899 #99aab8

Analogous Colors of #b899aa

#b899aa #b8999b #b799b8

Monochromatic Colors of #b899aa

#b899aa

Complementary Color

#b899aa #99b8a7

#b899aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b899aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b899aa Color CSS Codes

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

#b899aa Text Font Color

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

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


#b899aa Background Color

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

This div background color is #b899aa


#b899aa Border Color

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

This div border color is #b899aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b899aa


Comments

No comments written yet.

Please login to write comment.