Shades of Pavlova #BAAA7D
Tints of Pavlova #BAAA7D
RGB
CMYK
RGB Variations
Color information
#BAAA7D (or 0xBAAA7D) is known color: Pavlova. HEX triplet: BA, AA and 7D. RGB value is (186,170,125). Sum of RGB (Red+Green+Blue) = 186+170+125=481 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.67% from 481); Green value is 170 (66.80% from 255 or 35.34% from 481); Blue value is 125 (49.22% from 255 or 25.99% from 481); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAA7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAAA7D is #455582. Grayscale: #A9A9A9. Windows color (decimal): -4543875 or 8235706. OLE color: 8235706.
HSL color Cylindrical-coordinate representation of color #BAAA7D: hue angle of 44.26º 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 #BAAA7D is Cyan = 0, Magento = 0.09, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 170 | 125 | - |
| CMYK | 0 | 0.09 | 0.33 | 0.27 |
| HSL | 44.26º | 0.31% | 0.61% | - |
| HSV(B) | 44.26º | 0.33% | 0.73% | - |
| XYZ | 38.33 | 40.67 | 25.23 | - |
| YUV | 169.65 | 102.8 | 139.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 170 | 125 | 0 | 0.09 | 0.33 | 0.27 | 44.26 | 0.31 | 0.61 |
| Hex | BA | AA | 7D | 0 | 9 | 21 | 1B | 2C | 1F | 3D |
| Octal | 272 | 252 | 175 | 0 | 11 | 41 | 33 | 54 | 37 | 75 |
| Binary | 10111010 | 10101010 | 1111101 | 0 | 1001 | 100001 | 11011 | 101100 | 11111 | 111101 |
Color Harmonies of #BAAA7D
Complementary color
Monochromatic Colors of #BAAA7D
Black with #BAAA7D
Text Example
Text Example
White with #BAAA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAAA7D; }
p { color: rgb(186,170,125); }
H1.HeaderClassName
{
color: #BAAA7D;
}
.AnyTagClassName
{
color: #BAAA7D;
}
</style>
background-color css
<style>
a { background-color: #BAAA7D; }
a { background-color: rgb(186,170,125); }
div.DivClassName
{
background-color: #BAAA7D;
}
.BgClassName
{
background-color: #BAAA7D;
}
</style>
border-color css
<style>
span { border-color: #BAAA7D; }
span { border-color: rgb(186,170,125); }
td.TdClassName
{
border-color: #BAAA7D;
}
.TagClassName
{
border-color: #BAAA7D;
}
</style>