Shades of Pavlova #BAA58A
Tints of Pavlova #BAA58A
RGB
CMYK
RGB Variations
Color information
#BAA58A (or 0xBAA58A) is known color: Pavlova. HEX triplet: BA, A5 and 8A. RGB value is (186,165,138). Sum of RGB (Red+Green+Blue) = 186+165+138=489 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.04% from 489); Green value is 165 (64.84% from 255 or 33.74% from 489); Blue value is 138 (54.30% from 255 or 28.22% from 489); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA58A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA58A is #455A75. Grayscale: #A8A8A8. Windows color (decimal): -4545142 or 9086394. OLE color: 9086394.
HSL color Cylindrical-coordinate representation of color #BAA58A: hue angle of 33.75º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BAA58A is Cyan = 0, Magento = 0.11, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 165 | 138 | - |
| CMYK | 0 | 0.11 | 0.26 | 0.27 |
| HSL | 33.75º | 0.26% | 0.64% | - |
| HSV(B) | 33.75º | 0.26% | 0.73% | - |
| XYZ | 38.29 | 39.18 | 29.59 | - |
| YUV | 168.2 | 110.96 | 140.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 165 | 138 | 0 | 0.11 | 0.26 | 0.27 | 33.75 | 0.26 | 0.64 |
| Hex | BA | A5 | 8A | 0 | B | 1A | 1B | 22 | 1A | 40 |
| Octal | 272 | 245 | 212 | 0 | 13 | 32 | 33 | 42 | 32 | 100 |
| Binary | 10111010 | 10100101 | 10001010 | 0 | 1011 | 11010 | 11011 | 100010 | 11010 | 1000000 |
Color Harmonies of #BAA58A
Complementary color
Monochromatic Colors of #BAA58A
Black with #BAA58A
Text Example
Text Example
White with #BAA58A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA58A; }
p { color: rgb(186,165,138); }
H1.HeaderClassName
{
color: #BAA58A;
}
.AnyTagClassName
{
color: #BAA58A;
}
</style>
background-color css
<style>
a { background-color: #BAA58A; }
a { background-color: rgb(186,165,138); }
div.DivClassName
{
background-color: #BAA58A;
}
.BgClassName
{
background-color: #BAA58A;
}
</style>
border-color css
<style>
span { border-color: #BAA58A; }
span { border-color: rgb(186,165,138); }
td.TdClassName
{
border-color: #BAA58A;
}
.TagClassName
{
border-color: #BAA58A;
}
</style>