Shades of Pavlova #BAAC80
Tints of Pavlova #BAAC80
RGB
CMYK
RGB Variations
Color information
#BAAC80 (or 0xBAAC80) is known color: Pavlova. HEX triplet: BA, AC and 80. RGB value is (186,172,128). Sum of RGB (Red+Green+Blue) = 186+172+128=486 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.27% from 486); Green value is 172 (67.58% from 255 or 35.39% from 486); Blue value is 128 (50.39% from 255 or 26.34% from 486); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAC80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAAC80 is #45537F. Grayscale: #ABABAB. Windows color (decimal): -4543360 or 8432826. OLE color: 8432826.
HSL color Cylindrical-coordinate representation of color #BAAC80: hue angle of 45.52º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BAAC80 is Cyan = 0, Magento = 0.08, Yellow = 0.31 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 172 | 128 | - |
| CMYK | 0 | 0.08 | 0.31 | 0.27 |
| HSL | 45.52º | 0.3% | 0.62% | - |
| HSV(B) | 45.52º | 0.31% | 0.73% | - |
| XYZ | 38.9 | 41.5 | 26.38 | - |
| YUV | 171.17 | 103.64 | 138.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 172 | 128 | 0 | 0.08 | 0.31 | 0.27 | 45.52 | 0.3 | 0.62 |
| Hex | BA | AC | 80 | 0 | 8 | 1F | 1B | 2E | 1E | 3E |
| Octal | 272 | 254 | 200 | 0 | 10 | 37 | 33 | 56 | 36 | 76 |
| Binary | 10111010 | 10101100 | 10000000 | 0 | 1000 | 11111 | 11011 | 101110 | 11110 | 111110 |
Color Harmonies of #BAAC80
Complementary color
Monochromatic Colors of #BAAC80
Black with #BAAC80
Text Example
Text Example
White with #BAAC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAAC80; }
p { color: rgb(186,172,128); }
H1.HeaderClassName
{
color: #BAAC80;
}
.AnyTagClassName
{
color: #BAAC80;
}
</style>
background-color css
<style>
a { background-color: #BAAC80; }
a { background-color: rgb(186,172,128); }
div.DivClassName
{
background-color: #BAAC80;
}
.BgClassName
{
background-color: #BAAC80;
}
</style>
border-color css
<style>
span { border-color: #BAAC80; }
span { border-color: rgb(186,172,128); }
td.TdClassName
{
border-color: #BAAC80;
}
.TagClassName
{
border-color: #BAAC80;
}
</style>