Shades of Pavlova #BAA47F
Tints of Pavlova #BAA47F
RGB
CMYK
RGB Variations
Color information
#BAA47F (or 0xBAA47F) is known color: Pavlova. HEX triplet: BA, A4 and 7F. RGB value is (186,164,127). Sum of RGB (Red+Green+Blue) = 186+164+127=477 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.99% from 477); Green value is 164 (64.45% from 255 or 34.38% from 477); Blue value is 127 (50% from 255 or 26.62% from 477); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA47F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA47F is #455B80. Grayscale: #A6A6A6. Windows color (decimal): -4545409 or 8365242. OLE color: 8365242.
HSL color Cylindrical-coordinate representation of color #BAA47F: hue angle of 37.63º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BAA47F is Cyan = 0, Magento = 0.12, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 164 | 127 | - |
| CMYK | 0 | 0.12 | 0.32 | 0.27 |
| HSL | 37.63º | 0.3% | 0.61% | - |
| HSV(B) | 37.63º | 0.32% | 0.73% | - |
| XYZ | 37.36 | 38.52 | 25.55 | - |
| YUV | 166.36 | 105.79 | 142.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 164 | 127 | 0 | 0.12 | 0.32 | 0.27 | 37.63 | 0.3 | 0.61 |
| Hex | BA | A4 | 7F | 0 | C | 20 | 1B | 26 | 1E | 3D |
| Octal | 272 | 244 | 177 | 0 | 14 | 40 | 33 | 46 | 36 | 75 |
| Binary | 10111010 | 10100100 | 1111111 | 0 | 1100 | 100000 | 11011 | 100110 | 11110 | 111101 |
Color Harmonies of #BAA47F
Complementary color
Monochromatic Colors of #BAA47F
Black with #BAA47F
Text Example
Text Example
White with #BAA47F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA47F; }
p { color: rgb(186,164,127); }
H1.HeaderClassName
{
color: #BAA47F;
}
.AnyTagClassName
{
color: #BAA47F;
}
</style>
background-color css
<style>
a { background-color: #BAA47F; }
a { background-color: rgb(186,164,127); }
div.DivClassName
{
background-color: #BAA47F;
}
.BgClassName
{
background-color: #BAA47F;
}
</style>
border-color css
<style>
span { border-color: #BAA47F; }
span { border-color: rgb(186,164,127); }
td.TdClassName
{
border-color: #BAA47F;
}
.TagClassName
{
border-color: #BAA47F;
}
</style>