Shades of Pavlova #BAA984
Tints of Pavlova #BAA984
RGB
CMYK
RGB Variations
Color information
#BAA984 (or 0xBAA984) is known color: Pavlova. HEX triplet: BA, A9 and 84. RGB value is (186,169,132). Sum of RGB (Red+Green+Blue) = 186+169+132=487 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.19% from 487); Green value is 169 (66.41% from 255 or 34.70% from 487); Blue value is 132 (51.95% from 255 or 27.10% from 487); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA984 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA984 is #45567B. Grayscale: #AAAAAA. Windows color (decimal): -4544124 or 8694202. OLE color: 8694202.
HSL color Cylindrical-coordinate representation of color #BAA984: hue angle of 41.11º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BAA984 is Cyan = 0, Magento = 0.09, Yellow = 0.29 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 169 | 132 | - |
| CMYK | 0 | 0.09 | 0.29 | 0.27 |
| HSL | 41.11º | 0.28% | 0.62% | - |
| HSV(B) | 41.11º | 0.29% | 0.73% | - |
| XYZ | 38.6 | 40.48 | 27.61 | - |
| YUV | 169.87 | 106.63 | 139.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 169 | 132 | 0 | 0.09 | 0.29 | 0.27 | 41.11 | 0.28 | 0.62 |
| Hex | BA | A9 | 84 | 0 | 9 | 1D | 1B | 29 | 1C | 3E |
| Octal | 272 | 251 | 204 | 0 | 11 | 35 | 33 | 51 | 34 | 76 |
| Binary | 10111010 | 10101001 | 10000100 | 0 | 1001 | 11101 | 11011 | 101001 | 11100 | 111110 |
Color Harmonies of #BAA984
Complementary color
Monochromatic Colors of #BAA984
Black with #BAA984
Text Example
Text Example
White with #BAA984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA984; }
p { color: rgb(186,169,132); }
H1.HeaderClassName
{
color: #BAA984;
}
.AnyTagClassName
{
color: #BAA984;
}
</style>
background-color css
<style>
a { background-color: #BAA984; }
a { background-color: rgb(186,169,132); }
div.DivClassName
{
background-color: #BAA984;
}
.BgClassName
{
background-color: #BAA984;
}
</style>
border-color css
<style>
span { border-color: #BAA984; }
span { border-color: rgb(186,169,132); }
td.TdClassName
{
border-color: #BAA984;
}
.TagClassName
{
border-color: #BAA984;
}
</style>