Shades of Pavlova #BAAA89
Tints of Pavlova #BAAA89
RGB
CMYK
RGB Variations
Color information
#BAAA89 (or 0xBAAA89) is known color: Pavlova. HEX triplet: BA, AA and 89. RGB value is (186,170,137). Sum of RGB (Red+Green+Blue) = 186+170+137=493 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.73% from 493); Green value is 170 (66.80% from 255 or 34.48% from 493); Blue value is 137 (53.91% from 255 or 27.79% from 493); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAA89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAAA89 is #455576. Grayscale: #ABABAB. Windows color (decimal): -4543863 or 9022138. OLE color: 9022138.
HSL color Cylindrical-coordinate representation of color #BAAA89: hue angle of 40.41º 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 #BAAA89 is Cyan = 0, Magento = 0.09, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 170 | 137 | - |
| CMYK | 0 | 0.09 | 0.26 | 0.27 |
| HSL | 40.41º | 0.26% | 0.63% | - |
| HSV(B) | 40.41º | 0.26% | 0.73% | - |
| XYZ | 39.14 | 40.99 | 29.52 | - |
| YUV | 171.02 | 108.8 | 138.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 170 | 137 | 0 | 0.09 | 0.26 | 0.27 | 40.41 | 0.26 | 0.63 |
| Hex | BA | AA | 89 | 0 | 9 | 1A | 1B | 28 | 1A | 3F |
| Octal | 272 | 252 | 211 | 0 | 11 | 32 | 33 | 50 | 32 | 77 |
| Binary | 10111010 | 10101010 | 10001001 | 0 | 1001 | 11010 | 11011 | 101000 | 11010 | 111111 |
Color Harmonies of #BAAA89
Complementary color
Monochromatic Colors of #BAAA89
Black with #BAAA89
Text Example
Text Example
White with #BAAA89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAAA89; }
p { color: rgb(186,170,137); }
H1.HeaderClassName
{
color: #BAAA89;
}
.AnyTagClassName
{
color: #BAAA89;
}
</style>
background-color css
<style>
a { background-color: #BAAA89; }
a { background-color: rgb(186,170,137); }
div.DivClassName
{
background-color: #BAAA89;
}
.BgClassName
{
background-color: #BAAA89;
}
</style>
border-color css
<style>
span { border-color: #BAAA89; }
span { border-color: rgb(186,170,137); }
td.TdClassName
{
border-color: #BAAA89;
}
.TagClassName
{
border-color: #BAAA89;
}
</style>