Shades of Pavlova #BAA777
Tints of Pavlova #BAA777
RGB
CMYK
RGB Variations
Color information
#BAA777 (or 0xBAA777) is known color: Pavlova. HEX triplet: BA, A7 and 77. RGB value is (186,167,119). Sum of RGB (Red+Green+Blue) = 186+167+119=472 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.41% from 472); Green value is 167 (65.62% from 255 or 35.38% from 472); Blue value is 119 (46.88% from 255 or 25.21% from 472); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA777 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA777 is #455888. Grayscale: #A7A7A7. Windows color (decimal): -4544649 or 7841722. OLE color: 7841722.
HSL color Cylindrical-coordinate representation of color #BAA777: hue angle of 42.99º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BAA777 is Cyan = 0, Magento = 0.10, Yellow = 0.36 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 167 | 119 | - |
| CMYK | 0 | 0.10 | 0.36 | 0.27 |
| HSL | 42.99º | 0.33% | 0.6% | - |
| HSV(B) | 42.99º | 0.36% | 0.73% | - |
| XYZ | 37.4 | 39.41 | 23.09 | - |
| YUV | 167.21 | 100.79 | 141.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 167 | 119 | 0 | 0.10 | 0.36 | 0.27 | 42.99 | 0.33 | 0.6 |
| Hex | BA | A7 | 77 | 0 | A | 24 | 1B | 2B | 21 | 3C |
| Octal | 272 | 247 | 167 | 0 | 12 | 44 | 33 | 53 | 41 | 74 |
| Binary | 10111010 | 10100111 | 1110111 | 0 | 1010 | 100100 | 11011 | 101011 | 100001 | 111100 |
Color Harmonies of #BAA777
Complementary color
Monochromatic Colors of #BAA777
Black with #BAA777
Text Example
Text Example
White with #BAA777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA777; }
p { color: rgb(186,167,119); }
H1.HeaderClassName
{
color: #BAA777;
}
.AnyTagClassName
{
color: #BAA777;
}
</style>
background-color css
<style>
a { background-color: #BAA777; }
a { background-color: rgb(186,167,119); }
div.DivClassName
{
background-color: #BAA777;
}
.BgClassName
{
background-color: #BAA777;
}
</style>
border-color css
<style>
span { border-color: #BAA777; }
span { border-color: rgb(186,167,119); }
td.TdClassName
{
border-color: #BAA777;
}
.TagClassName
{
border-color: #BAA777;
}
</style>