Shades of Pavlova #BAA67C
Tints of Pavlova #BAA67C
RGB
CMYK
RGB Variations
Color information
#BAA67C (or 0xBAA67C) is known color: Pavlova. HEX triplet: BA, A6 and 7C. RGB value is (186,166,124). Sum of RGB (Red+Green+Blue) = 186+166+124=476 (63% of max value = 765). Red value is 186 (73.05% from 255 or 39.08% from 476); Green value is 166 (65.23% from 255 or 34.87% from 476); Blue value is 124 (48.83% from 255 or 26.05% from 476); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA67C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA67C is #455983. Grayscale: #A7A7A7. Windows color (decimal): -4544900 or 8169146. OLE color: 8169146.
HSL color Cylindrical-coordinate representation of color #BAA67C: hue angle of 40.65º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BAA67C is Cyan = 0, Magento = 0.11, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 166 | 124 | - |
| CMYK | 0 | 0.11 | 0.33 | 0.27 |
| HSL | 40.65º | 0.31% | 0.61% | - |
| HSV(B) | 40.65º | 0.33% | 0.73% | - |
| XYZ | 37.52 | 39.17 | 24.65 | - |
| YUV | 167.19 | 103.63 | 141.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 166 | 124 | 0 | 0.11 | 0.33 | 0.27 | 40.65 | 0.31 | 0.61 |
| Hex | BA | A6 | 7C | 0 | B | 21 | 1B | 29 | 1F | 3D |
| Octal | 272 | 246 | 174 | 0 | 13 | 41 | 33 | 51 | 37 | 75 |
| Binary | 10111010 | 10100110 | 1111100 | 0 | 1011 | 100001 | 11011 | 101001 | 11111 | 111101 |
Color Harmonies of #BAA67C
Complementary color
Monochromatic Colors of #BAA67C
Black with #BAA67C
Text Example
Text Example
White with #BAA67C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA67C; }
p { color: rgb(186,166,124); }
H1.HeaderClassName
{
color: #BAA67C;
}
.AnyTagClassName
{
color: #BAA67C;
}
</style>
background-color css
<style>
a { background-color: #BAA67C; }
a { background-color: rgb(186,166,124); }
div.DivClassName
{
background-color: #BAA67C;
}
.BgClassName
{
background-color: #BAA67C;
}
</style>
border-color css
<style>
span { border-color: #BAA67C; }
span { border-color: rgb(186,166,124); }
td.TdClassName
{
border-color: #BAA67C;
}
.TagClassName
{
border-color: #BAA67C;
}
</style>