Shades of Pavlova #BAA57D
Tints of Pavlova #BAA57D
RGB
CMYK
RGB Variations
Color information
#BAA57D (or 0xBAA57D) is known color: Pavlova. HEX triplet: BA, A5 and 7D. RGB value is (186,165,125). Sum of RGB (Red+Green+Blue) = 186+165+125=476 (63% of max value = 765). Red value is 186 (73.05% from 255 or 39.08% from 476); Green value is 165 (64.84% from 255 or 34.66% from 476); Blue value is 125 (49.22% from 255 or 26.26% from 476); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA57D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA57D is #455A82. Grayscale: #A6A6A6. Windows color (decimal): -4545155 or 8234426. OLE color: 8234426.
HSL color Cylindrical-coordinate representation of color #BAA57D: hue angle of 39.34º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BAA57D is Cyan = 0, Magento = 0.11, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 165 | 125 | - |
| CMYK | 0 | 0.11 | 0.33 | 0.27 |
| HSL | 39.34º | 0.31% | 0.61% | - |
| HSV(B) | 39.34º | 0.33% | 0.73% | - |
| XYZ | 37.41 | 38.83 | 24.93 | - |
| YUV | 166.72 | 104.46 | 141.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 165 | 125 | 0 | 0.11 | 0.33 | 0.27 | 39.34 | 0.31 | 0.61 |
| Hex | BA | A5 | 7D | 0 | B | 21 | 1B | 27 | 1F | 3D |
| Octal | 272 | 245 | 175 | 0 | 13 | 41 | 33 | 47 | 37 | 75 |
| Binary | 10111010 | 10100101 | 1111101 | 0 | 1011 | 100001 | 11011 | 100111 | 11111 | 111101 |
Color Harmonies of #BAA57D
Complementary color
Monochromatic Colors of #BAA57D
Black with #BAA57D
Text Example
Text Example
White with #BAA57D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA57D; }
p { color: rgb(186,165,125); }
H1.HeaderClassName
{
color: #BAA57D;
}
.AnyTagClassName
{
color: #BAA57D;
}
</style>
background-color css
<style>
a { background-color: #BAA57D; }
a { background-color: rgb(186,165,125); }
div.DivClassName
{
background-color: #BAA57D;
}
.BgClassName
{
background-color: #BAA57D;
}
</style>
border-color css
<style>
span { border-color: #BAA57D; }
span { border-color: rgb(186,165,125); }
td.TdClassName
{
border-color: #BAA57D;
}
.TagClassName
{
border-color: #BAA57D;
}
</style>