Shades of Pavlova #BDA985
Tints of Pavlova #BDA985
RGB
CMYK
RGB Variations
Color information
#BDA985 (or 0xBDA985) is known color: Pavlova. HEX triplet: BD, A9 and 85. RGB value is (189,169,133). Sum of RGB (Red+Green+Blue) = 189+169+133=491 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.49% from 491); Green value is 169 (66.41% from 255 or 34.42% from 491); Blue value is 133 (52.34% from 255 or 27.09% from 491); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA985 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA985 is #42567A. Grayscale: #ABABAB. Windows color (decimal): -4347515 or 8759741. OLE color: 8759741.
HSL color Cylindrical-coordinate representation of color #BDA985: hue angle of 38.57º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BDA985 is Cyan = 0, Magento = 0.11, Yellow = 0.30 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 169 | 133 | - |
| CMYK | 0 | 0.11 | 0.30 | 0.26 |
| HSL | 38.57º | 0.3% | 0.63% | - |
| HSV(B) | 38.57º | 0.3% | 0.74% | - |
| XYZ | 39.41 | 40.89 | 28.01 | - |
| YUV | 170.88 | 106.63 | 140.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 169 | 133 | 0 | 0.11 | 0.30 | 0.26 | 38.57 | 0.3 | 0.63 |
| Hex | BD | A9 | 85 | 0 | B | 1E | 1A | 27 | 1E | 3F |
| Octal | 275 | 251 | 205 | 0 | 13 | 36 | 32 | 47 | 36 | 77 |
| Binary | 10111101 | 10101001 | 10000101 | 0 | 1011 | 11110 | 11010 | 100111 | 11110 | 111111 |
Color Harmonies of #BDA985
Complementary color
Monochromatic Colors of #BDA985
Black with #BDA985
Text Example
Text Example
White with #BDA985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA985; }
p { color: rgb(189,169,133); }
H1.HeaderClassName
{
color: #BDA985;
}
.AnyTagClassName
{
color: #BDA985;
}
</style>
background-color css
<style>
a { background-color: #BDA985; }
a { background-color: rgb(189,169,133); }
div.DivClassName
{
background-color: #BDA985;
}
.BgClassName
{
background-color: #BDA985;
}
</style>
border-color css
<style>
span { border-color: #BDA985; }
span { border-color: rgb(189,169,133); }
td.TdClassName
{
border-color: #BDA985;
}
.TagClassName
{
border-color: #BDA985;
}
</style>