Shades of Pavlova #BAAA88
Tints of Pavlova #BAAA88
RGB
CMYK
RGB Variations
Color information
#BAAA88 (or 0xBAAA88) is known color: Pavlova. HEX triplet: BA, AA and 88. RGB value is (186,170,136). Sum of RGB (Red+Green+Blue) = 186+170+136=492 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.80% from 492); Green value is 170 (66.80% from 255 or 34.55% from 492); Blue value is 136 (53.52% from 255 or 27.64% from 492); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAA88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAAA88 is #455577. Grayscale: #ABABAB. Windows color (decimal): -4543864 or 8956602. OLE color: 8956602.
HSL color Cylindrical-coordinate representation of color #BAAA88: hue angle of 40.8º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BAAA88 is Cyan = 0, Magento = 0.09, Yellow = 0.27 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 170 | 136 | - |
| CMYK | 0 | 0.09 | 0.27 | 0.27 |
| HSL | 40.8º | 0.27% | 0.63% | - |
| HSV(B) | 40.8º | 0.27% | 0.73% | - |
| XYZ | 39.07 | 40.97 | 29.14 | - |
| YUV | 170.91 | 108.3 | 138.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 170 | 136 | 0 | 0.09 | 0.27 | 0.27 | 40.8 | 0.27 | 0.63 |
| Hex | BA | AA | 88 | 0 | 9 | 1B | 1B | 29 | 1B | 3F |
| Octal | 272 | 252 | 210 | 0 | 11 | 33 | 33 | 51 | 33 | 77 |
| Binary | 10111010 | 10101010 | 10001000 | 0 | 1001 | 11011 | 11011 | 101001 | 11011 | 111111 |
Color Harmonies of #BAAA88
Complementary color
Monochromatic Colors of #BAAA88
Black with #BAAA88
Text Example
Text Example
White with #BAAA88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAAA88; }
p { color: rgb(186,170,136); }
H1.HeaderClassName
{
color: #BAAA88;
}
.AnyTagClassName
{
color: #BAAA88;
}
</style>
background-color css
<style>
a { background-color: #BAAA88; }
a { background-color: rgb(186,170,136); }
div.DivClassName
{
background-color: #BAAA88;
}
.BgClassName
{
background-color: #BAAA88;
}
</style>
border-color css
<style>
span { border-color: #BAAA88; }
span { border-color: rgb(186,170,136); }
td.TdClassName
{
border-color: #BAAA88;
}
.TagClassName
{
border-color: #BAAA88;
}
</style>