Shades of Pavlova #BAA68D
Tints of Pavlova #BAA68D
RGB
CMYK
RGB Variations
Color information
#BAA68D (or 0xBAA68D) is known color: Pavlova. HEX triplet: BA, A6 and 8D. RGB value is (186,166,141). Sum of RGB (Red+Green+Blue) = 186+166+141=493 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.73% from 493); Green value is 166 (65.23% from 255 or 33.67% from 493); Blue value is 141 (55.47% from 255 or 28.60% from 493); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA68D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA68D is #455972. Grayscale: #A9A9A9. Windows color (decimal): -4544883 or 9283258. OLE color: 9283258.
HSL color Cylindrical-coordinate representation of color #BAA68D: hue angle of 33.33º 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 #BAA68D is Cyan = 0, Magento = 0.11, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 166 | 141 | - |
| CMYK | 0 | 0.11 | 0.24 | 0.27 |
| HSL | 33.33º | 0.25% | 0.64% | - |
| HSV(B) | 33.33º | 0.24% | 0.73% | - |
| XYZ | 38.69 | 39.63 | 30.81 | - |
| YUV | 169.13 | 112.13 | 140.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 166 | 141 | 0 | 0.11 | 0.24 | 0.27 | 33.33 | 0.25 | 0.64 |
| Hex | BA | A6 | 8D | 0 | B | 18 | 1B | 21 | 19 | 40 |
| Octal | 272 | 246 | 215 | 0 | 13 | 30 | 33 | 41 | 31 | 100 |
| Binary | 10111010 | 10100110 | 10001101 | 0 | 1011 | 11000 | 11011 | 100001 | 11001 | 1000000 |
Color Harmonies of #BAA68D
Complementary color
Monochromatic Colors of #BAA68D
Black with #BAA68D
Text Example
Text Example
White with #BAA68D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA68D; }
p { color: rgb(186,166,141); }
H1.HeaderClassName
{
color: #BAA68D;
}
.AnyTagClassName
{
color: #BAA68D;
}
</style>
background-color css
<style>
a { background-color: #BAA68D; }
a { background-color: rgb(186,166,141); }
div.DivClassName
{
background-color: #BAA68D;
}
.BgClassName
{
background-color: #BAA68D;
}
</style>
border-color css
<style>
span { border-color: #BAA68D; }
span { border-color: rgb(186,166,141); }
td.TdClassName
{
border-color: #BAA68D;
}
.TagClassName
{
border-color: #BAA68D;
}
</style>