Shades of Pavlova #BAA383
Tints of Pavlova #BAA383
RGB
CMYK
RGB Variations
Color information
#BAA383 (or 0xBAA383) is known color: Pavlova. HEX triplet: BA, A3 and 83. RGB value is (186,163,131). Sum of RGB (Red+Green+Blue) = 186+163+131=480 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.75% from 480); Green value is 163 (64.06% from 255 or 33.96% from 480); Blue value is 131 (51.56% from 255 or 27.29% from 480); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA383 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA383 is #455C7C. Grayscale: #A6A6A6. Windows color (decimal): -4545661 or 8627130. OLE color: 8627130.
HSL color Cylindrical-coordinate representation of color #BAA383: hue angle of 34.91º 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 #BAA383 is Cyan = 0, Magento = 0.12, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 163 | 131 | - |
| CMYK | 0 | 0.12 | 0.30 | 0.27 |
| HSL | 34.91º | 0.28% | 0.62% | - |
| HSV(B) | 34.91º | 0.3% | 0.73% | - |
| XYZ | 37.44 | 38.27 | 26.89 | - |
| YUV | 166.23 | 108.12 | 142.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 163 | 131 | 0 | 0.12 | 0.30 | 0.27 | 34.91 | 0.28 | 0.62 |
| Hex | BA | A3 | 83 | 0 | C | 1E | 1B | 23 | 1C | 3E |
| Octal | 272 | 243 | 203 | 0 | 14 | 36 | 33 | 43 | 34 | 76 |
| Binary | 10111010 | 10100011 | 10000011 | 0 | 1100 | 11110 | 11011 | 100011 | 11100 | 111110 |
Color Harmonies of #BAA383
Complementary color
Monochromatic Colors of #BAA383
Black with #BAA383
Text Example
Text Example
White with #BAA383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA383; }
p { color: rgb(186,163,131); }
H1.HeaderClassName
{
color: #BAA383;
}
.AnyTagClassName
{
color: #BAA383;
}
</style>
background-color css
<style>
a { background-color: #BAA383; }
a { background-color: rgb(186,163,131); }
div.DivClassName
{
background-color: #BAA383;
}
.BgClassName
{
background-color: #BAA383;
}
</style>
border-color css
<style>
span { border-color: #BAA383; }
span { border-color: rgb(186,163,131); }
td.TdClassName
{
border-color: #BAA383;
}
.TagClassName
{
border-color: #BAA383;
}
</style>