Shades of Pavlova #BAA583
Tints of Pavlova #BAA583
RGB
CMYK
RGB Variations
Color information
#BAA583 (or 0xBAA583) is known color: Pavlova. HEX triplet: BA, A5 and 83. RGB value is (186,165,131). Sum of RGB (Red+Green+Blue) = 186+165+131=482 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.59% from 482); Green value is 165 (64.84% from 255 or 34.23% from 482); Blue value is 131 (51.56% from 255 or 27.18% from 482); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA583 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA583 is #455A7C. Grayscale: #A7A7A7. Windows color (decimal): -4545149 or 8627642. OLE color: 8627642.
HSL color Cylindrical-coordinate representation of color #BAA583: hue angle of 37.09º degrees, saturation: 0.28, 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 #BAA583 is Cyan = 0, Magento = 0.11, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 165 | 131 | - |
| CMYK | 0 | 0.11 | 0.30 | 0.27 |
| HSL | 37.09º | 0.28% | 0.62% | - |
| HSV(B) | 37.09º | 0.3% | 0.73% | - |
| XYZ | 37.8 | 38.99 | 27.01 | - |
| YUV | 167.4 | 107.46 | 141.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 165 | 131 | 0 | 0.11 | 0.30 | 0.27 | 37.09 | 0.28 | 0.62 |
| Hex | BA | A5 | 83 | 0 | B | 1E | 1B | 25 | 1C | 3E |
| Octal | 272 | 245 | 203 | 0 | 13 | 36 | 33 | 45 | 34 | 76 |
| Binary | 10111010 | 10100101 | 10000011 | 0 | 1011 | 11110 | 11011 | 100101 | 11100 | 111110 |
Color Harmonies of #BAA583
Complementary color
Monochromatic Colors of #BAA583
Black with #BAA583
Text Example
Text Example
White with #BAA583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA583; }
p { color: rgb(186,165,131); }
H1.HeaderClassName
{
color: #BAA583;
}
.AnyTagClassName
{
color: #BAA583;
}
</style>
background-color css
<style>
a { background-color: #BAA583; }
a { background-color: rgb(186,165,131); }
div.DivClassName
{
background-color: #BAA583;
}
.BgClassName
{
background-color: #BAA583;
}
</style>
border-color css
<style>
span { border-color: #BAA583; }
span { border-color: rgb(186,165,131); }
td.TdClassName
{
border-color: #BAA583;
}
.TagClassName
{
border-color: #BAA583;
}
</style>