Shades of Pavlova #BBAA8B
Tints of Pavlova #BBAA8B
RGB
CMYK
RGB Variations
Color information
#BBAA8B (or 0xBBAA8B) is known color: Pavlova. HEX triplet: BB, AA and 8B. RGB value is (187,170,139). Sum of RGB (Red+Green+Blue) = 187+170+139=496 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.70% from 496); Green value is 170 (66.80% from 255 or 34.27% from 496); Blue value is 139 (54.69% from 255 or 28.02% from 496); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAA8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAA8B is #445574. Grayscale: #ABABAB. Windows color (decimal): -4478325 or 9153211. OLE color: 9153211.
HSL color Cylindrical-coordinate representation of color #BBAA8B: hue angle of 38.75º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBAA8B is Cyan = 0, Magento = 0.09, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 170 | 139 | - |
| CMYK | 0 | 0.09 | 0.26 | 0.27 |
| HSL | 38.75º | 0.26% | 0.64% | - |
| HSV(B) | 38.75º | 0.26% | 0.73% | - |
| XYZ | 39.53 | 41.18 | 30.29 | - |
| YUV | 171.55 | 109.63 | 139.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 170 | 139 | 0 | 0.09 | 0.26 | 0.27 | 38.75 | 0.26 | 0.64 |
| Hex | BB | AA | 8B | 0 | 9 | 1A | 1B | 27 | 1A | 40 |
| Octal | 273 | 252 | 213 | 0 | 11 | 32 | 33 | 47 | 32 | 100 |
| Binary | 10111011 | 10101010 | 10001011 | 0 | 1001 | 11010 | 11011 | 100111 | 11010 | 1000000 |
Color Harmonies of #BBAA8B
Complementary color
Monochromatic Colors of #BBAA8B
Black with #BBAA8B
Text Example
Text Example
White with #BBAA8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAA8B; }
p { color: rgb(187,170,139); }
H1.HeaderClassName
{
color: #BBAA8B;
}
.AnyTagClassName
{
color: #BBAA8B;
}
</style>
background-color css
<style>
a { background-color: #BBAA8B; }
a { background-color: rgb(187,170,139); }
div.DivClassName
{
background-color: #BBAA8B;
}
.BgClassName
{
background-color: #BBAA8B;
}
</style>
border-color css
<style>
span { border-color: #BBAA8B; }
span { border-color: rgb(187,170,139); }
td.TdClassName
{
border-color: #BBAA8B;
}
.TagClassName
{
border-color: #BBAA8B;
}
</style>