Shades of Pavlova #BAAA8D
Tints of Pavlova #BAAA8D
RGB
CMYK
RGB Variations
Color information
#BAAA8D (or 0xBAAA8D) is known color: Pavlova. HEX triplet: BA, AA and 8D. RGB value is (186,170,141). Sum of RGB (Red+Green+Blue) = 186+170+141=497 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.42% from 497); Green value is 170 (66.80% from 255 or 34.21% from 497); Blue value is 141 (55.47% from 255 or 28.37% from 497); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAA8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAAA8D is #455572. Grayscale: #ABABAB. Windows color (decimal): -4543859 or 9284282. OLE color: 9284282.
HSL color Cylindrical-coordinate representation of color #BAAA8D: hue angle of 38.67º degrees, saturation: 0.25, 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 #BAAA8D is Cyan = 0, Magento = 0.09, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 170 | 141 | - |
| CMYK | 0 | 0.09 | 0.24 | 0.27 |
| HSL | 38.67º | 0.25% | 0.64% | - |
| HSV(B) | 38.67º | 0.24% | 0.73% | - |
| XYZ | 39.43 | 41.11 | 31.06 | - |
| YUV | 171.48 | 110.8 | 138.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 170 | 141 | 0 | 0.09 | 0.24 | 0.27 | 38.67 | 0.25 | 0.64 |
| Hex | BA | AA | 8D | 0 | 9 | 18 | 1B | 27 | 19 | 40 |
| Octal | 272 | 252 | 215 | 0 | 11 | 30 | 33 | 47 | 31 | 100 |
| Binary | 10111010 | 10101010 | 10001101 | 0 | 1001 | 11000 | 11011 | 100111 | 11001 | 1000000 |
Color Harmonies of #BAAA8D
Complementary color
Monochromatic Colors of #BAAA8D
Black with #BAAA8D
Text Example
Text Example
White with #BAAA8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAAA8D; }
p { color: rgb(186,170,141); }
H1.HeaderClassName
{
color: #BAAA8D;
}
.AnyTagClassName
{
color: #BAAA8D;
}
</style>
background-color css
<style>
a { background-color: #BAAA8D; }
a { background-color: rgb(186,170,141); }
div.DivClassName
{
background-color: #BAAA8D;
}
.BgClassName
{
background-color: #BAAA8D;
}
</style>
border-color css
<style>
span { border-color: #BAAA8D; }
span { border-color: rgb(186,170,141); }
td.TdClassName
{
border-color: #BAAA8D;
}
.TagClassName
{
border-color: #BAAA8D;
}
</style>