Shades of Pavlova #BAAA7E
Tints of Pavlova #BAAA7E
RGB
CMYK
RGB Variations
Color information
#BAAA7E (or 0xBAAA7E) is known color: Pavlova. HEX triplet: BA, AA and 7E. RGB value is (186,170,126). Sum of RGB (Red+Green+Blue) = 186+170+126=482 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.59% from 482); Green value is 170 (66.80% from 255 or 35.27% from 482); Blue value is 126 (49.61% from 255 or 26.14% from 482); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAA7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAAA7E is #455581. Grayscale: #A9A9A9. Windows color (decimal): -4543874 or 8301242. OLE color: 8301242.
HSL color Cylindrical-coordinate representation of color #BAAA7E: hue angle of 44º 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 #BAAA7E is Cyan = 0, Magento = 0.09, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 170 | 126 | - |
| CMYK | 0 | 0.09 | 0.32 | 0.27 |
| HSL | 44º | 0.3% | 0.61% | - |
| HSV(B) | 44º | 0.32% | 0.73% | - |
| XYZ | 38.39 | 40.69 | 25.57 | - |
| YUV | 169.77 | 103.3 | 139.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 170 | 126 | 0 | 0.09 | 0.32 | 0.27 | 44 | 0.3 | 0.61 |
| Hex | BA | AA | 7E | 0 | 9 | 20 | 1B | 2C | 1E | 3D |
| Octal | 272 | 252 | 176 | 0 | 11 | 40 | 33 | 54 | 36 | 75 |
| Binary | 10111010 | 10101010 | 1111110 | 0 | 1001 | 100000 | 11011 | 101100 | 11110 | 111101 |
Color Harmonies of #BAAA7E
Complementary color
Monochromatic Colors of #BAAA7E
Black with #BAAA7E
Text Example
Text Example
White with #BAAA7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAAA7E; }
p { color: rgb(186,170,126); }
H1.HeaderClassName
{
color: #BAAA7E;
}
.AnyTagClassName
{
color: #BAAA7E;
}
</style>
background-color css
<style>
a { background-color: #BAAA7E; }
a { background-color: rgb(186,170,126); }
div.DivClassName
{
background-color: #BAAA7E;
}
.BgClassName
{
background-color: #BAAA7E;
}
</style>
border-color css
<style>
span { border-color: #BAAA7E; }
span { border-color: rgb(186,170,126); }
td.TdClassName
{
border-color: #BAAA7E;
}
.TagClassName
{
border-color: #BAAA7E;
}
</style>