Shades of Pavlova #BDA47C
Tints of Pavlova #BDA47C
RGB
CMYK
RGB Variations
Color information
#BDA47C (or 0xBDA47C) is known color: Pavlova. HEX triplet: BD, A4 and 7C. RGB value is (189,164,124). Sum of RGB (Red+Green+Blue) = 189+164+124=477 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.62% from 477); Green value is 164 (64.45% from 255 or 34.38% from 477); Blue value is 124 (48.83% from 255 or 26.00% from 477); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA47C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA47C is #425B83. Grayscale: #A7A7A7. Windows color (decimal): -4348804 or 8168637. OLE color: 8168637.
HSL color Cylindrical-coordinate representation of color #BDA47C: hue angle of 36.92º 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 #BDA47C is Cyan = 0, Magento = 0.13, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 164 | 124 | - |
| CMYK | 0 | 0.13 | 0.34 | 0.26 |
| HSL | 36.92º | 0.33% | 0.61% | - |
| HSV(B) | 36.92º | 0.34% | 0.74% | - |
| XYZ | 37.9 | 38.82 | 24.57 | - |
| YUV | 166.92 | 103.78 | 143.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 164 | 124 | 0 | 0.13 | 0.34 | 0.26 | 36.92 | 0.33 | 0.61 |
| Hex | BD | A4 | 7C | 0 | D | 22 | 1A | 25 | 21 | 3D |
| Octal | 275 | 244 | 174 | 0 | 15 | 42 | 32 | 45 | 41 | 75 |
| Binary | 10111101 | 10100100 | 1111100 | 0 | 1101 | 100010 | 11010 | 100101 | 100001 | 111101 |
Color Harmonies of #BDA47C
Complementary color
Monochromatic Colors of #BDA47C
Black with #BDA47C
Text Example
Text Example
White with #BDA47C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA47C; }
p { color: rgb(189,164,124); }
H1.HeaderClassName
{
color: #BDA47C;
}
.AnyTagClassName
{
color: #BDA47C;
}
</style>
background-color css
<style>
a { background-color: #BDA47C; }
a { background-color: rgb(189,164,124); }
div.DivClassName
{
background-color: #BDA47C;
}
.BgClassName
{
background-color: #BDA47C;
}
</style>
border-color css
<style>
span { border-color: #BDA47C; }
span { border-color: rgb(189,164,124); }
td.TdClassName
{
border-color: #BDA47C;
}
.TagClassName
{
border-color: #BDA47C;
}
</style>