Shades of Pavlova #BAA586
Tints of Pavlova #BAA586
RGB
CMYK
RGB Variations
Color information
#BAA586 (or 0xBAA586) is known color: Pavlova. HEX triplet: BA, A5 and 86. RGB value is (186,165,134). Sum of RGB (Red+Green+Blue) = 186+165+134=485 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.35% from 485); Green value is 165 (64.84% from 255 or 34.02% from 485); Blue value is 134 (52.73% from 255 or 27.63% from 485); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA586 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA586 is #455A79. Grayscale: #A7A7A7. Windows color (decimal): -4545146 or 8824250. OLE color: 8824250.
HSL color Cylindrical-coordinate representation of color #BAA586: hue angle of 35.77º degrees, saturation: 0.27, 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 #BAA586 is Cyan = 0, Magento = 0.11, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 165 | 134 | - |
| CMYK | 0 | 0.11 | 0.28 | 0.27 |
| HSL | 35.77º | 0.27% | 0.63% | - |
| HSV(B) | 35.77º | 0.28% | 0.73% | - |
| XYZ | 38.01 | 39.07 | 28.09 | - |
| YUV | 167.75 | 108.96 | 141.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 165 | 134 | 0 | 0.11 | 0.28 | 0.27 | 35.77 | 0.27 | 0.63 |
| Hex | BA | A5 | 86 | 0 | B | 1C | 1B | 24 | 1B | 3F |
| Octal | 272 | 245 | 206 | 0 | 13 | 34 | 33 | 44 | 33 | 77 |
| Binary | 10111010 | 10100101 | 10000110 | 0 | 1011 | 11100 | 11011 | 100100 | 11011 | 111111 |
Color Harmonies of #BAA586
Complementary color
Monochromatic Colors of #BAA586
Black with #BAA586
Text Example
Text Example
White with #BAA586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA586; }
p { color: rgb(186,165,134); }
H1.HeaderClassName
{
color: #BAA586;
}
.AnyTagClassName
{
color: #BAA586;
}
</style>
background-color css
<style>
a { background-color: #BAA586; }
a { background-color: rgb(186,165,134); }
div.DivClassName
{
background-color: #BAA586;
}
.BgClassName
{
background-color: #BAA586;
}
</style>
border-color css
<style>
span { border-color: #BAA586; }
span { border-color: rgb(186,165,134); }
td.TdClassName
{
border-color: #BAA586;
}
.TagClassName
{
border-color: #BAA586;
}
</style>