Shades of Pavlova #BDA683
Tints of Pavlova #BDA683
RGB
CMYK
RGB Variations
Color information
#BDA683 (or 0xBDA683) is known color: Pavlova. HEX triplet: BD, A6 and 83. RGB value is (189,166,131). Sum of RGB (Red+Green+Blue) = 189+166+131=486 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.89% from 486); Green value is 166 (65.23% from 255 or 34.16% from 486); Blue value is 131 (51.56% from 255 or 26.95% from 486); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA683 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA683 is #42597C. Grayscale: #A9A9A9. Windows color (decimal): -4348285 or 8627901. OLE color: 8627901.
HSL color Cylindrical-coordinate representation of color #BDA683: hue angle of 36.21º 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 #BDA683 is Cyan = 0, Magento = 0.12, Yellow = 0.31 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 166 | 131 | - |
| CMYK | 0 | 0.12 | 0.31 | 0.26 |
| HSL | 36.21º | 0.31% | 0.63% | - |
| HSV(B) | 36.21º | 0.31% | 0.74% | - |
| XYZ | 38.72 | 39.73 | 27.1 | - |
| YUV | 168.89 | 106.62 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 166 | 131 | 0 | 0.12 | 0.31 | 0.26 | 36.21 | 0.31 | 0.63 |
| Hex | BD | A6 | 83 | 0 | C | 1F | 1A | 24 | 1F | 3F |
| Octal | 275 | 246 | 203 | 0 | 14 | 37 | 32 | 44 | 37 | 77 |
| Binary | 10111101 | 10100110 | 10000011 | 0 | 1100 | 11111 | 11010 | 100100 | 11111 | 111111 |
Color Harmonies of #BDA683
Complementary color
Monochromatic Colors of #BDA683
Black with #BDA683
Text Example
Text Example
White with #BDA683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA683; }
p { color: rgb(189,166,131); }
H1.HeaderClassName
{
color: #BDA683;
}
.AnyTagClassName
{
color: #BDA683;
}
</style>
background-color css
<style>
a { background-color: #BDA683; }
a { background-color: rgb(189,166,131); }
div.DivClassName
{
background-color: #BDA683;
}
.BgClassName
{
background-color: #BDA683;
}
</style>
border-color css
<style>
span { border-color: #BDA683; }
span { border-color: rgb(189,166,131); }
td.TdClassName
{
border-color: #BDA683;
}
.TagClassName
{
border-color: #BDA683;
}
</style>