Shades of Pavlova #BBAA88
Tints of Pavlova #BBAA88
RGB
CMYK
RGB Variations
Color information
#BBAA88 (or 0xBBAA88) is known color: Pavlova. HEX triplet: BB, AA and 88. RGB value is (187,170,136). Sum of RGB (Red+Green+Blue) = 187+170+136=493 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.93% from 493); Green value is 170 (66.80% from 255 or 34.48% from 493); Blue value is 136 (53.52% from 255 or 27.59% from 493); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAA88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAA88 is #445577. Grayscale: #ABABAB. Windows color (decimal): -4478328 or 8956603. OLE color: 8956603.
HSL color Cylindrical-coordinate representation of color #BBAA88: hue angle of 40º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BBAA88 is Cyan = 0, Magento = 0.09, Yellow = 0.27 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 170 | 136 | - |
| CMYK | 0 | 0.09 | 0.27 | 0.27 |
| HSL | 40º | 0.27% | 0.63% | - |
| HSV(B) | 40º | 0.27% | 0.73% | - |
| XYZ | 39.31 | 41.09 | 29.15 | - |
| YUV | 171.21 | 108.13 | 139.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 170 | 136 | 0 | 0.09 | 0.27 | 0.27 | 40 | 0.27 | 0.63 |
| Hex | BB | AA | 88 | 0 | 9 | 1B | 1B | 28 | 1B | 3F |
| Octal | 273 | 252 | 210 | 0 | 11 | 33 | 33 | 50 | 33 | 77 |
| Binary | 10111011 | 10101010 | 10001000 | 0 | 1001 | 11011 | 11011 | 101000 | 11011 | 111111 |
Color Harmonies of #BBAA88
Complementary color
Monochromatic Colors of #BBAA88
Black with #BBAA88
Text Example
Text Example
White with #BBAA88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAA88; }
p { color: rgb(187,170,136); }
H1.HeaderClassName
{
color: #BBAA88;
}
.AnyTagClassName
{
color: #BBAA88;
}
</style>
background-color css
<style>
a { background-color: #BBAA88; }
a { background-color: rgb(187,170,136); }
div.DivClassName
{
background-color: #BBAA88;
}
.BgClassName
{
background-color: #BBAA88;
}
</style>
border-color css
<style>
span { border-color: #BBAA88; }
span { border-color: rgb(187,170,136); }
td.TdClassName
{
border-color: #BBAA88;
}
.TagClassName
{
border-color: #BBAA88;
}
</style>