Shades of Pavlova #BAA37D
Tints of Pavlova #BAA37D
RGB
CMYK
RGB Variations
Color information
#BAA37D (or 0xBAA37D) is known color: Pavlova. HEX triplet: BA, A3 and 7D. RGB value is (186,163,125). Sum of RGB (Red+Green+Blue) = 186+163+125=474 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.24% from 474); Green value is 163 (64.06% from 255 or 34.39% from 474); Blue value is 125 (49.22% from 255 or 26.37% from 474); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA37D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA37D is #455C82. Grayscale: #A5A5A5. Windows color (decimal): -4545667 or 8233914. OLE color: 8233914.
HSL color Cylindrical-coordinate representation of color #BAA37D: hue angle of 37.38º 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 #BAA37D is Cyan = 0, Magento = 0.12, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 163 | 125 | - |
| CMYK | 0 | 0.12 | 0.33 | 0.27 |
| HSL | 37.38º | 0.31% | 0.61% | - |
| HSV(B) | 37.38º | 0.33% | 0.73% | - |
| XYZ | 37.05 | 38.11 | 24.81 | - |
| YUV | 165.55 | 105.12 | 142.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 163 | 125 | 0 | 0.12 | 0.33 | 0.27 | 37.38 | 0.31 | 0.61 |
| Hex | BA | A3 | 7D | 0 | C | 21 | 1B | 25 | 1F | 3D |
| Octal | 272 | 243 | 175 | 0 | 14 | 41 | 33 | 45 | 37 | 75 |
| Binary | 10111010 | 10100011 | 1111101 | 0 | 1100 | 100001 | 11011 | 100101 | 11111 | 111101 |
Color Harmonies of #BAA37D
Complementary color
Monochromatic Colors of #BAA37D
Black with #BAA37D
Text Example
Text Example
White with #BAA37D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA37D; }
p { color: rgb(186,163,125); }
H1.HeaderClassName
{
color: #BAA37D;
}
.AnyTagClassName
{
color: #BAA37D;
}
</style>
background-color css
<style>
a { background-color: #BAA37D; }
a { background-color: rgb(186,163,125); }
div.DivClassName
{
background-color: #BAA37D;
}
.BgClassName
{
background-color: #BAA37D;
}
</style>
border-color css
<style>
span { border-color: #BAA37D; }
span { border-color: rgb(186,163,125); }
td.TdClassName
{
border-color: #BAA37D;
}
.TagClassName
{
border-color: #BAA37D;
}
</style>