Shades of Pavlova #BAA47B
Tints of Pavlova #BAA47B
RGB
CMYK
RGB Variations
Color information
#BAA47B (or 0xBAA47B) is known color: Pavlova. HEX triplet: BA, A4 and 7B. RGB value is (186,164,123). Sum of RGB (Red+Green+Blue) = 186+164+123=473 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.32% from 473); Green value is 164 (64.45% from 255 or 34.67% from 473); Blue value is 123 (48.44% from 255 or 26.00% from 473); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA47B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA47B is #455B84. Grayscale: #A6A6A6. Windows color (decimal): -4545413 or 8103098. OLE color: 8103098.
HSL color Cylindrical-coordinate representation of color #BAA47B: hue angle of 39.05º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BAA47B is Cyan = 0, Magento = 0.12, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 164 | 123 | - |
| CMYK | 0 | 0.12 | 0.34 | 0.27 |
| HSL | 39.05º | 0.31% | 0.61% | - |
| HSV(B) | 39.05º | 0.34% | 0.73% | - |
| XYZ | 37.1 | 38.42 | 24.2 | - |
| YUV | 165.9 | 103.79 | 142.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 164 | 123 | 0 | 0.12 | 0.34 | 0.27 | 39.05 | 0.31 | 0.61 |
| Hex | BA | A4 | 7B | 0 | C | 22 | 1B | 27 | 1F | 3D |
| Octal | 272 | 244 | 173 | 0 | 14 | 42 | 33 | 47 | 37 | 75 |
| Binary | 10111010 | 10100100 | 1111011 | 0 | 1100 | 100010 | 11011 | 100111 | 11111 | 111101 |
Color Harmonies of #BAA47B
Complementary color
Monochromatic Colors of #BAA47B
Black with #BAA47B
Text Example
Text Example
White with #BAA47B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA47B; }
p { color: rgb(186,164,123); }
H1.HeaderClassName
{
color: #BAA47B;
}
.AnyTagClassName
{
color: #BAA47B;
}
</style>
background-color css
<style>
a { background-color: #BAA47B; }
a { background-color: rgb(186,164,123); }
div.DivClassName
{
background-color: #BAA47B;
}
.BgClassName
{
background-color: #BAA47B;
}
</style>
border-color css
<style>
span { border-color: #BAA47B; }
span { border-color: rgb(186,164,123); }
td.TdClassName
{
border-color: #BAA47B;
}
.TagClassName
{
border-color: #BAA47B;
}
</style>