Shades of Pavlova #BAA47A
Tints of Pavlova #BAA47A
RGB
CMYK
RGB Variations
Color information
#BAA47A (or 0xBAA47A) is known color: Pavlova. HEX triplet: BA, A4 and 7A. RGB value is (186,164,122). Sum of RGB (Red+Green+Blue) = 186+164+122=472 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.41% from 472); Green value is 164 (64.45% from 255 or 34.75% from 472); Blue value is 122 (48.05% from 255 or 25.85% from 472); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA47A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA47A is #455B85. Grayscale: #A5A5A5. Windows color (decimal): -4545414 or 8037562. OLE color: 8037562.
HSL color Cylindrical-coordinate representation of color #BAA47A: hue angle of 39.38º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BAA47A is Cyan = 0, Magento = 0.12, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 164 | 122 | - |
| CMYK | 0 | 0.12 | 0.34 | 0.27 |
| HSL | 39.38º | 0.32% | 0.6% | - |
| HSV(B) | 39.38º | 0.34% | 0.73% | - |
| XYZ | 37.04 | 38.4 | 23.87 | - |
| YUV | 165.79 | 103.29 | 142.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 164 | 122 | 0 | 0.12 | 0.34 | 0.27 | 39.38 | 0.32 | 0.6 |
| Hex | BA | A4 | 7A | 0 | C | 22 | 1B | 27 | 20 | 3C |
| Octal | 272 | 244 | 172 | 0 | 14 | 42 | 33 | 47 | 40 | 74 |
| Binary | 10111010 | 10100100 | 1111010 | 0 | 1100 | 100010 | 11011 | 100111 | 100000 | 111100 |
Color Harmonies of #BAA47A
Complementary color
Monochromatic Colors of #BAA47A
Black with #BAA47A
Text Example
Text Example
White with #BAA47A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA47A; }
p { color: rgb(186,164,122); }
H1.HeaderClassName
{
color: #BAA47A;
}
.AnyTagClassName
{
color: #BAA47A;
}
</style>
background-color css
<style>
a { background-color: #BAA47A; }
a { background-color: rgb(186,164,122); }
div.DivClassName
{
background-color: #BAA47A;
}
.BgClassName
{
background-color: #BAA47A;
}
</style>
border-color css
<style>
span { border-color: #BAA47A; }
span { border-color: rgb(186,164,122); }
td.TdClassName
{
border-color: #BAA47A;
}
.TagClassName
{
border-color: #BAA47A;
}
</style>