Shades of Pavlova #BAA589
Tints of Pavlova #BAA589
RGB
CMYK
RGB Variations
Color information
#BAA589 (or 0xBAA589) is known color: Pavlova. HEX triplet: BA, A5 and 89. RGB value is (186,165,137). Sum of RGB (Red+Green+Blue) = 186+165+137=488 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.11% from 488); Green value is 165 (64.84% from 255 or 33.81% from 488); Blue value is 137 (53.91% from 255 or 28.07% from 488); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA589 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA589 is #455A76. Grayscale: #A8A8A8. Windows color (decimal): -4545143 or 9020858. OLE color: 9020858.
HSL color Cylindrical-coordinate representation of color #BAA589: hue angle of 34.29º degrees, saturation: 0.26, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BAA589 is Cyan = 0, Magento = 0.11, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 165 | 137 | - |
| CMYK | 0 | 0.11 | 0.26 | 0.27 |
| HSL | 34.29º | 0.26% | 0.63% | - |
| HSV(B) | 34.29º | 0.26% | 0.73% | - |
| XYZ | 38.22 | 39.16 | 29.21 | - |
| YUV | 168.09 | 110.46 | 140.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 165 | 137 | 0 | 0.11 | 0.26 | 0.27 | 34.29 | 0.26 | 0.63 |
| Hex | BA | A5 | 89 | 0 | B | 1A | 1B | 22 | 1A | 3F |
| Octal | 272 | 245 | 211 | 0 | 13 | 32 | 33 | 42 | 32 | 77 |
| Binary | 10111010 | 10100101 | 10001001 | 0 | 1011 | 11010 | 11011 | 100010 | 11010 | 111111 |
Color Harmonies of #BAA589
Complementary color
Monochromatic Colors of #BAA589
Black with #BAA589
Text Example
Text Example
White with #BAA589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA589; }
p { color: rgb(186,165,137); }
H1.HeaderClassName
{
color: #BAA589;
}
.AnyTagClassName
{
color: #BAA589;
}
</style>
background-color css
<style>
a { background-color: #BAA589; }
a { background-color: rgb(186,165,137); }
div.DivClassName
{
background-color: #BAA589;
}
.BgClassName
{
background-color: #BAA589;
}
</style>
border-color css
<style>
span { border-color: #BAA589; }
span { border-color: rgb(186,165,137); }
td.TdClassName
{
border-color: #BAA589;
}
.TagClassName
{
border-color: #BAA589;
}
</style>