Shades of Pavlova #BDA87E
Tints of Pavlova #BDA87E
RGB
CMYK
RGB Variations
Color information
#BDA87E (or 0xBDA87E) is known color: Pavlova. HEX triplet: BD, A8 and 7E. RGB value is (189,168,126). Sum of RGB (Red+Green+Blue) = 189+168+126=483 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.13% from 483); Green value is 168 (66.02% from 255 or 34.78% from 483); Blue value is 126 (49.61% from 255 or 26.09% from 483); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA87E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA87E is #425781. Grayscale: #A9A9A9. Windows color (decimal): -4347778 or 8300733. OLE color: 8300733.
HSL color Cylindrical-coordinate representation of color #BDA87E: hue angle of 40º 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 #BDA87E is Cyan = 0, Magento = 0.11, Yellow = 0.33 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 168 | 126 | - |
| CMYK | 0 | 0.11 | 0.33 | 0.26 |
| HSL | 40º | 0.32% | 0.62% | - |
| HSV(B) | 40º | 0.33% | 0.74% | - |
| XYZ | 38.75 | 40.33 | 25.48 | - |
| YUV | 169.49 | 103.46 | 141.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 168 | 126 | 0 | 0.11 | 0.33 | 0.26 | 40 | 0.32 | 0.62 |
| Hex | BD | A8 | 7E | 0 | B | 21 | 1A | 28 | 20 | 3E |
| Octal | 275 | 250 | 176 | 0 | 13 | 41 | 32 | 50 | 40 | 76 |
| Binary | 10111101 | 10101000 | 1111110 | 0 | 1011 | 100001 | 11010 | 101000 | 100000 | 111110 |
Color Harmonies of #BDA87E
Complementary color
Monochromatic Colors of #BDA87E
Black with #BDA87E
Text Example
Text Example
White with #BDA87E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA87E; }
p { color: rgb(189,168,126); }
H1.HeaderClassName
{
color: #BDA87E;
}
.AnyTagClassName
{
color: #BDA87E;
}
</style>
background-color css
<style>
a { background-color: #BDA87E; }
a { background-color: rgb(189,168,126); }
div.DivClassName
{
background-color: #BDA87E;
}
.BgClassName
{
background-color: #BDA87E;
}
</style>
border-color css
<style>
span { border-color: #BDA87E; }
span { border-color: rgb(189,168,126); }
td.TdClassName
{
border-color: #BDA87E;
}
.TagClassName
{
border-color: #BDA87E;
}
</style>