Shades of Pavlova #BAA88D
Tints of Pavlova #BAA88D
RGB
CMYK
RGB Variations
Color information
#BAA88D (or 0xBAA88D) is known color: Pavlova. HEX triplet: BA, A8 and 8D. RGB value is (186,168,141). Sum of RGB (Red+Green+Blue) = 186+168+141=495 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.58% from 495); Green value is 168 (66.02% from 255 or 33.94% from 495); Blue value is 141 (55.47% from 255 or 28.48% from 495); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA88D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA88D is #455772. Grayscale: #AAAAAA. Windows color (decimal): -4544371 or 9283770. OLE color: 9283770.
HSL color Cylindrical-coordinate representation of color #BAA88D: hue angle of 36º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BAA88D is Cyan = 0, Magento = 0.10, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 168 | 141 | - |
| CMYK | 0 | 0.10 | 0.24 | 0.27 |
| HSL | 36º | 0.25% | 0.64% | - |
| HSV(B) | 36º | 0.24% | 0.73% | - |
| XYZ | 39.06 | 40.37 | 30.93 | - |
| YUV | 170.3 | 111.46 | 139.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 168 | 141 | 0 | 0.10 | 0.24 | 0.27 | 36 | 0.25 | 0.64 |
| Hex | BA | A8 | 8D | 0 | A | 18 | 1B | 24 | 19 | 40 |
| Octal | 272 | 250 | 215 | 0 | 12 | 30 | 33 | 44 | 31 | 100 |
| Binary | 10111010 | 10101000 | 10001101 | 0 | 1010 | 11000 | 11011 | 100100 | 11001 | 1000000 |
Color Harmonies of #BAA88D
Complementary color
Monochromatic Colors of #BAA88D
Black with #BAA88D
Text Example
Text Example
White with #BAA88D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA88D; }
p { color: rgb(186,168,141); }
H1.HeaderClassName
{
color: #BAA88D;
}
.AnyTagClassName
{
color: #BAA88D;
}
</style>
background-color css
<style>
a { background-color: #BAA88D; }
a { background-color: rgb(186,168,141); }
div.DivClassName
{
background-color: #BAA88D;
}
.BgClassName
{
background-color: #BAA88D;
}
</style>
border-color css
<style>
span { border-color: #BAA88D; }
span { border-color: rgb(186,168,141); }
td.TdClassName
{
border-color: #BAA88D;
}
.TagClassName
{
border-color: #BAA88D;
}
</style>