Shades of Pavlova #BAAA8E
Tints of Pavlova #BAAA8E
RGB
CMYK
RGB Variations
Color information
#BAAA8E (or 0xBAAA8E) is known color: Pavlova. HEX triplet: BA, AA and 8E. RGB value is (186,170,142). Sum of RGB (Red+Green+Blue) = 186+170+142=498 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.35% from 498); Green value is 170 (66.80% from 255 or 34.14% from 498); Blue value is 142 (55.86% from 255 or 28.51% from 498); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAA8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAAA8E is #455571. Grayscale: #ABABAB. Windows color (decimal): -4543858 or 9349818. OLE color: 9349818.
HSL color Cylindrical-coordinate representation of color #BAAA8E: hue angle of 38.18º degrees, saturation: 0.24, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BAAA8E is Cyan = 0, Magento = 0.09, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 170 | 142 | - |
| CMYK | 0 | 0.09 | 0.24 | 0.27 |
| HSL | 38.18º | 0.24% | 0.64% | - |
| HSV(B) | 38.18º | 0.24% | 0.73% | - |
| XYZ | 39.51 | 41.14 | 31.45 | - |
| YUV | 171.59 | 111.3 | 138.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 170 | 142 | 0 | 0.09 | 0.24 | 0.27 | 38.18 | 0.24 | 0.64 |
| Hex | BA | AA | 8E | 0 | 9 | 18 | 1B | 26 | 18 | 40 |
| Octal | 272 | 252 | 216 | 0 | 11 | 30 | 33 | 46 | 30 | 100 |
| Binary | 10111010 | 10101010 | 10001110 | 0 | 1001 | 11000 | 11011 | 100110 | 11000 | 1000000 |
Color Harmonies of #BAAA8E
Complementary color
Monochromatic Colors of #BAAA8E
Black with #BAAA8E
Text Example
Text Example
White with #BAAA8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAAA8E; }
p { color: rgb(186,170,142); }
H1.HeaderClassName
{
color: #BAAA8E;
}
.AnyTagClassName
{
color: #BAAA8E;
}
</style>
background-color css
<style>
a { background-color: #BAAA8E; }
a { background-color: rgb(186,170,142); }
div.DivClassName
{
background-color: #BAAA8E;
}
.BgClassName
{
background-color: #BAAA8E;
}
</style>
border-color css
<style>
span { border-color: #BAAA8E; }
span { border-color: rgb(186,170,142); }
td.TdClassName
{
border-color: #BAAA8E;
}
.TagClassName
{
border-color: #BAAA8E;
}
</style>