Shades of Pavlova #BAA58B
Tints of Pavlova #BAA58B
RGB
CMYK
RGB Variations
Color information
#BAA58B (or 0xBAA58B) is known color: Pavlova. HEX triplet: BA, A5 and 8B. RGB value is (186,165,139). Sum of RGB (Red+Green+Blue) = 186+165+139=490 (64% of max value = 765). Red value is 186 (73.05% from 255 or 37.96% from 490); Green value is 165 (64.84% from 255 or 33.67% from 490); Blue value is 139 (54.69% from 255 or 28.37% from 490); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA58B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA58B is #455A74. Grayscale: #A8A8A8. Windows color (decimal): -4545141 or 9151930. OLE color: 9151930.
HSL color Cylindrical-coordinate representation of color #BAA58B: hue angle of 33.19º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BAA58B is Cyan = 0, Magento = 0.11, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 165 | 139 | - |
| CMYK | 0 | 0.11 | 0.25 | 0.27 |
| HSL | 33.19º | 0.25% | 0.64% | - |
| HSV(B) | 33.19º | 0.25% | 0.73% | - |
| XYZ | 38.37 | 39.21 | 29.97 | - |
| YUV | 168.32 | 111.46 | 140.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 165 | 139 | 0 | 0.11 | 0.25 | 0.27 | 33.19 | 0.25 | 0.64 |
| Hex | BA | A5 | 8B | 0 | B | 19 | 1B | 21 | 19 | 40 |
| Octal | 272 | 245 | 213 | 0 | 13 | 31 | 33 | 41 | 31 | 100 |
| Binary | 10111010 | 10100101 | 10001011 | 0 | 1011 | 11001 | 11011 | 100001 | 11001 | 1000000 |
Color Harmonies of #BAA58B
Complementary color
Monochromatic Colors of #BAA58B
Black with #BAA58B
Text Example
Text Example
White with #BAA58B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA58B; }
p { color: rgb(186,165,139); }
H1.HeaderClassName
{
color: #BAA58B;
}
.AnyTagClassName
{
color: #BAA58B;
}
</style>
background-color css
<style>
a { background-color: #BAA58B; }
a { background-color: rgb(186,165,139); }
div.DivClassName
{
background-color: #BAA58B;
}
.BgClassName
{
background-color: #BAA58B;
}
</style>
border-color css
<style>
span { border-color: #BAA58B; }
span { border-color: rgb(186,165,139); }
td.TdClassName
{
border-color: #BAA58B;
}
.TagClassName
{
border-color: #BAA58B;
}
</style>