Shades of Pavlova #BAA582
Tints of Pavlova #BAA582
RGB
CMYK
RGB Variations
Color information
#BAA582 (or 0xBAA582) is known color: Pavlova. HEX triplet: BA, A5 and 82. RGB value is (186,165,130). Sum of RGB (Red+Green+Blue) = 186+165+130=481 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.67% from 481); Green value is 165 (64.84% from 255 or 34.30% from 481); Blue value is 130 (51.17% from 255 or 27.03% from 481); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA582 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA582 is #455A7D. Grayscale: #A7A7A7. Windows color (decimal): -4545150 or 8562106. OLE color: 8562106.
HSL color Cylindrical-coordinate representation of color #BAA582: hue angle of 37.5º 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 #BAA582 is Cyan = 0, Magento = 0.11, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 165 | 130 | - |
| CMYK | 0 | 0.11 | 0.30 | 0.27 |
| HSL | 37.5º | 0.29% | 0.62% | - |
| HSV(B) | 37.5º | 0.3% | 0.73% | - |
| XYZ | 37.73 | 38.96 | 26.65 | - |
| YUV | 167.29 | 106.96 | 141.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 165 | 130 | 0 | 0.11 | 0.30 | 0.27 | 37.5 | 0.29 | 0.62 |
| Hex | BA | A5 | 82 | 0 | B | 1E | 1B | 26 | 1D | 3E |
| Octal | 272 | 245 | 202 | 0 | 13 | 36 | 33 | 46 | 35 | 76 |
| Binary | 10111010 | 10100101 | 10000010 | 0 | 1011 | 11110 | 11011 | 100110 | 11101 | 111110 |
Color Harmonies of #BAA582
Complementary color
Monochromatic Colors of #BAA582
Black with #BAA582
Text Example
Text Example
White with #BAA582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA582; }
p { color: rgb(186,165,130); }
H1.HeaderClassName
{
color: #BAA582;
}
.AnyTagClassName
{
color: #BAA582;
}
</style>
background-color css
<style>
a { background-color: #BAA582; }
a { background-color: rgb(186,165,130); }
div.DivClassName
{
background-color: #BAA582;
}
.BgClassName
{
background-color: #BAA582;
}
</style>
border-color css
<style>
span { border-color: #BAA582; }
span { border-color: rgb(186,165,130); }
td.TdClassName
{
border-color: #BAA582;
}
.TagClassName
{
border-color: #BAA582;
}
</style>