Shades of Pale Taupe #BD977A
Tints of Pale Taupe #BD977A
RGB
CMYK
RGB Variations
Color information
#BD977A (or 0xBD977A) is known color: Pale Taupe. HEX triplet: BD, 97 and 7A. RGB value is (189,151,122). Sum of RGB (Red+Green+Blue) = 189+151+122=462 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.91% from 462); Green value is 151 (59.38% from 255 or 32.68% from 462); Blue value is 122 (48.05% from 255 or 26.41% from 462); Max value from RGB is 189 - color contains mainly: red. Hex color #BD977A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD977A is #426885. Grayscale: #9F9F9F. Windows color (decimal): -4352134 or 8034237. OLE color: 8034237.
HSL color Cylindrical-coordinate representation of color #BD977A: hue angle of 25.97º 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 #BD977A is Cyan = 0, Magento = 0.20, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 151 | 122 | - |
| CMYK | 0 | 0.20 | 0.35 | 0.26 |
| HSL | 25.97º | 0.34% | 0.61% | - |
| HSV(B) | 25.97º | 0.35% | 0.74% | - |
| XYZ | 35.57 | 34.36 | 23.17 | - |
| YUV | 159.06 | 107.09 | 149.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 151 | 122 | 0 | 0.20 | 0.35 | 0.26 | 25.97 | 0.34 | 0.61 |
| Hex | BD | 97 | 7A | 0 | 14 | 23 | 1A | 1A | 22 | 3D |
| Octal | 275 | 227 | 172 | 0 | 24 | 43 | 32 | 32 | 42 | 75 |
| Binary | 10111101 | 10010111 | 1111010 | 0 | 10100 | 100011 | 11010 | 11010 | 100010 | 111101 |
Color Harmonies of #BD977A
Complementary color
Monochromatic Colors of #BD977A
Black with #BD977A
Text Example
Text Example
White with #BD977A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD977A; }
p { color: rgb(189,151,122); }
H1.HeaderClassName
{
color: #BD977A;
}
.AnyTagClassName
{
color: #BD977A;
}
</style>
background-color css
<style>
a { background-color: #BD977A; }
a { background-color: rgb(189,151,122); }
div.DivClassName
{
background-color: #BD977A;
}
.BgClassName
{
background-color: #BD977A;
}
</style>
border-color css
<style>
span { border-color: #BD977A; }
span { border-color: rgb(189,151,122); }
td.TdClassName
{
border-color: #BD977A;
}
.TagClassName
{
border-color: #BD977A;
}
</style>