Shades of Pavlova #BBAB82
Tints of Pavlova #BBAB82
RGB
CMYK
RGB Variations
Color information
#BBAB82 (or 0xBBAB82) is known color: Pavlova. HEX triplet: BB, AB and 82. RGB value is (187,171,130). Sum of RGB (Red+Green+Blue) = 187+171+130=488 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.32% from 488); Green value is 171 (67.19% from 255 or 35.04% from 488); Blue value is 130 (51.17% from 255 or 26.64% from 488); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAB82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAB82 is #44547D. Grayscale: #ABABAB. Windows color (decimal): -4478078 or 8563643. OLE color: 8563643.
HSL color Cylindrical-coordinate representation of color #BBAB82: hue angle of 43.16º 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 #BBAB82 is Cyan = 0, Magento = 0.09, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 171 | 130 | - |
| CMYK | 0 | 0.09 | 0.30 | 0.27 |
| HSL | 43.16º | 0.3% | 0.62% | - |
| HSV(B) | 43.16º | 0.3% | 0.73% | - |
| XYZ | 39.09 | 41.3 | 27.03 | - |
| YUV | 171.11 | 104.8 | 139.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 171 | 130 | 0 | 0.09 | 0.30 | 0.27 | 43.16 | 0.3 | 0.62 |
| Hex | BB | AB | 82 | 0 | 9 | 1E | 1B | 2B | 1E | 3E |
| Octal | 273 | 253 | 202 | 0 | 11 | 36 | 33 | 53 | 36 | 76 |
| Binary | 10111011 | 10101011 | 10000010 | 0 | 1001 | 11110 | 11011 | 101011 | 11110 | 111110 |
Color Harmonies of #BBAB82
Complementary color
Monochromatic Colors of #BBAB82
Black with #BBAB82
Text Example
Text Example
White with #BBAB82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAB82; }
p { color: rgb(187,171,130); }
H1.HeaderClassName
{
color: #BBAB82;
}
.AnyTagClassName
{
color: #BBAB82;
}
</style>
background-color css
<style>
a { background-color: #BBAB82; }
a { background-color: rgb(187,171,130); }
div.DivClassName
{
background-color: #BBAB82;
}
.BgClassName
{
background-color: #BBAB82;
}
</style>
border-color css
<style>
span { border-color: #BBAB82; }
span { border-color: rgb(187,171,130); }
td.TdClassName
{
border-color: #BBAB82;
}
.TagClassName
{
border-color: #BBAB82;
}
</style>