Shades of Pavlova #BDA785
Tints of Pavlova #BDA785
RGB
CMYK
RGB Variations
Color information
#BDA785 (or 0xBDA785) is known color: Pavlova. HEX triplet: BD, A7 and 85. RGB value is (189,167,133). Sum of RGB (Red+Green+Blue) = 189+167+133=489 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.65% from 489); Green value is 167 (65.62% from 255 or 34.15% from 489); Blue value is 133 (52.34% from 255 or 27.20% from 489); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA785 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA785 is #42587A. Grayscale: #A9A9A9. Windows color (decimal): -4348027 or 8759229. OLE color: 8759229.
HSL color Cylindrical-coordinate representation of color #BDA785: hue angle of 36.43º 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 #BDA785 is Cyan = 0, Magento = 0.12, Yellow = 0.30 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 167 | 133 | - |
| CMYK | 0 | 0.12 | 0.30 | 0.26 |
| HSL | 36.43º | 0.3% | 0.63% | - |
| HSV(B) | 36.43º | 0.3% | 0.74% | - |
| XYZ | 39.04 | 40.15 | 27.88 | - |
| YUV | 169.7 | 107.29 | 141.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 167 | 133 | 0 | 0.12 | 0.30 | 0.26 | 36.43 | 0.3 | 0.63 |
| Hex | BD | A7 | 85 | 0 | C | 1E | 1A | 24 | 1E | 3F |
| Octal | 275 | 247 | 205 | 0 | 14 | 36 | 32 | 44 | 36 | 77 |
| Binary | 10111101 | 10100111 | 10000101 | 0 | 1100 | 11110 | 11010 | 100100 | 11110 | 111111 |
Color Harmonies of #BDA785
Complementary color
Monochromatic Colors of #BDA785
Black with #BDA785
Text Example
Text Example
White with #BDA785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA785; }
p { color: rgb(189,167,133); }
H1.HeaderClassName
{
color: #BDA785;
}
.AnyTagClassName
{
color: #BDA785;
}
</style>
background-color css
<style>
a { background-color: #BDA785; }
a { background-color: rgb(189,167,133); }
div.DivClassName
{
background-color: #BDA785;
}
.BgClassName
{
background-color: #BDA785;
}
</style>
border-color css
<style>
span { border-color: #BDA785; }
span { border-color: rgb(189,167,133); }
td.TdClassName
{
border-color: #BDA785;
}
.TagClassName
{
border-color: #BDA785;
}
</style>