Shades of Pale Taupe #BD917F
Tints of Pale Taupe #BD917F
RGB
CMYK
RGB Variations
Color information
#BD917F (or 0xBD917F) is known color: Pale Taupe. HEX triplet: BD, 91 and 7F. RGB value is (189,145,127). Sum of RGB (Red+Green+Blue) = 189+145+127=461 (61% of max value = 765). Red value is 189 (74.22% from 255 or 41.00% from 461); Green value is 145 (57.03% from 255 or 31.45% from 461); Blue value is 127 (50% from 255 or 27.55% from 461); Max value from RGB is 189 - color contains mainly: red. Hex color #BD917F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD917F is #426E80. Grayscale: #9C9C9C. Windows color (decimal): -4353665 or 8360381. OLE color: 8360381.
HSL color Cylindrical-coordinate representation of color #BD917F: hue angle of 17.42º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BD917F is Cyan = 0, Magento = 0.23, Yellow = 0.33 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 145 | 127 | - |
| CMYK | 0 | 0.23 | 0.33 | 0.26 |
| HSL | 17.42º | 0.32% | 0.62% | - |
| HSV(B) | 17.42º | 0.33% | 0.74% | - |
| XYZ | 34.94 | 32.6 | 24.53 | - |
| YUV | 156.1 | 111.58 | 151.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 145 | 127 | 0 | 0.23 | 0.33 | 0.26 | 17.42 | 0.32 | 0.62 |
| Hex | BD | 91 | 7F | 0 | 17 | 21 | 1A | 11 | 20 | 3E |
| Octal | 275 | 221 | 177 | 0 | 27 | 41 | 32 | 21 | 40 | 76 |
| Binary | 10111101 | 10010001 | 1111111 | 0 | 10111 | 100001 | 11010 | 10001 | 100000 | 111110 |
Color Harmonies of #BD917F
Complementary color
Monochromatic Colors of #BD917F
Black with #BD917F
Text Example
Text Example
White with #BD917F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD917F; }
p { color: rgb(189,145,127); }
H1.HeaderClassName
{
color: #BD917F;
}
.AnyTagClassName
{
color: #BD917F;
}
</style>
background-color css
<style>
a { background-color: #BD917F; }
a { background-color: rgb(189,145,127); }
div.DivClassName
{
background-color: #BD917F;
}
.BgClassName
{
background-color: #BD917F;
}
</style>
border-color css
<style>
span { border-color: #BD917F; }
span { border-color: rgb(189,145,127); }
td.TdClassName
{
border-color: #BD917F;
}
.TagClassName
{
border-color: #BD917F;
}
</style>