Shades of Pavlova #B9AA8A
Tints of Pavlova #B9AA8A
RGB
CMYK
RGB Variations
Color information
#B9AA8A (or 0xB9AA8A) is known color: Pavlova. HEX triplet: B9, AA and 8A. RGB value is (185,170,138). Sum of RGB (Red+Green+Blue) = 185+170+138=493 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.53% from 493); Green value is 170 (66.80% from 255 or 34.48% from 493); Blue value is 138 (54.30% from 255 or 27.99% from 493); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AA8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9AA8A is #465575. Grayscale: #AAAAAA. Windows color (decimal): -4609398 or 9087673. OLE color: 9087673.
HSL color Cylindrical-coordinate representation of color #B9AA8A: hue angle of 40.85º degrees, saturation: 0.25, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B9AA8A is Cyan = 0, Magento = 0.08, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 170 | 138 | - |
| CMYK | 0 | 0.08 | 0.25 | 0.27 |
| HSL | 40.85º | 0.25% | 0.63% | - |
| HSV(B) | 40.85º | 0.25% | 0.73% | - |
| XYZ | 38.97 | 40.9 | 29.89 | - |
| YUV | 170.84 | 109.47 | 138.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 170 | 138 | 0 | 0.08 | 0.25 | 0.27 | 40.85 | 0.25 | 0.63 |
| Hex | B9 | AA | 8A | 0 | 8 | 19 | 1B | 29 | 19 | 3F |
| Octal | 271 | 252 | 212 | 0 | 10 | 31 | 33 | 51 | 31 | 77 |
| Binary | 10111001 | 10101010 | 10001010 | 0 | 1000 | 11001 | 11011 | 101001 | 11001 | 111111 |
Color Harmonies of #B9AA8A
Complementary color
Monochromatic Colors of #B9AA8A
Black with #B9AA8A
Text Example
Text Example
White with #B9AA8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9AA8A; }
p { color: rgb(185,170,138); }
H1.HeaderClassName
{
color: #B9AA8A;
}
.AnyTagClassName
{
color: #B9AA8A;
}
</style>
background-color css
<style>
a { background-color: #B9AA8A; }
a { background-color: rgb(185,170,138); }
div.DivClassName
{
background-color: #B9AA8A;
}
.BgClassName
{
background-color: #B9AA8A;
}
</style>
border-color css
<style>
span { border-color: #B9AA8A; }
span { border-color: rgb(185,170,138); }
td.TdClassName
{
border-color: #B9AA8A;
}
.TagClassName
{
border-color: #B9AA8A;
}
</style>