Shades of Pavlova #BDAB85
Tints of Pavlova #BDAB85
RGB
CMYK
RGB Variations
Color information
#BDAB85 (or 0xBDAB85) is known color: Pavlova. HEX triplet: BD, AB and 85. RGB value is (189,171,133). Sum of RGB (Red+Green+Blue) = 189+171+133=493 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.34% from 493); Green value is 171 (67.19% from 255 or 34.69% from 493); Blue value is 133 (52.34% from 255 or 26.98% from 493); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAB85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDAB85 is #42547A. Grayscale: #ACACAC. Windows color (decimal): -4347003 or 8760253. OLE color: 8760253.
HSL color Cylindrical-coordinate representation of color #BDAB85: hue angle of 40.71º 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 #BDAB85 is Cyan = 0, Magento = 0.10, Yellow = 0.30 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 171 | 133 | - |
| CMYK | 0 | 0.10 | 0.30 | 0.26 |
| HSL | 40.71º | 0.3% | 0.63% | - |
| HSV(B) | 40.71º | 0.3% | 0.74% | - |
| XYZ | 39.78 | 41.64 | 28.13 | - |
| YUV | 172.05 | 105.96 | 140.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 171 | 133 | 0 | 0.10 | 0.30 | 0.26 | 40.71 | 0.3 | 0.63 |
| Hex | BD | AB | 85 | 0 | A | 1E | 1A | 29 | 1E | 3F |
| Octal | 275 | 253 | 205 | 0 | 12 | 36 | 32 | 51 | 36 | 77 |
| Binary | 10111101 | 10101011 | 10000101 | 0 | 1010 | 11110 | 11010 | 101001 | 11110 | 111111 |
Color Harmonies of #BDAB85
Complementary color
Monochromatic Colors of #BDAB85
Black with #BDAB85
Text Example
Text Example
White with #BDAB85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAB85; }
p { color: rgb(189,171,133); }
H1.HeaderClassName
{
color: #BDAB85;
}
.AnyTagClassName
{
color: #BDAB85;
}
</style>
background-color css
<style>
a { background-color: #BDAB85; }
a { background-color: rgb(189,171,133); }
div.DivClassName
{
background-color: #BDAB85;
}
.BgClassName
{
background-color: #BDAB85;
}
</style>
border-color css
<style>
span { border-color: #BDAB85; }
span { border-color: rgb(189,171,133); }
td.TdClassName
{
border-color: #BDAB85;
}
.TagClassName
{
border-color: #BDAB85;
}
</style>