Shades of Pavlova #BDA97C
Tints of Pavlova #BDA97C
RGB
CMYK
RGB Variations
Color information
#BDA97C (or 0xBDA97C) is known color: Pavlova. HEX triplet: BD, A9 and 7C. RGB value is (189,169,124). Sum of RGB (Red+Green+Blue) = 189+169+124=482 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.21% from 482); Green value is 169 (66.41% from 255 or 35.06% from 482); Blue value is 124 (48.83% from 255 or 25.73% from 482); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA97C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA97C is #425683. Grayscale: #AAAAAA. Windows color (decimal): -4347524 or 8169917. OLE color: 8169917.
HSL color Cylindrical-coordinate representation of color #BDA97C: hue angle of 41.54º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BDA97C is Cyan = 0, Magento = 0.11, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 169 | 124 | - |
| CMYK | 0 | 0.11 | 0.34 | 0.26 |
| HSL | 41.54º | 0.33% | 0.61% | - |
| HSV(B) | 41.54º | 0.34% | 0.74% | - |
| XYZ | 38.81 | 40.65 | 24.87 | - |
| YUV | 169.85 | 102.13 | 141.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 169 | 124 | 0 | 0.11 | 0.34 | 0.26 | 41.54 | 0.33 | 0.61 |
| Hex | BD | A9 | 7C | 0 | B | 22 | 1A | 2A | 21 | 3D |
| Octal | 275 | 251 | 174 | 0 | 13 | 42 | 32 | 52 | 41 | 75 |
| Binary | 10111101 | 10101001 | 1111100 | 0 | 1011 | 100010 | 11010 | 101010 | 100001 | 111101 |
Color Harmonies of #BDA97C
Complementary color
Monochromatic Colors of #BDA97C
Black with #BDA97C
Text Example
Text Example
White with #BDA97C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA97C; }
p { color: rgb(189,169,124); }
H1.HeaderClassName
{
color: #BDA97C;
}
.AnyTagClassName
{
color: #BDA97C;
}
</style>
background-color css
<style>
a { background-color: #BDA97C; }
a { background-color: rgb(189,169,124); }
div.DivClassName
{
background-color: #BDA97C;
}
.BgClassName
{
background-color: #BDA97C;
}
</style>
border-color css
<style>
span { border-color: #BDA97C; }
span { border-color: rgb(189,169,124); }
td.TdClassName
{
border-color: #BDA97C;
}
.TagClassName
{
border-color: #BDA97C;
}
</style>