Shades of Pale Taupe #BD997B
Tints of Pale Taupe #BD997B
RGB
CMYK
RGB Variations
Color information
#BD997B (or 0xBD997B) is known color: Pale Taupe. HEX triplet: BD, 99 and 7B. RGB value is (189,153,123). Sum of RGB (Red+Green+Blue) = 189+153+123=465 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.65% from 465); Green value is 153 (60.16% from 255 or 32.90% from 465); Blue value is 123 (48.44% from 255 or 26.45% from 465); Max value from RGB is 189 - color contains mainly: red. Hex color #BD997B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD997B is #426684. Grayscale: #A0A0A0. Windows color (decimal): -4351621 or 8100285. OLE color: 8100285.
HSL color Cylindrical-coordinate representation of color #BD997B: hue angle of 27.27º 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 #BD997B is Cyan = 0, Magento = 0.19, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 153 | 123 | - |
| CMYK | 0 | 0.19 | 0.35 | 0.26 |
| HSL | 27.27º | 0.33% | 0.61% | - |
| HSV(B) | 27.27º | 0.35% | 0.74% | - |
| XYZ | 35.95 | 35.03 | 23.61 | - |
| YUV | 160.34 | 106.93 | 148.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 153 | 123 | 0 | 0.19 | 0.35 | 0.26 | 27.27 | 0.33 | 0.61 |
| Hex | BD | 99 | 7B | 0 | 13 | 23 | 1A | 1B | 21 | 3D |
| Octal | 275 | 231 | 173 | 0 | 23 | 43 | 32 | 33 | 41 | 75 |
| Binary | 10111101 | 10011001 | 1111011 | 0 | 10011 | 100011 | 11010 | 11011 | 100001 | 111101 |
Color Harmonies of #BD997B
Complementary color
Monochromatic Colors of #BD997B
Black with #BD997B
Text Example
Text Example
White with #BD997B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD997B; }
p { color: rgb(189,153,123); }
H1.HeaderClassName
{
color: #BD997B;
}
.AnyTagClassName
{
color: #BD997B;
}
</style>
background-color css
<style>
a { background-color: #BD997B; }
a { background-color: rgb(189,153,123); }
div.DivClassName
{
background-color: #BD997B;
}
.BgClassName
{
background-color: #BD997B;
}
</style>
border-color css
<style>
span { border-color: #BD997B; }
span { border-color: rgb(189,153,123); }
td.TdClassName
{
border-color: #BD997B;
}
.TagClassName
{
border-color: #BD997B;
}
</style>