Shades of Pavlova #BAA788
Tints of Pavlova #BAA788
RGB
CMYK
RGB Variations
Color information
#BAA788 (or 0xBAA788) is known color: Pavlova. HEX triplet: BA, A7 and 88. RGB value is (186,167,136). Sum of RGB (Red+Green+Blue) = 186+167+136=489 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.04% from 489); Green value is 167 (65.62% from 255 or 34.15% from 489); Blue value is 136 (53.52% from 255 or 27.81% from 489); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA788 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA788 is #455877. Grayscale: #A9A9A9. Windows color (decimal): -4544632 or 8955834. OLE color: 8955834.
HSL color Cylindrical-coordinate representation of color #BAA788: hue angle of 37.2º 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 #BAA788 is Cyan = 0, Magento = 0.10, Yellow = 0.27 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 167 | 136 | - |
| CMYK | 0 | 0.10 | 0.27 | 0.27 |
| HSL | 37.2º | 0.27% | 0.63% | - |
| HSV(B) | 37.2º | 0.27% | 0.73% | - |
| XYZ | 38.51 | 39.85 | 28.96 | - |
| YUV | 169.15 | 109.29 | 140.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 167 | 136 | 0 | 0.10 | 0.27 | 0.27 | 37.2 | 0.27 | 0.63 |
| Hex | BA | A7 | 88 | 0 | A | 1B | 1B | 25 | 1B | 3F |
| Octal | 272 | 247 | 210 | 0 | 12 | 33 | 33 | 45 | 33 | 77 |
| Binary | 10111010 | 10100111 | 10001000 | 0 | 1010 | 11011 | 11011 | 100101 | 11011 | 111111 |
Color Harmonies of #BAA788
Complementary color
Monochromatic Colors of #BAA788
Black with #BAA788
Text Example
Text Example
White with #BAA788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA788; }
p { color: rgb(186,167,136); }
H1.HeaderClassName
{
color: #BAA788;
}
.AnyTagClassName
{
color: #BAA788;
}
</style>
background-color css
<style>
a { background-color: #BAA788; }
a { background-color: rgb(186,167,136); }
div.DivClassName
{
background-color: #BAA788;
}
.BgClassName
{
background-color: #BAA788;
}
</style>
border-color css
<style>
span { border-color: #BAA788; }
span { border-color: rgb(186,167,136); }
td.TdClassName
{
border-color: #BAA788;
}
.TagClassName
{
border-color: #BAA788;
}
</style>