Shades of Pavlova #BAAB8F
Tints of Pavlova #BAAB8F
RGB
CMYK
RGB Variations
Color information
#BAAB8F (or 0xBAAB8F) is known color: Pavlova. HEX triplet: BA, AB and 8F. RGB value is (186,171,143). Sum of RGB (Red+Green+Blue) = 186+171+143=500 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.2% from 500); Green value is 171 (67.19% from 255 or 34.2% from 500); Blue value is 143 (56.25% from 255 or 28.6% from 500); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAB8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAAB8F is #455470. Grayscale: #ACACAC. Windows color (decimal): -4543601 or 9415610. OLE color: 9415610.
HSL color Cylindrical-coordinate representation of color #BAAB8F: hue angle of 39.07º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BAAB8F is Cyan = 0, Magento = 0.08, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 171 | 143 | - |
| CMYK | 0 | 0.08 | 0.23 | 0.27 |
| HSL | 39.07º | 0.24% | 0.65% | - |
| HSV(B) | 39.07º | 0.23% | 0.73% | - |
| XYZ | 39.77 | 41.55 | 31.91 | - |
| YUV | 172.29 | 111.47 | 137.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 171 | 143 | 0 | 0.08 | 0.23 | 0.27 | 39.07 | 0.24 | 0.65 |
| Hex | BA | AB | 8F | 0 | 8 | 17 | 1B | 27 | 18 | 41 |
| Octal | 272 | 253 | 217 | 0 | 10 | 27 | 33 | 47 | 30 | 101 |
| Binary | 10111010 | 10101011 | 10001111 | 0 | 1000 | 10111 | 11011 | 100111 | 11000 | 1000001 |
Color Harmonies of #BAAB8F
Complementary color
Monochromatic Colors of #BAAB8F
Black with #BAAB8F
Text Example
Text Example
White with #BAAB8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAAB8F; }
p { color: rgb(186,171,143); }
H1.HeaderClassName
{
color: #BAAB8F;
}
.AnyTagClassName
{
color: #BAAB8F;
}
</style>
background-color css
<style>
a { background-color: #BAAB8F; }
a { background-color: rgb(186,171,143); }
div.DivClassName
{
background-color: #BAAB8F;
}
.BgClassName
{
background-color: #BAAB8F;
}
</style>
border-color css
<style>
span { border-color: #BAAB8F; }
span { border-color: rgb(186,171,143); }
td.TdClassName
{
border-color: #BAAB8F;
}
.TagClassName
{
border-color: #BAAB8F;
}
</style>