Shades of Pavlova #BDA480
Tints of Pavlova #BDA480
RGB
CMYK
RGB Variations
Color information
#BDA480 (or 0xBDA480) is known color: Pavlova. HEX triplet: BD, A4 and 80. RGB value is (189,164,128). Sum of RGB (Red+Green+Blue) = 189+164+128=481 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.29% from 481); Green value is 164 (64.45% from 255 or 34.10% from 481); Blue value is 128 (50.39% from 255 or 26.61% from 481); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA480 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA480 is #425B7F. Grayscale: #A7A7A7. Windows color (decimal): -4348800 or 8430781. OLE color: 8430781.
HSL color Cylindrical-coordinate representation of color #BDA480: hue angle of 35.41º 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 #BDA480 is Cyan = 0, Magento = 0.13, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 164 | 128 | - |
| CMYK | 0 | 0.13 | 0.32 | 0.26 |
| HSL | 35.41º | 0.32% | 0.62% | - |
| HSV(B) | 35.41º | 0.32% | 0.74% | - |
| XYZ | 38.16 | 38.93 | 25.92 | - |
| YUV | 167.37 | 105.78 | 143.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 164 | 128 | 0 | 0.13 | 0.32 | 0.26 | 35.41 | 0.32 | 0.62 |
| Hex | BD | A4 | 80 | 0 | D | 20 | 1A | 23 | 20 | 3E |
| Octal | 275 | 244 | 200 | 0 | 15 | 40 | 32 | 43 | 40 | 76 |
| Binary | 10111101 | 10100100 | 10000000 | 0 | 1101 | 100000 | 11010 | 100011 | 100000 | 111110 |
Color Harmonies of #BDA480
Complementary color
Monochromatic Colors of #BDA480
Black with #BDA480
Text Example
Text Example
White with #BDA480
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA480; }
p { color: rgb(189,164,128); }
H1.HeaderClassName
{
color: #BDA480;
}
.AnyTagClassName
{
color: #BDA480;
}
</style>
background-color css
<style>
a { background-color: #BDA480; }
a { background-color: rgb(189,164,128); }
div.DivClassName
{
background-color: #BDA480;
}
.BgClassName
{
background-color: #BDA480;
}
</style>
border-color css
<style>
span { border-color: #BDA480; }
span { border-color: rgb(189,164,128); }
td.TdClassName
{
border-color: #BDA480;
}
.TagClassName
{
border-color: #BDA480;
}
</style>