Shades of Pavlova #BDA87C
Tints of Pavlova #BDA87C
RGB
CMYK
RGB Variations
Color information
#BDA87C (or 0xBDA87C) is known color: Pavlova. HEX triplet: BD, A8 and 7C. RGB value is (189,168,124). Sum of RGB (Red+Green+Blue) = 189+168+124=481 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.29% from 481); Green value is 168 (66.02% from 255 or 34.93% from 481); Blue value is 124 (48.83% from 255 or 25.78% from 481); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA87C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA87C is #425783. Grayscale: #A9A9A9. Windows color (decimal): -4347780 or 8169661. OLE color: 8169661.
HSL color Cylindrical-coordinate representation of color #BDA87C: hue angle of 40.62º 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 #BDA87C is Cyan = 0, Magento = 0.11, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 168 | 124 | - |
| CMYK | 0 | 0.11 | 0.34 | 0.26 |
| HSL | 40.62º | 0.33% | 0.61% | - |
| HSV(B) | 40.62º | 0.34% | 0.74% | - |
| XYZ | 38.63 | 40.28 | 24.81 | - |
| YUV | 169.26 | 102.46 | 142.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 168 | 124 | 0 | 0.11 | 0.34 | 0.26 | 40.62 | 0.33 | 0.61 |
| Hex | BD | A8 | 7C | 0 | B | 22 | 1A | 29 | 21 | 3D |
| Octal | 275 | 250 | 174 | 0 | 13 | 42 | 32 | 51 | 41 | 75 |
| Binary | 10111101 | 10101000 | 1111100 | 0 | 1011 | 100010 | 11010 | 101001 | 100001 | 111101 |
Color Harmonies of #BDA87C
Complementary color
Monochromatic Colors of #BDA87C
Black with #BDA87C
Text Example
Text Example
White with #BDA87C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA87C; }
p { color: rgb(189,168,124); }
H1.HeaderClassName
{
color: #BDA87C;
}
.AnyTagClassName
{
color: #BDA87C;
}
</style>
background-color css
<style>
a { background-color: #BDA87C; }
a { background-color: rgb(189,168,124); }
div.DivClassName
{
background-color: #BDA87C;
}
.BgClassName
{
background-color: #BDA87C;
}
</style>
border-color css
<style>
span { border-color: #BDA87C; }
span { border-color: rgb(189,168,124); }
td.TdClassName
{
border-color: #BDA87C;
}
.TagClassName
{
border-color: #BDA87C;
}
</style>