Shades of Pavlova #BAA887
Tints of Pavlova #BAA887
RGB
CMYK
RGB Variations
Color information
#BAA887 (or 0xBAA887) is known color: Pavlova. HEX triplet: BA, A8 and 87. RGB value is (186,168,135). Sum of RGB (Red+Green+Blue) = 186+168+135=489 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.04% from 489); Green value is 168 (66.02% from 255 or 34.36% from 489); Blue value is 135 (53.12% from 255 or 27.61% from 489); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA887 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA887 is #455778. Grayscale: #A9A9A9. Windows color (decimal): -4544377 or 8890554. OLE color: 8890554.
HSL color Cylindrical-coordinate representation of color #BAA887: hue angle of 38.82º 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 #BAA887 is Cyan = 0, Magento = 0.10, Yellow = 0.27 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 168 | 135 | - |
| CMYK | 0 | 0.10 | 0.27 | 0.27 |
| HSL | 38.82º | 0.27% | 0.63% | - |
| HSV(B) | 38.82º | 0.27% | 0.73% | - |
| XYZ | 38.63 | 40.19 | 28.64 | - |
| YUV | 169.62 | 108.46 | 139.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 168 | 135 | 0 | 0.10 | 0.27 | 0.27 | 38.82 | 0.27 | 0.63 |
| Hex | BA | A8 | 87 | 0 | A | 1B | 1B | 27 | 1B | 3F |
| Octal | 272 | 250 | 207 | 0 | 12 | 33 | 33 | 47 | 33 | 77 |
| Binary | 10111010 | 10101000 | 10000111 | 0 | 1010 | 11011 | 11011 | 100111 | 11011 | 111111 |
Color Harmonies of #BAA887
Complementary color
Monochromatic Colors of #BAA887
Black with #BAA887
Text Example
Text Example
White with #BAA887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA887; }
p { color: rgb(186,168,135); }
H1.HeaderClassName
{
color: #BAA887;
}
.AnyTagClassName
{
color: #BAA887;
}
</style>
background-color css
<style>
a { background-color: #BAA887; }
a { background-color: rgb(186,168,135); }
div.DivClassName
{
background-color: #BAA887;
}
.BgClassName
{
background-color: #BAA887;
}
</style>
border-color css
<style>
span { border-color: #BAA887; }
span { border-color: rgb(186,168,135); }
td.TdClassName
{
border-color: #BAA887;
}
.TagClassName
{
border-color: #BAA887;
}
</style>