Shades of Pavlova #BAAB7E
Tints of Pavlova #BAAB7E
RGB
CMYK
RGB Variations
Color information
#BAAB7E (or 0xBAAB7E) is known color: Pavlova. HEX triplet: BA, AB and 7E. RGB value is (186,171,126). Sum of RGB (Red+Green+Blue) = 186+171+126=483 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.51% from 483); Green value is 171 (67.19% from 255 or 35.40% from 483); Blue value is 126 (49.61% from 255 or 26.09% from 483); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAB7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAAB7E is #455481. Grayscale: #AAAAAA. Windows color (decimal): -4543618 or 8301498. OLE color: 8301498.
HSL color Cylindrical-coordinate representation of color #BAAB7E: hue angle of 45º 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 #BAAB7E is Cyan = 0, Magento = 0.08, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 171 | 126 | - |
| CMYK | 0 | 0.08 | 0.32 | 0.27 |
| HSL | 45º | 0.3% | 0.61% | - |
| HSV(B) | 45º | 0.32% | 0.73% | - |
| XYZ | 38.58 | 41.07 | 25.63 | - |
| YUV | 170.36 | 102.97 | 139.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 171 | 126 | 0 | 0.08 | 0.32 | 0.27 | 45 | 0.3 | 0.61 |
| Hex | BA | AB | 7E | 0 | 8 | 20 | 1B | 2D | 1E | 3D |
| Octal | 272 | 253 | 176 | 0 | 10 | 40 | 33 | 55 | 36 | 75 |
| Binary | 10111010 | 10101011 | 1111110 | 0 | 1000 | 100000 | 11011 | 101101 | 11110 | 111101 |
Color Harmonies of #BAAB7E
Complementary color
Monochromatic Colors of #BAAB7E
Black with #BAAB7E
Text Example
Text Example
White with #BAAB7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAAB7E; }
p { color: rgb(186,171,126); }
H1.HeaderClassName
{
color: #BAAB7E;
}
.AnyTagClassName
{
color: #BAAB7E;
}
</style>
background-color css
<style>
a { background-color: #BAAB7E; }
a { background-color: rgb(186,171,126); }
div.DivClassName
{
background-color: #BAAB7E;
}
.BgClassName
{
background-color: #BAAB7E;
}
</style>
border-color css
<style>
span { border-color: #BAAB7E; }
span { border-color: rgb(186,171,126); }
td.TdClassName
{
border-color: #BAAB7E;
}
.TagClassName
{
border-color: #BAAB7E;
}
</style>