Shades of Pavlova #BAA690
Tints of Pavlova #BAA690
RGB
CMYK
RGB Variations
Color information
#BAA690 (or 0xBAA690) is known color: Pavlova. HEX triplet: BA, A6 and 90. RGB value is (186,166,144). Sum of RGB (Red+Green+Blue) = 186+166+144=496 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.5% from 496); Green value is 166 (65.23% from 255 or 33.47% from 496); Blue value is 144 (56.64% from 255 or 29.03% from 496); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA690 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA690 is #45596F. Grayscale: #A9A9A9. Windows color (decimal): -4544880 or 9479866. OLE color: 9479866.
HSL color Cylindrical-coordinate representation of color #BAA690: hue angle of 31.43º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BAA690 is Cyan = 0, Magento = 0.11, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 166 | 144 | - |
| CMYK | 0 | 0.11 | 0.23 | 0.27 |
| HSL | 31.43º | 0.23% | 0.65% | - |
| HSV(B) | 31.43º | 0.23% | 0.73% | - |
| XYZ | 38.92 | 39.73 | 32 | - |
| YUV | 169.47 | 113.63 | 139.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 166 | 144 | 0 | 0.11 | 0.23 | 0.27 | 31.43 | 0.23 | 0.65 |
| Hex | BA | A6 | 90 | 0 | B | 17 | 1B | 1F | 17 | 41 |
| Octal | 272 | 246 | 220 | 0 | 13 | 27 | 33 | 37 | 27 | 101 |
| Binary | 10111010 | 10100110 | 10010000 | 0 | 1011 | 10111 | 11011 | 11111 | 10111 | 1000001 |
Color Harmonies of #BAA690
Complementary color
Monochromatic Colors of #BAA690
Black with #BAA690
Text Example
Text Example
White with #BAA690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA690; }
p { color: rgb(186,166,144); }
H1.HeaderClassName
{
color: #BAA690;
}
.AnyTagClassName
{
color: #BAA690;
}
</style>
background-color css
<style>
a { background-color: #BAA690; }
a { background-color: rgb(186,166,144); }
div.DivClassName
{
background-color: #BAA690;
}
.BgClassName
{
background-color: #BAA690;
}
</style>
border-color css
<style>
span { border-color: #BAA690; }
span { border-color: rgb(186,166,144); }
td.TdClassName
{
border-color: #BAA690;
}
.TagClassName
{
border-color: #BAA690;
}
</style>