Shades of Pale Taupe #BD997A
Tints of Pale Taupe #BD997A
RGB
CMYK
RGB Variations
Color information
#BD997A (or 0xBD997A) is known color: Pale Taupe. HEX triplet: BD, 99 and 7A. RGB value is (189,153,122). Sum of RGB (Red+Green+Blue) = 189+153+122=464 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.73% from 464); Green value is 153 (60.16% from 255 or 32.97% from 464); Blue value is 122 (48.05% from 255 or 26.29% from 464); Max value from RGB is 189 - color contains mainly: red. Hex color #BD997A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD997A is #426685. Grayscale: #A0A0A0. Windows color (decimal): -4351622 or 8034749. OLE color: 8034749.
HSL color Cylindrical-coordinate representation of color #BD997A: hue angle of 27.76º degrees, saturation: 0.34, 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 #BD997A is Cyan = 0, Magento = 0.19, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 153 | 122 | - |
| CMYK | 0 | 0.19 | 0.35 | 0.26 |
| HSL | 27.76º | 0.34% | 0.61% | - |
| HSV(B) | 27.76º | 0.35% | 0.74% | - |
| XYZ | 35.89 | 35.01 | 23.28 | - |
| YUV | 160.23 | 106.43 | 148.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 153 | 122 | 0 | 0.19 | 0.35 | 0.26 | 27.76 | 0.34 | 0.61 |
| Hex | BD | 99 | 7A | 0 | 13 | 23 | 1A | 1C | 22 | 3D |
| Octal | 275 | 231 | 172 | 0 | 23 | 43 | 32 | 34 | 42 | 75 |
| Binary | 10111101 | 10011001 | 1111010 | 0 | 10011 | 100011 | 11010 | 11100 | 100010 | 111101 |
Color Harmonies of #BD997A
Complementary color
Monochromatic Colors of #BD997A
Black with #BD997A
Text Example
Text Example
White with #BD997A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD997A; }
p { color: rgb(189,153,122); }
H1.HeaderClassName
{
color: #BD997A;
}
.AnyTagClassName
{
color: #BD997A;
}
</style>
background-color css
<style>
a { background-color: #BD997A; }
a { background-color: rgb(189,153,122); }
div.DivClassName
{
background-color: #BD997A;
}
.BgClassName
{
background-color: #BD997A;
}
</style>
border-color css
<style>
span { border-color: #BD997A; }
span { border-color: rgb(189,153,122); }
td.TdClassName
{
border-color: #BD997A;
}
.TagClassName
{
border-color: #BD997A;
}
</style>