Shades of Pavlova #BAAA86
Tints of Pavlova #BAAA86
RGB
CMYK
RGB Variations
Color information
#BAAA86 (or 0xBAAA86) is known color: Pavlova. HEX triplet: BA, AA and 86. RGB value is (186,170,134). Sum of RGB (Red+Green+Blue) = 186+170+134=490 (64% of max value = 765). Red value is 186 (73.05% from 255 or 37.96% from 490); Green value is 170 (66.80% from 255 or 34.69% from 490); Blue value is 134 (52.73% from 255 or 27.35% from 490); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAA86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAAA86 is #455579. Grayscale: #AAAAAA. Windows color (decimal): -4543866 or 8825530. OLE color: 8825530.
HSL color Cylindrical-coordinate representation of color #BAAA86: hue angle of 41.54º 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 #BAAA86 is Cyan = 0, Magento = 0.09, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 170 | 134 | - |
| CMYK | 0 | 0.09 | 0.28 | 0.27 |
| HSL | 41.54º | 0.27% | 0.63% | - |
| HSV(B) | 41.54º | 0.28% | 0.73% | - |
| XYZ | 38.93 | 40.91 | 28.4 | - |
| YUV | 170.68 | 107.3 | 138.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 170 | 134 | 0 | 0.09 | 0.28 | 0.27 | 41.54 | 0.27 | 0.63 |
| Hex | BA | AA | 86 | 0 | 9 | 1C | 1B | 2A | 1B | 3F |
| Octal | 272 | 252 | 206 | 0 | 11 | 34 | 33 | 52 | 33 | 77 |
| Binary | 10111010 | 10101010 | 10000110 | 0 | 1001 | 11100 | 11011 | 101010 | 11011 | 111111 |
Color Harmonies of #BAAA86
Complementary color
Monochromatic Colors of #BAAA86
Black with #BAAA86
Text Example
Text Example
White with #BAAA86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAAA86; }
p { color: rgb(186,170,134); }
H1.HeaderClassName
{
color: #BAAA86;
}
.AnyTagClassName
{
color: #BAAA86;
}
</style>
background-color css
<style>
a { background-color: #BAAA86; }
a { background-color: rgb(186,170,134); }
div.DivClassName
{
background-color: #BAAA86;
}
.BgClassName
{
background-color: #BAAA86;
}
</style>
border-color css
<style>
span { border-color: #BAAA86; }
span { border-color: rgb(186,170,134); }
td.TdClassName
{
border-color: #BAAA86;
}
.TagClassName
{
border-color: #BAAA86;
}
</style>