Shades of Pavlova #BAA98C
Tints of Pavlova #BAA98C
RGB
CMYK
RGB Variations
Color information
#BAA98C (or 0xBAA98C) is known color: Pavlova. HEX triplet: BA, A9 and 8C. RGB value is (186,169,140). Sum of RGB (Red+Green+Blue) = 186+169+140=495 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.58% from 495); Green value is 169 (66.41% from 255 or 34.14% from 495); Blue value is 140 (55.08% from 255 or 28.28% from 495); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA98C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA98C is #455673. Grayscale: #AAAAAA. Windows color (decimal): -4544116 or 9218490. OLE color: 9218490.
HSL color Cylindrical-coordinate representation of color #BAA98C: hue angle of 37.83º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BAA98C is Cyan = 0, Magento = 0.09, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 169 | 140 | - |
| CMYK | 0 | 0.09 | 0.25 | 0.27 |
| HSL | 37.83º | 0.25% | 0.64% | - |
| HSV(B) | 37.83º | 0.25% | 0.73% | - |
| XYZ | 39.17 | 40.71 | 30.6 | - |
| YUV | 170.78 | 110.63 | 138.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 169 | 140 | 0 | 0.09 | 0.25 | 0.27 | 37.83 | 0.25 | 0.64 |
| Hex | BA | A9 | 8C | 0 | 9 | 19 | 1B | 26 | 19 | 40 |
| Octal | 272 | 251 | 214 | 0 | 11 | 31 | 33 | 46 | 31 | 100 |
| Binary | 10111010 | 10101001 | 10001100 | 0 | 1001 | 11001 | 11011 | 100110 | 11001 | 1000000 |
Color Harmonies of #BAA98C
Complementary color
Monochromatic Colors of #BAA98C
Black with #BAA98C
Text Example
Text Example
White with #BAA98C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA98C; }
p { color: rgb(186,169,140); }
H1.HeaderClassName
{
color: #BAA98C;
}
.AnyTagClassName
{
color: #BAA98C;
}
</style>
background-color css
<style>
a { background-color: #BAA98C; }
a { background-color: rgb(186,169,140); }
div.DivClassName
{
background-color: #BAA98C;
}
.BgClassName
{
background-color: #BAA98C;
}
</style>
border-color css
<style>
span { border-color: #BAA98C; }
span { border-color: rgb(186,169,140); }
td.TdClassName
{
border-color: #BAA98C;
}
.TagClassName
{
border-color: #BAA98C;
}
</style>