Shades of Pavlova #BAA37F
Tints of Pavlova #BAA37F
RGB
CMYK
RGB Variations
Color information
#BAA37F (or 0xBAA37F) is known color: Pavlova. HEX triplet: BA, A3 and 7F. RGB value is (186,163,127). Sum of RGB (Red+Green+Blue) = 186+163+127=476 (63% of max value = 765). Red value is 186 (73.05% from 255 or 39.08% from 476); Green value is 163 (64.06% from 255 or 34.24% from 476); Blue value is 127 (50% from 255 or 26.68% from 476); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA37F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA37F is #455C80. Grayscale: #A5A5A5. Windows color (decimal): -4545665 or 8364986. OLE color: 8364986.
HSL color Cylindrical-coordinate representation of color #BAA37F: hue angle of 36.61º 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 #BAA37F is Cyan = 0, Magento = 0.12, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 163 | 127 | - |
| CMYK | 0 | 0.12 | 0.32 | 0.27 |
| HSL | 36.61º | 0.3% | 0.61% | - |
| HSV(B) | 36.61º | 0.32% | 0.73% | - |
| XYZ | 37.18 | 38.17 | 25.49 | - |
| YUV | 165.77 | 106.12 | 142.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 163 | 127 | 0 | 0.12 | 0.32 | 0.27 | 36.61 | 0.3 | 0.61 |
| Hex | BA | A3 | 7F | 0 | C | 20 | 1B | 25 | 1E | 3D |
| Octal | 272 | 243 | 177 | 0 | 14 | 40 | 33 | 45 | 36 | 75 |
| Binary | 10111010 | 10100011 | 1111111 | 0 | 1100 | 100000 | 11011 | 100101 | 11110 | 111101 |
Color Harmonies of #BAA37F
Complementary color
Monochromatic Colors of #BAA37F
Black with #BAA37F
Text Example
Text Example
White with #BAA37F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA37F; }
p { color: rgb(186,163,127); }
H1.HeaderClassName
{
color: #BAA37F;
}
.AnyTagClassName
{
color: #BAA37F;
}
</style>
background-color css
<style>
a { background-color: #BAA37F; }
a { background-color: rgb(186,163,127); }
div.DivClassName
{
background-color: #BAA37F;
}
.BgClassName
{
background-color: #BAA37F;
}
</style>
border-color css
<style>
span { border-color: #BAA37F; }
span { border-color: rgb(186,163,127); }
td.TdClassName
{
border-color: #BAA37F;
}
.TagClassName
{
border-color: #BAA37F;
}
</style>