Shades of Pavlova #BAA576
Tints of Pavlova #BAA576
RGB
CMYK
RGB Variations
Color information
#BAA576 (or 0xBAA576) is known color: Pavlova. HEX triplet: BA, A5 and 76. RGB value is (186,165,118). Sum of RGB (Red+Green+Blue) = 186+165+118=469 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.66% from 469); Green value is 165 (64.84% from 255 or 35.18% from 469); Blue value is 118 (46.48% from 255 or 25.16% from 469); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA576 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA576 is #455A89. Grayscale: #A6A6A6. Windows color (decimal): -4545162 or 7775674. OLE color: 7775674.
HSL color Cylindrical-coordinate representation of color #BAA576: hue angle of 41.47º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BAA576 is Cyan = 0, Magento = 0.11, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 165 | 118 | - |
| CMYK | 0 | 0.11 | 0.37 | 0.27 |
| HSL | 41.47º | 0.33% | 0.6% | - |
| HSV(B) | 41.47º | 0.37% | 0.73% | - |
| XYZ | 36.97 | 38.66 | 22.65 | - |
| YUV | 165.92 | 100.96 | 142.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 165 | 118 | 0 | 0.11 | 0.37 | 0.27 | 41.47 | 0.33 | 0.6 |
| Hex | BA | A5 | 76 | 0 | B | 25 | 1B | 29 | 21 | 3C |
| Octal | 272 | 245 | 166 | 0 | 13 | 45 | 33 | 51 | 41 | 74 |
| Binary | 10111010 | 10100101 | 1110110 | 0 | 1011 | 100101 | 11011 | 101001 | 100001 | 111100 |
Color Harmonies of #BAA576
Complementary color
Monochromatic Colors of #BAA576
Black with #BAA576
Text Example
Text Example
White with #BAA576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA576; }
p { color: rgb(186,165,118); }
H1.HeaderClassName
{
color: #BAA576;
}
.AnyTagClassName
{
color: #BAA576;
}
</style>
background-color css
<style>
a { background-color: #BAA576; }
a { background-color: rgb(186,165,118); }
div.DivClassName
{
background-color: #BAA576;
}
.BgClassName
{
background-color: #BAA576;
}
</style>
border-color css
<style>
span { border-color: #BAA576; }
span { border-color: rgb(186,165,118); }
td.TdClassName
{
border-color: #BAA576;
}
.TagClassName
{
border-color: #BAA576;
}
</style>