Shades of Pavlova #BDA987
Tints of Pavlova #BDA987
RGB
CMYK
RGB Variations
Color information
#BDA987 (or 0xBDA987) is known color: Pavlova. HEX triplet: BD, A9 and 87. RGB value is (189,169,135). Sum of RGB (Red+Green+Blue) = 189+169+135=493 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.34% from 493); Green value is 169 (66.41% from 255 or 34.28% from 493); Blue value is 135 (53.12% from 255 or 27.38% from 493); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA987 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA987 is #425678. Grayscale: #ABABAB. Windows color (decimal): -4347513 or 8890813. OLE color: 8890813.
HSL color Cylindrical-coordinate representation of color #BDA987: hue angle of 37.78º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BDA987 is Cyan = 0, Magento = 0.11, Yellow = 0.29 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 169 | 135 | - |
| CMYK | 0 | 0.11 | 0.29 | 0.26 |
| HSL | 37.78º | 0.29% | 0.64% | - |
| HSV(B) | 37.78º | 0.29% | 0.74% | - |
| XYZ | 39.55 | 40.94 | 28.74 | - |
| YUV | 171.1 | 107.63 | 140.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 169 | 135 | 0 | 0.11 | 0.29 | 0.26 | 37.78 | 0.29 | 0.64 |
| Hex | BD | A9 | 87 | 0 | B | 1D | 1A | 26 | 1D | 40 |
| Octal | 275 | 251 | 207 | 0 | 13 | 35 | 32 | 46 | 35 | 100 |
| Binary | 10111101 | 10101001 | 10000111 | 0 | 1011 | 11101 | 11010 | 100110 | 11101 | 1000000 |
Color Harmonies of #BDA987
Complementary color
Monochromatic Colors of #BDA987
Black with #BDA987
Text Example
Text Example
White with #BDA987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA987; }
p { color: rgb(189,169,135); }
H1.HeaderClassName
{
color: #BDA987;
}
.AnyTagClassName
{
color: #BDA987;
}
</style>
background-color css
<style>
a { background-color: #BDA987; }
a { background-color: rgb(189,169,135); }
div.DivClassName
{
background-color: #BDA987;
}
.BgClassName
{
background-color: #BDA987;
}
</style>
border-color css
<style>
span { border-color: #BDA987; }
span { border-color: rgb(189,169,135); }
td.TdClassName
{
border-color: #BDA987;
}
.TagClassName
{
border-color: #BDA987;
}
</style>