Shades of Pavlova #BBA982
Tints of Pavlova #BBA982
RGB
CMYK
RGB Variations
Color information
#BBA982 (or 0xBBA982) is known color: Pavlova. HEX triplet: BB, A9 and 82. RGB value is (187,169,130). Sum of RGB (Red+Green+Blue) = 187+169+130=486 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.48% from 486); Green value is 169 (66.41% from 255 or 34.77% from 486); Blue value is 130 (51.17% from 255 or 26.75% from 486); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA982 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA982 is #44567D. Grayscale: #AAAAAA. Windows color (decimal): -4478590 or 8563131. OLE color: 8563131.
HSL color Cylindrical-coordinate representation of color #BBA982: hue angle of 41.05º 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 #BBA982 is Cyan = 0, Magento = 0.10, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 169 | 130 | - |
| CMYK | 0 | 0.10 | 0.30 | 0.27 |
| HSL | 41.05º | 0.3% | 0.62% | - |
| HSV(B) | 41.05º | 0.3% | 0.73% | - |
| XYZ | 38.71 | 40.55 | 26.91 | - |
| YUV | 169.94 | 105.46 | 140.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 169 | 130 | 0 | 0.10 | 0.30 | 0.27 | 41.05 | 0.3 | 0.62 |
| Hex | BB | A9 | 82 | 0 | A | 1E | 1B | 29 | 1E | 3E |
| Octal | 273 | 251 | 202 | 0 | 12 | 36 | 33 | 51 | 36 | 76 |
| Binary | 10111011 | 10101001 | 10000010 | 0 | 1010 | 11110 | 11011 | 101001 | 11110 | 111110 |
Color Harmonies of #BBA982
Complementary color
Monochromatic Colors of #BBA982
Black with #BBA982
Text Example
Text Example
White with #BBA982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA982; }
p { color: rgb(187,169,130); }
H1.HeaderClassName
{
color: #BBA982;
}
.AnyTagClassName
{
color: #BBA982;
}
</style>
background-color css
<style>
a { background-color: #BBA982; }
a { background-color: rgb(187,169,130); }
div.DivClassName
{
background-color: #BBA982;
}
.BgClassName
{
background-color: #BBA982;
}
</style>
border-color css
<style>
span { border-color: #BBA982; }
span { border-color: rgb(187,169,130); }
td.TdClassName
{
border-color: #BBA982;
}
.TagClassName
{
border-color: #BBA982;
}
</style>