Shades of Pavlova #BDA982
Tints of Pavlova #BDA982
RGB
CMYK
RGB Variations
Color information
#BDA982 (or 0xBDA982) is known color: Pavlova. HEX triplet: BD, A9 and 82. RGB value is (189,169,130). Sum of RGB (Red+Green+Blue) = 189+169+130=488 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.73% from 488); Green value is 169 (66.41% from 255 or 34.63% from 488); Blue value is 130 (51.17% from 255 or 26.64% from 488); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA982 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA982 is #42567D. Grayscale: #AAAAAA. Windows color (decimal): -4347518 or 8563133. OLE color: 8563133.
HSL color Cylindrical-coordinate representation of color #BDA982: hue angle of 39.66º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BDA982 is Cyan = 0, Magento = 0.11, Yellow = 0.31 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 169 | 130 | - |
| CMYK | 0 | 0.11 | 0.31 | 0.26 |
| HSL | 39.66º | 0.31% | 0.63% | - |
| HSV(B) | 39.66º | 0.31% | 0.74% | - |
| XYZ | 39.2 | 40.81 | 26.93 | - |
| YUV | 170.53 | 105.13 | 141.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 169 | 130 | 0 | 0.11 | 0.31 | 0.26 | 39.66 | 0.31 | 0.63 |
| Hex | BD | A9 | 82 | 0 | B | 1F | 1A | 28 | 1F | 3F |
| Octal | 275 | 251 | 202 | 0 | 13 | 37 | 32 | 50 | 37 | 77 |
| Binary | 10111101 | 10101001 | 10000010 | 0 | 1011 | 11111 | 11010 | 101000 | 11111 | 111111 |
Color Harmonies of #BDA982
Complementary color
Monochromatic Colors of #BDA982
Black with #BDA982
Text Example
Text Example
White with #BDA982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA982; }
p { color: rgb(189,169,130); }
H1.HeaderClassName
{
color: #BDA982;
}
.AnyTagClassName
{
color: #BDA982;
}
</style>
background-color css
<style>
a { background-color: #BDA982; }
a { background-color: rgb(189,169,130); }
div.DivClassName
{
background-color: #BDA982;
}
.BgClassName
{
background-color: #BDA982;
}
</style>
border-color css
<style>
span { border-color: #BDA982; }
span { border-color: rgb(189,169,130); }
td.TdClassName
{
border-color: #BDA982;
}
.TagClassName
{
border-color: #BDA982;
}
</style>