Shades of Pavlova #BDA980
Tints of Pavlova #BDA980
RGB
CMYK
RGB Variations
Color information
#BDA980 (or 0xBDA980) is known color: Pavlova. HEX triplet: BD, A9 and 80. RGB value is (189,169,128). Sum of RGB (Red+Green+Blue) = 189+169+128=486 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.89% from 486); Green value is 169 (66.41% from 255 or 34.77% from 486); Blue value is 128 (50.39% from 255 or 26.34% from 486); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA980 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA980 is #42567F. Grayscale: #AAAAAA. Windows color (decimal): -4347520 or 8432061. OLE color: 8432061.
HSL color Cylindrical-coordinate representation of color #BDA980: hue angle of 40.33º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BDA980 is Cyan = 0, Magento = 0.11, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 169 | 128 | - |
| CMYK | 0 | 0.11 | 0.32 | 0.26 |
| HSL | 40.33º | 0.32% | 0.62% | - |
| HSV(B) | 40.33º | 0.32% | 0.74% | - |
| XYZ | 39.07 | 40.75 | 26.23 | - |
| YUV | 170.31 | 104.13 | 141.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 169 | 128 | 0 | 0.11 | 0.32 | 0.26 | 40.33 | 0.32 | 0.62 |
| Hex | BD | A9 | 80 | 0 | B | 20 | 1A | 28 | 20 | 3E |
| Octal | 275 | 251 | 200 | 0 | 13 | 40 | 32 | 50 | 40 | 76 |
| Binary | 10111101 | 10101001 | 10000000 | 0 | 1011 | 100000 | 11010 | 101000 | 100000 | 111110 |
Color Harmonies of #BDA980
Complementary color
Monochromatic Colors of #BDA980
Black with #BDA980
Text Example
Text Example
White with #BDA980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA980; }
p { color: rgb(189,169,128); }
H1.HeaderClassName
{
color: #BDA980;
}
.AnyTagClassName
{
color: #BDA980;
}
</style>
background-color css
<style>
a { background-color: #BDA980; }
a { background-color: rgb(189,169,128); }
div.DivClassName
{
background-color: #BDA980;
}
.BgClassName
{
background-color: #BDA980;
}
</style>
border-color css
<style>
span { border-color: #BDA980; }
span { border-color: rgb(189,169,128); }
td.TdClassName
{
border-color: #BDA980;
}
.TagClassName
{
border-color: #BDA980;
}
</style>