Shades of Pavlova #BAA676
Tints of Pavlova #BAA676
RGB
CMYK
RGB Variations
Color information
#BAA676 (or 0xBAA676) is known color: Pavlova. HEX triplet: BA, A6 and 76. RGB value is (186,166,118). Sum of RGB (Red+Green+Blue) = 186+166+118=470 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.57% from 470); Green value is 166 (65.23% from 255 or 35.32% from 470); Blue value is 118 (46.48% from 255 or 25.11% from 470); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA676 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA676 is #455989. Grayscale: #A6A6A6. Windows color (decimal): -4544906 or 7775930. OLE color: 7775930.
HSL color Cylindrical-coordinate representation of color #BAA676: hue angle of 42.35º 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 #BAA676 is Cyan = 0, Magento = 0.11, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 166 | 118 | - |
| CMYK | 0 | 0.11 | 0.37 | 0.27 |
| HSL | 42.35º | 0.33% | 0.6% | - |
| HSV(B) | 42.35º | 0.37% | 0.73% | - |
| XYZ | 37.16 | 39.02 | 22.71 | - |
| YUV | 166.51 | 100.63 | 141.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 166 | 118 | 0 | 0.11 | 0.37 | 0.27 | 42.35 | 0.33 | 0.6 |
| Hex | BA | A6 | 76 | 0 | B | 25 | 1B | 2A | 21 | 3C |
| Octal | 272 | 246 | 166 | 0 | 13 | 45 | 33 | 52 | 41 | 74 |
| Binary | 10111010 | 10100110 | 1110110 | 0 | 1011 | 100101 | 11011 | 101010 | 100001 | 111100 |
Color Harmonies of #BAA676
Complementary color
Monochromatic Colors of #BAA676
Black with #BAA676
Text Example
Text Example
White with #BAA676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA676; }
p { color: rgb(186,166,118); }
H1.HeaderClassName
{
color: #BAA676;
}
.AnyTagClassName
{
color: #BAA676;
}
</style>
background-color css
<style>
a { background-color: #BAA676; }
a { background-color: rgb(186,166,118); }
div.DivClassName
{
background-color: #BAA676;
}
.BgClassName
{
background-color: #BAA676;
}
</style>
border-color css
<style>
span { border-color: #BAA676; }
span { border-color: rgb(186,166,118); }
td.TdClassName
{
border-color: #BAA676;
}
.TagClassName
{
border-color: #BAA676;
}
</style>