Shades of Pavlova #BAA57F
Tints of Pavlova #BAA57F
RGB
CMYK
RGB Variations
Color information
#BAA57F (or 0xBAA57F) is known color: Pavlova. HEX triplet: BA, A5 and 7F. RGB value is (186,165,127). Sum of RGB (Red+Green+Blue) = 186+165+127=478 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.91% from 478); Green value is 165 (64.84% from 255 or 34.52% from 478); Blue value is 127 (50% from 255 or 26.57% from 478); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA57F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA57F is #455A80. Grayscale: #A7A7A7. Windows color (decimal): -4545153 or 8365498. OLE color: 8365498.
HSL color Cylindrical-coordinate representation of color #BAA57F: hue angle of 38.64º 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 #BAA57F is Cyan = 0, Magento = 0.11, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 165 | 127 | - |
| CMYK | 0 | 0.11 | 0.32 | 0.27 |
| HSL | 38.64º | 0.3% | 0.61% | - |
| HSV(B) | 38.64º | 0.32% | 0.73% | - |
| XYZ | 37.54 | 38.88 | 25.61 | - |
| YUV | 166.95 | 105.46 | 141.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 165 | 127 | 0 | 0.11 | 0.32 | 0.27 | 38.64 | 0.3 | 0.61 |
| Hex | BA | A5 | 7F | 0 | B | 20 | 1B | 27 | 1E | 3D |
| Octal | 272 | 245 | 177 | 0 | 13 | 40 | 33 | 47 | 36 | 75 |
| Binary | 10111010 | 10100101 | 1111111 | 0 | 1011 | 100000 | 11011 | 100111 | 11110 | 111101 |
Color Harmonies of #BAA57F
Complementary color
Monochromatic Colors of #BAA57F
Black with #BAA57F
Text Example
Text Example
White with #BAA57F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA57F; }
p { color: rgb(186,165,127); }
H1.HeaderClassName
{
color: #BAA57F;
}
.AnyTagClassName
{
color: #BAA57F;
}
</style>
background-color css
<style>
a { background-color: #BAA57F; }
a { background-color: rgb(186,165,127); }
div.DivClassName
{
background-color: #BAA57F;
}
.BgClassName
{
background-color: #BAA57F;
}
</style>
border-color css
<style>
span { border-color: #BAA57F; }
span { border-color: rgb(186,165,127); }
td.TdClassName
{
border-color: #BAA57F;
}
.TagClassName
{
border-color: #BAA57F;
}
</style>