Shades of Pavlova #BBAA82
Tints of Pavlova #BBAA82
RGB
CMYK
RGB Variations
Color information
#BBAA82 (or 0xBBAA82) is known color: Pavlova. HEX triplet: BB, AA and 82. RGB value is (187,170,130). Sum of RGB (Red+Green+Blue) = 187+170+130=487 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.40% from 487); Green value is 170 (66.80% from 255 or 34.91% from 487); Blue value is 130 (51.17% from 255 or 26.69% from 487); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAA82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAA82 is #44557D. Grayscale: #AAAAAA. Windows color (decimal): -4478334 or 8563387. OLE color: 8563387.
HSL color Cylindrical-coordinate representation of color #BBAA82: hue angle of 42.11º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BBAA82 is Cyan = 0, Magento = 0.09, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 170 | 130 | - |
| CMYK | 0 | 0.09 | 0.30 | 0.27 |
| HSL | 42.11º | 0.3% | 0.62% | - |
| HSV(B) | 42.11º | 0.3% | 0.73% | - |
| XYZ | 38.9 | 40.93 | 26.97 | - |
| YUV | 170.52 | 105.13 | 139.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 170 | 130 | 0 | 0.09 | 0.30 | 0.27 | 42.11 | 0.3 | 0.62 |
| Hex | BB | AA | 82 | 0 | 9 | 1E | 1B | 2A | 1E | 3E |
| Octal | 273 | 252 | 202 | 0 | 11 | 36 | 33 | 52 | 36 | 76 |
| Binary | 10111011 | 10101010 | 10000010 | 0 | 1001 | 11110 | 11011 | 101010 | 11110 | 111110 |
Color Harmonies of #BBAA82
Complementary color
Monochromatic Colors of #BBAA82
Black with #BBAA82
Text Example
Text Example
White with #BBAA82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAA82; }
p { color: rgb(187,170,130); }
H1.HeaderClassName
{
color: #BBAA82;
}
.AnyTagClassName
{
color: #BBAA82;
}
</style>
background-color css
<style>
a { background-color: #BBAA82; }
a { background-color: rgb(187,170,130); }
div.DivClassName
{
background-color: #BBAA82;
}
.BgClassName
{
background-color: #BBAA82;
}
</style>
border-color css
<style>
span { border-color: #BBAA82; }
span { border-color: rgb(187,170,130); }
td.TdClassName
{
border-color: #BBAA82;
}
.TagClassName
{
border-color: #BBAA82;
}
</style>