Shades of Pavlova #BAA987
Tints of Pavlova #BAA987
RGB
CMYK
RGB Variations
Color information
#BAA987 (or 0xBAA987) is known color: Pavlova. HEX triplet: BA, A9 and 87. RGB value is (186,169,135). Sum of RGB (Red+Green+Blue) = 186+169+135=490 (64% of max value = 765). Red value is 186 (73.05% from 255 or 37.96% from 490); Green value is 169 (66.41% from 255 or 34.49% from 490); Blue value is 135 (53.12% from 255 or 27.55% from 490); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA987 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA987 is #455678. Grayscale: #AAAAAA. Windows color (decimal): -4544121 or 8890810. OLE color: 8890810.
HSL color Cylindrical-coordinate representation of color #BAA987: hue angle of 40º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BAA987 is Cyan = 0, Magento = 0.09, Yellow = 0.27 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 169 | 135 | - |
| CMYK | 0 | 0.09 | 0.27 | 0.27 |
| HSL | 40º | 0.27% | 0.63% | - |
| HSV(B) | 40º | 0.27% | 0.73% | - |
| XYZ | 38.81 | 40.56 | 28.71 | - |
| YUV | 170.21 | 108.13 | 139.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 169 | 135 | 0 | 0.09 | 0.27 | 0.27 | 40 | 0.27 | 0.63 |
| Hex | BA | A9 | 87 | 0 | 9 | 1B | 1B | 28 | 1B | 3F |
| Octal | 272 | 251 | 207 | 0 | 11 | 33 | 33 | 50 | 33 | 77 |
| Binary | 10111010 | 10101001 | 10000111 | 0 | 1001 | 11011 | 11011 | 101000 | 11011 | 111111 |
Color Harmonies of #BAA987
Complementary color
Monochromatic Colors of #BAA987
Black with #BAA987
Text Example
Text Example
White with #BAA987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA987; }
p { color: rgb(186,169,135); }
H1.HeaderClassName
{
color: #BAA987;
}
.AnyTagClassName
{
color: #BAA987;
}
</style>
background-color css
<style>
a { background-color: #BAA987; }
a { background-color: rgb(186,169,135); }
div.DivClassName
{
background-color: #BAA987;
}
.BgClassName
{
background-color: #BAA987;
}
</style>
border-color css
<style>
span { border-color: #BAA987; }
span { border-color: rgb(186,169,135); }
td.TdClassName
{
border-color: #BAA987;
}
.TagClassName
{
border-color: #BAA987;
}
</style>