Shades of Pavlova #BAAC82
Tints of Pavlova #BAAC82
RGB
CMYK
RGB Variations
Color information
#BAAC82 (or 0xBAAC82) is known color: Pavlova. HEX triplet: BA, AC and 82. RGB value is (186,172,130). Sum of RGB (Red+Green+Blue) = 186+172+130=488 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.11% from 488); Green value is 172 (67.58% from 255 or 35.25% from 488); Blue value is 130 (51.17% from 255 or 26.64% from 488); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAC82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAAC82 is #45537D. Grayscale: #ABABAB. Windows color (decimal): -4543358 or 8563898. OLE color: 8563898.
HSL color Cylindrical-coordinate representation of color #BAAC82: hue angle of 45º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BAAC82 is Cyan = 0, Magento = 0.08, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 172 | 130 | - |
| CMYK | 0 | 0.08 | 0.30 | 0.27 |
| HSL | 45º | 0.29% | 0.62% | - |
| HSV(B) | 45º | 0.3% | 0.73% | - |
| XYZ | 39.03 | 41.56 | 27.08 | - |
| YUV | 171.4 | 104.64 | 138.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 172 | 130 | 0 | 0.08 | 0.30 | 0.27 | 45 | 0.29 | 0.62 |
| Hex | BA | AC | 82 | 0 | 8 | 1E | 1B | 2D | 1D | 3E |
| Octal | 272 | 254 | 202 | 0 | 10 | 36 | 33 | 55 | 35 | 76 |
| Binary | 10111010 | 10101100 | 10000010 | 0 | 1000 | 11110 | 11011 | 101101 | 11101 | 111110 |
Color Harmonies of #BAAC82
Complementary color
Monochromatic Colors of #BAAC82
Black with #BAAC82
Text Example
Text Example
White with #BAAC82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAAC82; }
p { color: rgb(186,172,130); }
H1.HeaderClassName
{
color: #BAAC82;
}
.AnyTagClassName
{
color: #BAAC82;
}
</style>
background-color css
<style>
a { background-color: #BAAC82; }
a { background-color: rgb(186,172,130); }
div.DivClassName
{
background-color: #BAAC82;
}
.BgClassName
{
background-color: #BAAC82;
}
</style>
border-color css
<style>
span { border-color: #BAAC82; }
span { border-color: rgb(186,172,130); }
td.TdClassName
{
border-color: #BAAC82;
}
.TagClassName
{
border-color: #BAAC82;
}
</style>