Shades of Pale Taupe #BD987A
Tints of Pale Taupe #BD987A
RGB
CMYK
RGB Variations
Color information
#BD987A (or 0xBD987A) is known color: Pale Taupe. HEX triplet: BD, 98 and 7A. RGB value is (189,152,122). Sum of RGB (Red+Green+Blue) = 189+152+122=463 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.82% from 463); Green value is 152 (59.77% from 255 or 32.83% from 463); Blue value is 122 (48.05% from 255 or 26.35% from 463); Max value from RGB is 189 - color contains mainly: red. Hex color #BD987A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD987A is #426785. Grayscale: #9F9F9F. Windows color (decimal): -4351878 or 8034493. OLE color: 8034493.
HSL color Cylindrical-coordinate representation of color #BD987A: hue angle of 26.87º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BD987A is Cyan = 0, Magento = 0.20, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 152 | 122 | - |
| CMYK | 0 | 0.20 | 0.35 | 0.26 |
| HSL | 26.87º | 0.34% | 0.61% | - |
| HSV(B) | 26.87º | 0.35% | 0.74% | - |
| XYZ | 35.73 | 34.68 | 23.22 | - |
| YUV | 159.64 | 106.76 | 148.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 152 | 122 | 0 | 0.20 | 0.35 | 0.26 | 26.87 | 0.34 | 0.61 |
| Hex | BD | 98 | 7A | 0 | 14 | 23 | 1A | 1B | 22 | 3D |
| Octal | 275 | 230 | 172 | 0 | 24 | 43 | 32 | 33 | 42 | 75 |
| Binary | 10111101 | 10011000 | 1111010 | 0 | 10100 | 100011 | 11010 | 11011 | 100010 | 111101 |
Color Harmonies of #BD987A
Complementary color
Monochromatic Colors of #BD987A
Black with #BD987A
Text Example
Text Example
White with #BD987A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD987A; }
p { color: rgb(189,152,122); }
H1.HeaderClassName
{
color: #BD987A;
}
.AnyTagClassName
{
color: #BD987A;
}
</style>
background-color css
<style>
a { background-color: #BD987A; }
a { background-color: rgb(189,152,122); }
div.DivClassName
{
background-color: #BD987A;
}
.BgClassName
{
background-color: #BD987A;
}
</style>
border-color css
<style>
span { border-color: #BD987A; }
span { border-color: rgb(189,152,122); }
td.TdClassName
{
border-color: #BD987A;
}
.TagClassName
{
border-color: #BD987A;
}
</style>