Shades of Pavlova #BBA786
Tints of Pavlova #BBA786
RGB
CMYK
RGB Variations
Color information
#BBA786 (or 0xBBA786) is known color: Pavlova. HEX triplet: BB, A7 and 86. RGB value is (187,167,134). Sum of RGB (Red+Green+Blue) = 187+167+134=488 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.32% from 488); Green value is 167 (65.62% from 255 or 34.22% from 488); Blue value is 134 (52.73% from 255 or 27.46% from 488); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA786 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA786 is #445879. Grayscale: #A9A9A9. Windows color (decimal): -4479098 or 8824763. OLE color: 8824763.
HSL color Cylindrical-coordinate representation of color #BBA786: hue angle of 37.36º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BBA786 is Cyan = 0, Magento = 0.11, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 167 | 134 | - |
| CMYK | 0 | 0.11 | 0.28 | 0.27 |
| HSL | 37.36º | 0.28% | 0.63% | - |
| HSV(B) | 37.36º | 0.28% | 0.73% | - |
| XYZ | 38.62 | 39.92 | 28.23 | - |
| YUV | 169.22 | 108.13 | 140.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 167 | 134 | 0 | 0.11 | 0.28 | 0.27 | 37.36 | 0.28 | 0.63 |
| Hex | BB | A7 | 86 | 0 | B | 1C | 1B | 25 | 1C | 3F |
| Octal | 273 | 247 | 206 | 0 | 13 | 34 | 33 | 45 | 34 | 77 |
| Binary | 10111011 | 10100111 | 10000110 | 0 | 1011 | 11100 | 11011 | 100101 | 11100 | 111111 |
Color Harmonies of #BBA786
Complementary color
Monochromatic Colors of #BBA786
Black with #BBA786
Text Example
Text Example
White with #BBA786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA786; }
p { color: rgb(187,167,134); }
H1.HeaderClassName
{
color: #BBA786;
}
.AnyTagClassName
{
color: #BBA786;
}
</style>
background-color css
<style>
a { background-color: #BBA786; }
a { background-color: rgb(187,167,134); }
div.DivClassName
{
background-color: #BBA786;
}
.BgClassName
{
background-color: #BBA786;
}
</style>
border-color css
<style>
span { border-color: #BBA786; }
span { border-color: rgb(187,167,134); }
td.TdClassName
{
border-color: #BBA786;
}
.TagClassName
{
border-color: #BBA786;
}
</style>