Shades of Pale Taupe #BD9A7A
Tints of Pale Taupe #BD9A7A
RGB
CMYK
RGB Variations
Color information
#BD9A7A (or 0xBD9A7A) is known color: Pale Taupe. HEX triplet: BD, 9A and 7A. RGB value is (189,154,122). Sum of RGB (Red+Green+Blue) = 189+154+122=465 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.65% from 465); Green value is 154 (60.55% from 255 or 33.12% from 465); Blue value is 122 (48.05% from 255 or 26.24% from 465); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9A7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD9A7A is #426585. Grayscale: #A0A0A0. Windows color (decimal): -4351366 or 8035005. OLE color: 8035005.
HSL color Cylindrical-coordinate representation of color #BD9A7A: hue angle of 28.66º 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 #BD9A7A is Cyan = 0, Magento = 0.19, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 154 | 122 | - |
| CMYK | 0 | 0.19 | 0.35 | 0.26 |
| HSL | 28.66º | 0.34% | 0.61% | - |
| HSV(B) | 28.66º | 0.35% | 0.74% | - |
| XYZ | 36.05 | 35.34 | 23.33 | - |
| YUV | 160.82 | 106.1 | 148.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 154 | 122 | 0 | 0.19 | 0.35 | 0.26 | 28.66 | 0.34 | 0.61 |
| Hex | BD | 9A | 7A | 0 | 13 | 23 | 1A | 1D | 22 | 3D |
| Octal | 275 | 232 | 172 | 0 | 23 | 43 | 32 | 35 | 42 | 75 |
| Binary | 10111101 | 10011010 | 1111010 | 0 | 10011 | 100011 | 11010 | 11101 | 100010 | 111101 |
Color Harmonies of #BD9A7A
Complementary color
Monochromatic Colors of #BD9A7A
Black with #BD9A7A
Text Example
Text Example
White with #BD9A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9A7A; }
p { color: rgb(189,154,122); }
H1.HeaderClassName
{
color: #BD9A7A;
}
.AnyTagClassName
{
color: #BD9A7A;
}
</style>
background-color css
<style>
a { background-color: #BD9A7A; }
a { background-color: rgb(189,154,122); }
div.DivClassName
{
background-color: #BD9A7A;
}
.BgClassName
{
background-color: #BD9A7A;
}
</style>
border-color css
<style>
span { border-color: #BD9A7A; }
span { border-color: rgb(189,154,122); }
td.TdClassName
{
border-color: #BD9A7A;
}
.TagClassName
{
border-color: #BD9A7A;
}
</style>