Shades of Pavlova #BAA580
Tints of Pavlova #BAA580
RGB
CMYK
RGB Variations
Color information
#BAA580 (or 0xBAA580) is known color: Pavlova. HEX triplet: BA, A5 and 80. RGB value is (186,165,128). Sum of RGB (Red+Green+Blue) = 186+165+128=479 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.83% from 479); Green value is 165 (64.84% from 255 or 34.45% from 479); Blue value is 128 (50.39% from 255 or 26.72% from 479); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA580 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA580 is #455A7F. Grayscale: #A7A7A7. Windows color (decimal): -4545152 or 8431034. OLE color: 8431034.
HSL color Cylindrical-coordinate representation of color #BAA580: hue angle of 38.28º 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 #BAA580 is Cyan = 0, Magento = 0.11, Yellow = 0.31 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 165 | 128 | - |
| CMYK | 0 | 0.11 | 0.31 | 0.27 |
| HSL | 38.28º | 0.3% | 0.62% | - |
| HSV(B) | 38.28º | 0.31% | 0.73% | - |
| XYZ | 37.6 | 38.91 | 25.95 | - |
| YUV | 167.06 | 105.96 | 141.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 165 | 128 | 0 | 0.11 | 0.31 | 0.27 | 38.28 | 0.3 | 0.62 |
| Hex | BA | A5 | 80 | 0 | B | 1F | 1B | 26 | 1E | 3E |
| Octal | 272 | 245 | 200 | 0 | 13 | 37 | 33 | 46 | 36 | 76 |
| Binary | 10111010 | 10100101 | 10000000 | 0 | 1011 | 11111 | 11011 | 100110 | 11110 | 111110 |
Color Harmonies of #BAA580
Complementary color
Monochromatic Colors of #BAA580
Black with #BAA580
Text Example
Text Example
White with #BAA580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA580; }
p { color: rgb(186,165,128); }
H1.HeaderClassName
{
color: #BAA580;
}
.AnyTagClassName
{
color: #BAA580;
}
</style>
background-color css
<style>
a { background-color: #BAA580; }
a { background-color: rgb(186,165,128); }
div.DivClassName
{
background-color: #BAA580;
}
.BgClassName
{
background-color: #BAA580;
}
</style>
border-color css
<style>
span { border-color: #BAA580; }
span { border-color: rgb(186,165,128); }
td.TdClassName
{
border-color: #BAA580;
}
.TagClassName
{
border-color: #BAA580;
}
</style>