Shades of Pavlova #BAAB85
Tints of Pavlova #BAAB85
RGB
CMYK
RGB Variations
Color information
#BAAB85 (or 0xBAAB85) is known color: Pavlova. HEX triplet: BA, AB and 85. RGB value is (186,171,133). Sum of RGB (Red+Green+Blue) = 186+171+133=490 (64% of max value = 765). Red value is 186 (73.05% from 255 or 37.96% from 490); Green value is 171 (67.19% from 255 or 34.90% from 490); Blue value is 133 (52.34% from 255 or 27.14% from 490); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAB85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAAB85 is #45547A. Grayscale: #ABABAB. Windows color (decimal): -4543611 or 8760250. OLE color: 8760250.
HSL color Cylindrical-coordinate representation of color #BAAB85: hue angle of 43.02º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BAAB85 is Cyan = 0, Magento = 0.08, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 171 | 133 | - |
| CMYK | 0 | 0.08 | 0.28 | 0.27 |
| HSL | 43.02º | 0.28% | 0.63% | - |
| HSV(B) | 43.02º | 0.28% | 0.73% | - |
| XYZ | 39.05 | 41.26 | 28.1 | - |
| YUV | 171.15 | 106.47 | 138.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 171 | 133 | 0 | 0.08 | 0.28 | 0.27 | 43.02 | 0.28 | 0.63 |
| Hex | BA | AB | 85 | 0 | 8 | 1C | 1B | 2B | 1C | 3F |
| Octal | 272 | 253 | 205 | 0 | 10 | 34 | 33 | 53 | 34 | 77 |
| Binary | 10111010 | 10101011 | 10000101 | 0 | 1000 | 11100 | 11011 | 101011 | 11100 | 111111 |
Color Harmonies of #BAAB85
Complementary color
Monochromatic Colors of #BAAB85
Black with #BAAB85
Text Example
Text Example
White with #BAAB85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAAB85; }
p { color: rgb(186,171,133); }
H1.HeaderClassName
{
color: #BAAB85;
}
.AnyTagClassName
{
color: #BAAB85;
}
</style>
background-color css
<style>
a { background-color: #BAAB85; }
a { background-color: rgb(186,171,133); }
div.DivClassName
{
background-color: #BAAB85;
}
.BgClassName
{
background-color: #BAAB85;
}
</style>
border-color css
<style>
span { border-color: #BAAB85; }
span { border-color: rgb(186,171,133); }
td.TdClassName
{
border-color: #BAAB85;
}
.TagClassName
{
border-color: #BAAB85;
}
</style>