Shades of Pale Taupe #BD977E
Tints of Pale Taupe #BD977E
RGB
CMYK
RGB Variations
Color information
#BD977E (or 0xBD977E) is known color: Pale Taupe. HEX triplet: BD, 97 and 7E. RGB value is (189,151,126). Sum of RGB (Red+Green+Blue) = 189+151+126=466 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.56% from 466); Green value is 151 (59.38% from 255 or 32.40% from 466); Blue value is 126 (49.61% from 255 or 27.04% from 466); Max value from RGB is 189 - color contains mainly: red. Hex color #BD977E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD977E is #426881. Grayscale: #9F9F9F. Windows color (decimal): -4352130 or 8296381. OLE color: 8296381.
HSL color Cylindrical-coordinate representation of color #BD977E: hue angle of 23.81º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BD977E is Cyan = 0, Magento = 0.20, Yellow = 0.33 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 151 | 126 | - |
| CMYK | 0 | 0.20 | 0.33 | 0.26 |
| HSL | 23.81º | 0.32% | 0.62% | - |
| HSV(B) | 23.81º | 0.33% | 0.74% | - |
| XYZ | 35.82 | 34.46 | 24.5 | - |
| YUV | 159.51 | 109.09 | 149.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 151 | 126 | 0 | 0.20 | 0.33 | 0.26 | 23.81 | 0.32 | 0.62 |
| Hex | BD | 97 | 7E | 0 | 14 | 21 | 1A | 18 | 20 | 3E |
| Octal | 275 | 227 | 176 | 0 | 24 | 41 | 32 | 30 | 40 | 76 |
| Binary | 10111101 | 10010111 | 1111110 | 0 | 10100 | 100001 | 11010 | 11000 | 100000 | 111110 |
Color Harmonies of #BD977E
Complementary color
Monochromatic Colors of #BD977E
Black with #BD977E
Text Example
Text Example
White with #BD977E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD977E; }
p { color: rgb(189,151,126); }
H1.HeaderClassName
{
color: #BD977E;
}
.AnyTagClassName
{
color: #BD977E;
}
</style>
background-color css
<style>
a { background-color: #BD977E; }
a { background-color: rgb(189,151,126); }
div.DivClassName
{
background-color: #BD977E;
}
.BgClassName
{
background-color: #BD977E;
}
</style>
border-color css
<style>
span { border-color: #BD977E; }
span { border-color: rgb(189,151,126); }
td.TdClassName
{
border-color: #BD977E;
}
.TagClassName
{
border-color: #BD977E;
}
</style>