Shades of Pavlova #BAA380
Tints of Pavlova #BAA380
RGB
CMYK
RGB Variations
Color information
#BAA380 (or 0xBAA380) is known color: Pavlova. HEX triplet: BA, A3 and 80. RGB value is (186,163,128). Sum of RGB (Red+Green+Blue) = 186+163+128=477 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.99% from 477); Green value is 163 (64.06% from 255 or 34.17% from 477); Blue value is 128 (50.39% from 255 or 26.83% from 477); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA380 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA380 is #455C7F. Grayscale: #A6A6A6. Windows color (decimal): -4545664 or 8430522. OLE color: 8430522.
HSL color Cylindrical-coordinate representation of color #BAA380: hue angle of 36.21º 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 #BAA380 is Cyan = 0, Magento = 0.12, Yellow = 0.31 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 163 | 128 | - |
| CMYK | 0 | 0.12 | 0.31 | 0.27 |
| HSL | 36.21º | 0.3% | 0.62% | - |
| HSV(B) | 36.21º | 0.31% | 0.73% | - |
| XYZ | 37.24 | 38.19 | 25.83 | - |
| YUV | 165.89 | 106.62 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 163 | 128 | 0 | 0.12 | 0.31 | 0.27 | 36.21 | 0.3 | 0.62 |
| Hex | BA | A3 | 80 | 0 | C | 1F | 1B | 24 | 1E | 3E |
| Octal | 272 | 243 | 200 | 0 | 14 | 37 | 33 | 44 | 36 | 76 |
| Binary | 10111010 | 10100011 | 10000000 | 0 | 1100 | 11111 | 11011 | 100100 | 11110 | 111110 |
Color Harmonies of #BAA380
Complementary color
Monochromatic Colors of #BAA380
Black with #BAA380
Text Example
Text Example
White with #BAA380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA380; }
p { color: rgb(186,163,128); }
H1.HeaderClassName
{
color: #BAA380;
}
.AnyTagClassName
{
color: #BAA380;
}
</style>
background-color css
<style>
a { background-color: #BAA380; }
a { background-color: rgb(186,163,128); }
div.DivClassName
{
background-color: #BAA380;
}
.BgClassName
{
background-color: #BAA380;
}
</style>
border-color css
<style>
span { border-color: #BAA380; }
span { border-color: rgb(186,163,128); }
td.TdClassName
{
border-color: #BAA380;
}
.TagClassName
{
border-color: #BAA380;
}
</style>