Shades of Pavlova #BDA983
Tints of Pavlova #BDA983
RGB
CMYK
RGB Variations
Color information
#BDA983 (or 0xBDA983) is known color: Pavlova. HEX triplet: BD, A9 and 83. RGB value is (189,169,131). Sum of RGB (Red+Green+Blue) = 189+169+131=489 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.65% from 489); Green value is 169 (66.41% from 255 or 34.56% from 489); Blue value is 131 (51.56% from 255 or 26.79% from 489); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA983 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA983 is #42567C. Grayscale: #AAAAAA. Windows color (decimal): -4347517 or 8628669. OLE color: 8628669.
HSL color Cylindrical-coordinate representation of color #BDA983: hue angle of 39.31º 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 #BDA983 is Cyan = 0, Magento = 0.11, Yellow = 0.31 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 169 | 131 | - |
| CMYK | 0 | 0.11 | 0.31 | 0.26 |
| HSL | 39.31º | 0.31% | 0.63% | - |
| HSV(B) | 39.31º | 0.31% | 0.74% | - |
| XYZ | 39.27 | 40.83 | 27.28 | - |
| YUV | 170.65 | 105.63 | 141.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 169 | 131 | 0 | 0.11 | 0.31 | 0.26 | 39.31 | 0.31 | 0.63 |
| Hex | BD | A9 | 83 | 0 | B | 1F | 1A | 27 | 1F | 3F |
| Octal | 275 | 251 | 203 | 0 | 13 | 37 | 32 | 47 | 37 | 77 |
| Binary | 10111101 | 10101001 | 10000011 | 0 | 1011 | 11111 | 11010 | 100111 | 11111 | 111111 |
Color Harmonies of #BDA983
Complementary color
Monochromatic Colors of #BDA983
Black with #BDA983
Text Example
Text Example
White with #BDA983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA983; }
p { color: rgb(189,169,131); }
H1.HeaderClassName
{
color: #BDA983;
}
.AnyTagClassName
{
color: #BDA983;
}
</style>
background-color css
<style>
a { background-color: #BDA983; }
a { background-color: rgb(189,169,131); }
div.DivClassName
{
background-color: #BDA983;
}
.BgClassName
{
background-color: #BDA983;
}
</style>
border-color css
<style>
span { border-color: #BDA983; }
span { border-color: rgb(189,169,131); }
td.TdClassName
{
border-color: #BDA983;
}
.TagClassName
{
border-color: #BDA983;
}
</style>