Shades of Pavlova #BBA587
Tints of Pavlova #BBA587
RGB
CMYK
RGB Variations
Color information
#BBA587 (or 0xBBA587) is known color: Pavlova. HEX triplet: BB, A5 and 87. RGB value is (187,165,135). Sum of RGB (Red+Green+Blue) = 187+165+135=487 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.40% from 487); Green value is 165 (64.84% from 255 or 33.88% from 487); Blue value is 135 (53.12% from 255 or 27.72% from 487); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA587 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA587 is #445A78. Grayscale: #A8A8A8. Windows color (decimal): -4479609 or 8889787. OLE color: 8889787.
HSL color Cylindrical-coordinate representation of color #BBA587: hue angle of 34.62º 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 #BBA587 is Cyan = 0, Magento = 0.12, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 165 | 135 | - |
| CMYK | 0 | 0.12 | 0.28 | 0.27 |
| HSL | 34.62º | 0.28% | 0.63% | - |
| HSV(B) | 34.62º | 0.28% | 0.73% | - |
| XYZ | 38.32 | 39.22 | 28.47 | - |
| YUV | 168.16 | 109.29 | 141.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 165 | 135 | 0 | 0.12 | 0.28 | 0.27 | 34.62 | 0.28 | 0.63 |
| Hex | BB | A5 | 87 | 0 | C | 1C | 1B | 23 | 1C | 3F |
| Octal | 273 | 245 | 207 | 0 | 14 | 34 | 33 | 43 | 34 | 77 |
| Binary | 10111011 | 10100101 | 10000111 | 0 | 1100 | 11100 | 11011 | 100011 | 11100 | 111111 |
Color Harmonies of #BBA587
Complementary color
Monochromatic Colors of #BBA587
Black with #BBA587
Text Example
Text Example
White with #BBA587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA587; }
p { color: rgb(187,165,135); }
H1.HeaderClassName
{
color: #BBA587;
}
.AnyTagClassName
{
color: #BBA587;
}
</style>
background-color css
<style>
a { background-color: #BBA587; }
a { background-color: rgb(187,165,135); }
div.DivClassName
{
background-color: #BBA587;
}
.BgClassName
{
background-color: #BBA587;
}
</style>
border-color css
<style>
span { border-color: #BBA587; }
span { border-color: rgb(187,165,135); }
td.TdClassName
{
border-color: #BBA587;
}
.TagClassName
{
border-color: #BBA587;
}
</style>