Shades of Pavlova #BBA589
Tints of Pavlova #BBA589
RGB
CMYK
RGB Variations
Color information
#BBA589 (or 0xBBA589) is known color: Pavlova. HEX triplet: BB, A5 and 89. RGB value is (187,165,137). Sum of RGB (Red+Green+Blue) = 187+165+137=489 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.24% from 489); Green value is 165 (64.84% from 255 or 33.74% from 489); Blue value is 137 (53.91% from 255 or 28.02% from 489); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA589 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA589 is #445A76. Grayscale: #A8A8A8. Windows color (decimal): -4479607 or 9020859. OLE color: 9020859.
HSL color Cylindrical-coordinate representation of color #BBA589: hue angle of 33.6º degrees, saturation: 0.27, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BBA589 is Cyan = 0, Magento = 0.12, Yellow = 0.27 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 165 | 137 | - |
| CMYK | 0 | 0.12 | 0.27 | 0.27 |
| HSL | 33.6º | 0.27% | 0.64% | - |
| HSV(B) | 33.6º | 0.27% | 0.73% | - |
| XYZ | 38.46 | 39.28 | 29.22 | - |
| YUV | 168.39 | 110.29 | 141.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 165 | 137 | 0 | 0.12 | 0.27 | 0.27 | 33.6 | 0.27 | 0.64 |
| Hex | BB | A5 | 89 | 0 | C | 1B | 1B | 22 | 1B | 40 |
| Octal | 273 | 245 | 211 | 0 | 14 | 33 | 33 | 42 | 33 | 100 |
| Binary | 10111011 | 10100101 | 10001001 | 0 | 1100 | 11011 | 11011 | 100010 | 11011 | 1000000 |
Color Harmonies of #BBA589
Complementary color
Monochromatic Colors of #BBA589
Black with #BBA589
Text Example
Text Example
White with #BBA589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA589; }
p { color: rgb(187,165,137); }
H1.HeaderClassName
{
color: #BBA589;
}
.AnyTagClassName
{
color: #BBA589;
}
</style>
background-color css
<style>
a { background-color: #BBA589; }
a { background-color: rgb(187,165,137); }
div.DivClassName
{
background-color: #BBA589;
}
.BgClassName
{
background-color: #BBA589;
}
</style>
border-color css
<style>
span { border-color: #BBA589; }
span { border-color: rgb(187,165,137); }
td.TdClassName
{
border-color: #BBA589;
}
.TagClassName
{
border-color: #BBA589;
}
</style>