Shades of Pavlova #BAA685
Tints of Pavlova #BAA685
RGB
CMYK
RGB Variations
Color information
#BAA685 (or 0xBAA685) is known color: Pavlova. HEX triplet: BA, A6 and 85. RGB value is (186,166,133). Sum of RGB (Red+Green+Blue) = 186+166+133=485 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.35% from 485); Green value is 166 (65.23% from 255 or 34.23% from 485); Blue value is 133 (52.34% from 255 or 27.42% from 485); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA685 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA685 is #45597A. Grayscale: #A8A8A8. Windows color (decimal): -4544891 or 8758970. OLE color: 8758970.
HSL color Cylindrical-coordinate representation of color #BAA685: hue angle of 37.36º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BAA685 is Cyan = 0, Magento = 0.11, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 166 | 133 | - |
| CMYK | 0 | 0.11 | 0.28 | 0.27 |
| HSL | 37.36º | 0.28% | 0.63% | - |
| HSV(B) | 37.36º | 0.28% | 0.73% | - |
| XYZ | 38.12 | 39.41 | 27.79 | - |
| YUV | 168.22 | 108.13 | 140.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 166 | 133 | 0 | 0.11 | 0.28 | 0.27 | 37.36 | 0.28 | 0.63 |
| Hex | BA | A6 | 85 | 0 | B | 1C | 1B | 25 | 1C | 3F |
| Octal | 272 | 246 | 205 | 0 | 13 | 34 | 33 | 45 | 34 | 77 |
| Binary | 10111010 | 10100110 | 10000101 | 0 | 1011 | 11100 | 11011 | 100101 | 11100 | 111111 |
Color Harmonies of #BAA685
Complementary color
Monochromatic Colors of #BAA685
Black with #BAA685
Text Example
Text Example
White with #BAA685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA685; }
p { color: rgb(186,166,133); }
H1.HeaderClassName
{
color: #BAA685;
}
.AnyTagClassName
{
color: #BAA685;
}
</style>
background-color css
<style>
a { background-color: #BAA685; }
a { background-color: rgb(186,166,133); }
div.DivClassName
{
background-color: #BAA685;
}
.BgClassName
{
background-color: #BAA685;
}
</style>
border-color css
<style>
span { border-color: #BAA685; }
span { border-color: rgb(186,166,133); }
td.TdClassName
{
border-color: #BAA685;
}
.TagClassName
{
border-color: #BAA685;
}
</style>