Shades of Pavlova #BDA47E
Tints of Pavlova #BDA47E
RGB
CMYK
RGB Variations
Color information
#BDA47E (or 0xBDA47E) is known color: Pavlova. HEX triplet: BD, A4 and 7E. RGB value is (189,164,126). Sum of RGB (Red+Green+Blue) = 189+164+126=479 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.46% from 479); Green value is 164 (64.45% from 255 or 34.24% from 479); Blue value is 126 (49.61% from 255 or 26.30% from 479); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA47E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA47E is #425B81. Grayscale: #A7A7A7. Windows color (decimal): -4348802 or 8299709. OLE color: 8299709.
HSL color Cylindrical-coordinate representation of color #BDA47E: hue angle of 36.19º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BDA47E is Cyan = 0, Magento = 0.13, Yellow = 0.33 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 164 | 126 | - |
| CMYK | 0 | 0.13 | 0.33 | 0.26 |
| HSL | 36.19º | 0.32% | 0.62% | - |
| HSV(B) | 36.19º | 0.33% | 0.74% | - |
| XYZ | 38.03 | 38.88 | 25.24 | - |
| YUV | 167.14 | 104.78 | 143.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 164 | 126 | 0 | 0.13 | 0.33 | 0.26 | 36.19 | 0.32 | 0.62 |
| Hex | BD | A4 | 7E | 0 | D | 21 | 1A | 24 | 20 | 3E |
| Octal | 275 | 244 | 176 | 0 | 15 | 41 | 32 | 44 | 40 | 76 |
| Binary | 10111101 | 10100100 | 1111110 | 0 | 1101 | 100001 | 11010 | 100100 | 100000 | 111110 |
Color Harmonies of #BDA47E
Complementary color
Monochromatic Colors of #BDA47E
Black with #BDA47E
Text Example
Text Example
White with #BDA47E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA47E; }
p { color: rgb(189,164,126); }
H1.HeaderClassName
{
color: #BDA47E;
}
.AnyTagClassName
{
color: #BDA47E;
}
</style>
background-color css
<style>
a { background-color: #BDA47E; }
a { background-color: rgb(189,164,126); }
div.DivClassName
{
background-color: #BDA47E;
}
.BgClassName
{
background-color: #BDA47E;
}
</style>
border-color css
<style>
span { border-color: #BDA47E; }
span { border-color: rgb(189,164,126); }
td.TdClassName
{
border-color: #BDA47E;
}
.TagClassName
{
border-color: #BDA47E;
}
</style>