Shades of Pavlova #BAA886
Tints of Pavlova #BAA886
RGB
CMYK
RGB Variations
Color information
#BAA886 (or 0xBAA886) is known color: Pavlova. HEX triplet: BA, A8 and 86. RGB value is (186,168,134). Sum of RGB (Red+Green+Blue) = 186+168+134=488 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.11% from 488); Green value is 168 (66.02% from 255 or 34.43% from 488); Blue value is 134 (52.73% from 255 or 27.46% from 488); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA886 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA886 is #455779. Grayscale: #A9A9A9. Windows color (decimal): -4544378 or 8825018. OLE color: 8825018.
HSL color Cylindrical-coordinate representation of color #BAA886: hue angle of 39.23º 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 #BAA886 is Cyan = 0, Magento = 0.10, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 168 | 134 | - |
| CMYK | 0 | 0.10 | 0.28 | 0.27 |
| HSL | 39.23º | 0.27% | 0.63% | - |
| HSV(B) | 39.23º | 0.28% | 0.73% | - |
| XYZ | 38.56 | 40.17 | 28.27 | - |
| YUV | 169.51 | 107.96 | 139.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 168 | 134 | 0 | 0.10 | 0.28 | 0.27 | 39.23 | 0.27 | 0.63 |
| Hex | BA | A8 | 86 | 0 | A | 1C | 1B | 27 | 1B | 3F |
| Octal | 272 | 250 | 206 | 0 | 12 | 34 | 33 | 47 | 33 | 77 |
| Binary | 10111010 | 10101000 | 10000110 | 0 | 1010 | 11100 | 11011 | 100111 | 11011 | 111111 |
Color Harmonies of #BAA886
Complementary color
Monochromatic Colors of #BAA886
Black with #BAA886
Text Example
Text Example
White with #BAA886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA886; }
p { color: rgb(186,168,134); }
H1.HeaderClassName
{
color: #BAA886;
}
.AnyTagClassName
{
color: #BAA886;
}
</style>
background-color css
<style>
a { background-color: #BAA886; }
a { background-color: rgb(186,168,134); }
div.DivClassName
{
background-color: #BAA886;
}
.BgClassName
{
background-color: #BAA886;
}
</style>
border-color css
<style>
span { border-color: #BAA886; }
span { border-color: rgb(186,168,134); }
td.TdClassName
{
border-color: #BAA886;
}
.TagClassName
{
border-color: #BAA886;
}
</style>