Shades of Pale Taupe #BD917C
Tints of Pale Taupe #BD917C
RGB
CMYK
RGB Variations
Color information
#BD917C (or 0xBD917C) is known color: Pale Taupe. HEX triplet: BD, 91 and 7C. RGB value is (189,145,124). Sum of RGB (Red+Green+Blue) = 189+145+124=458 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.27% from 458); Green value is 145 (57.03% from 255 or 31.66% from 458); Blue value is 124 (48.83% from 255 or 27.07% from 458); Max value from RGB is 189 - color contains mainly: red. Hex color #BD917C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD917C is #426E83. Grayscale: #9B9B9B. Windows color (decimal): -4353668 or 8163773. OLE color: 8163773.
HSL color Cylindrical-coordinate representation of color #BD917C: hue angle of 19.38º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BD917C is Cyan = 0, Magento = 0.23, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 145 | 124 | - |
| CMYK | 0 | 0.23 | 0.34 | 0.26 |
| HSL | 19.38º | 0.33% | 0.61% | - |
| HSV(B) | 19.38º | 0.34% | 0.74% | - |
| XYZ | 34.75 | 32.52 | 23.52 | - |
| YUV | 155.76 | 110.08 | 151.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 145 | 124 | 0 | 0.23 | 0.34 | 0.26 | 19.38 | 0.33 | 0.61 |
| Hex | BD | 91 | 7C | 0 | 17 | 22 | 1A | 13 | 21 | 3D |
| Octal | 275 | 221 | 174 | 0 | 27 | 42 | 32 | 23 | 41 | 75 |
| Binary | 10111101 | 10010001 | 1111100 | 0 | 10111 | 100010 | 11010 | 10011 | 100001 | 111101 |
Color Harmonies of #BD917C
Complementary color
Monochromatic Colors of #BD917C
Black with #BD917C
Text Example
Text Example
White with #BD917C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD917C; }
p { color: rgb(189,145,124); }
H1.HeaderClassName
{
color: #BD917C;
}
.AnyTagClassName
{
color: #BD917C;
}
</style>
background-color css
<style>
a { background-color: #BD917C; }
a { background-color: rgb(189,145,124); }
div.DivClassName
{
background-color: #BD917C;
}
.BgClassName
{
background-color: #BD917C;
}
</style>
border-color css
<style>
span { border-color: #BD917C; }
span { border-color: rgb(189,145,124); }
td.TdClassName
{
border-color: #BD917C;
}
.TagClassName
{
border-color: #BD917C;
}
</style>