Shades of Pavlova #BAA27E
Tints of Pavlova #BAA27E
RGB
CMYK
RGB Variations
Color information
#BAA27E (or 0xBAA27E) is known color: Pavlova. HEX triplet: BA, A2 and 7E. RGB value is (186,162,126). Sum of RGB (Red+Green+Blue) = 186+162+126=474 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.24% from 474); Green value is 162 (63.67% from 255 or 34.18% from 474); Blue value is 126 (49.61% from 255 or 26.58% from 474); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA27E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA27E is #455D81. Grayscale: #A5A5A5. Windows color (decimal): -4545922 or 8299194. OLE color: 8299194.
HSL color Cylindrical-coordinate representation of color #BAA27E: hue angle of 36º 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 #BAA27E is Cyan = 0, Magento = 0.13, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 162 | 126 | - |
| CMYK | 0 | 0.13 | 0.32 | 0.27 |
| HSL | 36º | 0.3% | 0.61% | - |
| HSV(B) | 36º | 0.32% | 0.73% | - |
| XYZ | 36.94 | 37.79 | 25.09 | - |
| YUV | 165.07 | 105.95 | 142.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 162 | 126 | 0 | 0.13 | 0.32 | 0.27 | 36 | 0.3 | 0.61 |
| Hex | BA | A2 | 7E | 0 | D | 20 | 1B | 24 | 1E | 3D |
| Octal | 272 | 242 | 176 | 0 | 15 | 40 | 33 | 44 | 36 | 75 |
| Binary | 10111010 | 10100010 | 1111110 | 0 | 1101 | 100000 | 11011 | 100100 | 11110 | 111101 |
Color Harmonies of #BAA27E
Complementary color
Monochromatic Colors of #BAA27E
Black with #BAA27E
Text Example
Text Example
White with #BAA27E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA27E; }
p { color: rgb(186,162,126); }
H1.HeaderClassName
{
color: #BAA27E;
}
.AnyTagClassName
{
color: #BAA27E;
}
</style>
background-color css
<style>
a { background-color: #BAA27E; }
a { background-color: rgb(186,162,126); }
div.DivClassName
{
background-color: #BAA27E;
}
.BgClassName
{
background-color: #BAA27E;
}
</style>
border-color css
<style>
span { border-color: #BAA27E; }
span { border-color: rgb(186,162,126); }
td.TdClassName
{
border-color: #BAA27E;
}
.TagClassName
{
border-color: #BAA27E;
}
</style>