Shades of Pale Taupe #BD987B
Tints of Pale Taupe #BD987B
RGB
CMYK
RGB Variations
Color information
#BD987B (or 0xBD987B) is known color: Pale Taupe. HEX triplet: BD, 98 and 7B. RGB value is (189,152,123). Sum of RGB (Red+Green+Blue) = 189+152+123=464 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.73% from 464); Green value is 152 (59.77% from 255 or 32.76% from 464); Blue value is 123 (48.44% from 255 or 26.51% from 464); Max value from RGB is 189 - color contains mainly: red. Hex color #BD987B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD987B is #426784. Grayscale: #9F9F9F. Windows color (decimal): -4351877 or 8100029. OLE color: 8100029.
HSL color Cylindrical-coordinate representation of color #BD987B: hue angle of 26.36º degrees, saturation: 0.33, 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 #BD987B is Cyan = 0, Magento = 0.20, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 152 | 123 | - |
| CMYK | 0 | 0.20 | 0.35 | 0.26 |
| HSL | 26.36º | 0.33% | 0.61% | - |
| HSV(B) | 26.36º | 0.35% | 0.74% | - |
| XYZ | 35.79 | 34.71 | 23.55 | - |
| YUV | 159.76 | 107.26 | 148.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 152 | 123 | 0 | 0.20 | 0.35 | 0.26 | 26.36 | 0.33 | 0.61 |
| Hex | BD | 98 | 7B | 0 | 14 | 23 | 1A | 1A | 21 | 3D |
| Octal | 275 | 230 | 173 | 0 | 24 | 43 | 32 | 32 | 41 | 75 |
| Binary | 10111101 | 10011000 | 1111011 | 0 | 10100 | 100011 | 11010 | 11010 | 100001 | 111101 |
Color Harmonies of #BD987B
Complementary color
Monochromatic Colors of #BD987B
Black with #BD987B
Text Example
Text Example
White with #BD987B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD987B; }
p { color: rgb(189,152,123); }
H1.HeaderClassName
{
color: #BD987B;
}
.AnyTagClassName
{
color: #BD987B;
}
</style>
background-color css
<style>
a { background-color: #BD987B; }
a { background-color: rgb(189,152,123); }
div.DivClassName
{
background-color: #BD987B;
}
.BgClassName
{
background-color: #BD987B;
}
</style>
border-color css
<style>
span { border-color: #BD987B; }
span { border-color: rgb(189,152,123); }
td.TdClassName
{
border-color: #BD987B;
}
.TagClassName
{
border-color: #BD987B;
}
</style>