Shades of Pavlova #BAAA7C
Tints of Pavlova #BAAA7C
RGB
CMYK
RGB Variations
Color information
#BAAA7C (or 0xBAAA7C) is known color: Pavlova. HEX triplet: BA, AA and 7C. RGB value is (186,170,124). Sum of RGB (Red+Green+Blue) = 186+170+124=480 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.75% from 480); Green value is 170 (66.80% from 255 or 35.42% from 480); Blue value is 124 (48.83% from 255 or 25.83% from 480); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAA7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAAA7C is #455583. Grayscale: #A9A9A9. Windows color (decimal): -4543876 or 8170170. OLE color: 8170170.
HSL color Cylindrical-coordinate representation of color #BAAA7C: hue angle of 44.52º 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 #BAAA7C is Cyan = 0, Magento = 0.09, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 170 | 124 | - |
| CMYK | 0 | 0.09 | 0.33 | 0.27 |
| HSL | 44.52º | 0.31% | 0.61% | - |
| HSV(B) | 44.52º | 0.33% | 0.73% | - |
| XYZ | 38.26 | 40.64 | 24.9 | - |
| YUV | 169.54 | 102.3 | 139.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 170 | 124 | 0 | 0.09 | 0.33 | 0.27 | 44.52 | 0.31 | 0.61 |
| Hex | BA | AA | 7C | 0 | 9 | 21 | 1B | 2D | 1F | 3D |
| Octal | 272 | 252 | 174 | 0 | 11 | 41 | 33 | 55 | 37 | 75 |
| Binary | 10111010 | 10101010 | 1111100 | 0 | 1001 | 100001 | 11011 | 101101 | 11111 | 111101 |
Color Harmonies of #BAAA7C
Complementary color
Monochromatic Colors of #BAAA7C
Black with #BAAA7C
Text Example
Text Example
White with #BAAA7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAAA7C; }
p { color: rgb(186,170,124); }
H1.HeaderClassName
{
color: #BAAA7C;
}
.AnyTagClassName
{
color: #BAAA7C;
}
</style>
background-color css
<style>
a { background-color: #BAAA7C; }
a { background-color: rgb(186,170,124); }
div.DivClassName
{
background-color: #BAAA7C;
}
.BgClassName
{
background-color: #BAAA7C;
}
</style>
border-color css
<style>
span { border-color: #BAAA7C; }
span { border-color: rgb(186,170,124); }
td.TdClassName
{
border-color: #BAAA7C;
}
.TagClassName
{
border-color: #BAAA7C;
}
</style>