Shades of Pavlova #BDA682
Tints of Pavlova #BDA682
RGB
CMYK
RGB Variations
Color information
#BDA682 (or 0xBDA682) is known color: Pavlova. HEX triplet: BD, A6 and 82. RGB value is (189,166,130). Sum of RGB (Red+Green+Blue) = 189+166+130=485 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.97% from 485); Green value is 166 (65.23% from 255 or 34.23% from 485); Blue value is 130 (51.17% from 255 or 26.80% from 485); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA682 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA682 is #42597D. Grayscale: #A8A8A8. Windows color (decimal): -4348286 or 8562365. OLE color: 8562365.
HSL color Cylindrical-coordinate representation of color #BDA682: hue angle of 36.61º 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 #BDA682 is Cyan = 0, Magento = 0.12, Yellow = 0.31 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 166 | 130 | - |
| CMYK | 0 | 0.12 | 0.31 | 0.26 |
| HSL | 36.61º | 0.31% | 0.63% | - |
| HSV(B) | 36.61º | 0.31% | 0.74% | - |
| XYZ | 38.65 | 39.7 | 26.75 | - |
| YUV | 168.77 | 106.12 | 142.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 166 | 130 | 0 | 0.12 | 0.31 | 0.26 | 36.61 | 0.31 | 0.63 |
| Hex | BD | A6 | 82 | 0 | C | 1F | 1A | 25 | 1F | 3F |
| Octal | 275 | 246 | 202 | 0 | 14 | 37 | 32 | 45 | 37 | 77 |
| Binary | 10111101 | 10100110 | 10000010 | 0 | 1100 | 11111 | 11010 | 100101 | 11111 | 111111 |
Color Harmonies of #BDA682
Complementary color
Monochromatic Colors of #BDA682
Black with #BDA682
Text Example
Text Example
White with #BDA682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA682; }
p { color: rgb(189,166,130); }
H1.HeaderClassName
{
color: #BDA682;
}
.AnyTagClassName
{
color: #BDA682;
}
</style>
background-color css
<style>
a { background-color: #BDA682; }
a { background-color: rgb(189,166,130); }
div.DivClassName
{
background-color: #BDA682;
}
.BgClassName
{
background-color: #BDA682;
}
</style>
border-color css
<style>
span { border-color: #BDA682; }
span { border-color: rgb(189,166,130); }
td.TdClassName
{
border-color: #BDA682;
}
.TagClassName
{
border-color: #BDA682;
}
</style>