Shades of Pale Taupe #BD917B
Tints of Pale Taupe #BD917B
RGB
CMYK
RGB Variations
Color information
#BD917B (or 0xBD917B) is known color: Pale Taupe. HEX triplet: BD, 91 and 7B. RGB value is (189,145,123). Sum of RGB (Red+Green+Blue) = 189+145+123=457 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.36% from 457); Green value is 145 (57.03% from 255 or 31.73% from 457); Blue value is 123 (48.44% from 255 or 26.91% from 457); Max value from RGB is 189 - color contains mainly: red. Hex color #BD917B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD917B is #426E84. Grayscale: #9B9B9B. Windows color (decimal): -4353669 or 8098237. OLE color: 8098237.
HSL color Cylindrical-coordinate representation of color #BD917B: hue angle of 20º 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 #BD917B is Cyan = 0, Magento = 0.23, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 145 | 123 | - |
| CMYK | 0 | 0.23 | 0.35 | 0.26 |
| HSL | 20º | 0.33% | 0.61% | - |
| HSV(B) | 20º | 0.35% | 0.74% | - |
| XYZ | 34.69 | 32.5 | 23.18 | - |
| YUV | 155.65 | 109.58 | 151.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 145 | 123 | 0 | 0.23 | 0.35 | 0.26 | 20 | 0.33 | 0.61 |
| Hex | BD | 91 | 7B | 0 | 17 | 23 | 1A | 14 | 21 | 3D |
| Octal | 275 | 221 | 173 | 0 | 27 | 43 | 32 | 24 | 41 | 75 |
| Binary | 10111101 | 10010001 | 1111011 | 0 | 10111 | 100011 | 11010 | 10100 | 100001 | 111101 |
Color Harmonies of #BD917B
Complementary color
Monochromatic Colors of #BD917B
Black with #BD917B
Text Example
Text Example
White with #BD917B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD917B; }
p { color: rgb(189,145,123); }
H1.HeaderClassName
{
color: #BD917B;
}
.AnyTagClassName
{
color: #BD917B;
}
</style>
background-color css
<style>
a { background-color: #BD917B; }
a { background-color: rgb(189,145,123); }
div.DivClassName
{
background-color: #BD917B;
}
.BgClassName
{
background-color: #BD917B;
}
</style>
border-color css
<style>
span { border-color: #BD917B; }
span { border-color: rgb(189,145,123); }
td.TdClassName
{
border-color: #BD917B;
}
.TagClassName
{
border-color: #BD917B;
}
</style>