Shades of Pale Taupe #BD977D
Tints of Pale Taupe #BD977D
RGB
CMYK
RGB Variations
Color information
#BD977D (or 0xBD977D) is known color: Pale Taupe. HEX triplet: BD, 97 and 7D. RGB value is (189,151,125). Sum of RGB (Red+Green+Blue) = 189+151+125=465 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.65% from 465); Green value is 151 (59.38% from 255 or 32.47% from 465); Blue value is 125 (49.22% from 255 or 26.88% from 465); Max value from RGB is 189 - color contains mainly: red. Hex color #BD977D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD977D is #426882. Grayscale: #9F9F9F. Windows color (decimal): -4352131 or 8230845. OLE color: 8230845.
HSL color Cylindrical-coordinate representation of color #BD977D: hue angle of 24.38º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BD977D is Cyan = 0, Magento = 0.20, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 151 | 125 | - |
| CMYK | 0 | 0.20 | 0.34 | 0.26 |
| HSL | 24.38º | 0.33% | 0.62% | - |
| HSV(B) | 24.38º | 0.34% | 0.74% | - |
| XYZ | 35.75 | 34.43 | 24.16 | - |
| YUV | 159.4 | 108.59 | 149.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 151 | 125 | 0 | 0.20 | 0.34 | 0.26 | 24.38 | 0.33 | 0.62 |
| Hex | BD | 97 | 7D | 0 | 14 | 22 | 1A | 18 | 21 | 3E |
| Octal | 275 | 227 | 175 | 0 | 24 | 42 | 32 | 30 | 41 | 76 |
| Binary | 10111101 | 10010111 | 1111101 | 0 | 10100 | 100010 | 11010 | 11000 | 100001 | 111110 |
Color Harmonies of #BD977D
Complementary color
Monochromatic Colors of #BD977D
Black with #BD977D
Text Example
Text Example
White with #BD977D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD977D; }
p { color: rgb(189,151,125); }
H1.HeaderClassName
{
color: #BD977D;
}
.AnyTagClassName
{
color: #BD977D;
}
</style>
background-color css
<style>
a { background-color: #BD977D; }
a { background-color: rgb(189,151,125); }
div.DivClassName
{
background-color: #BD977D;
}
.BgClassName
{
background-color: #BD977D;
}
</style>
border-color css
<style>
span { border-color: #BD977D; }
span { border-color: rgb(189,151,125); }
td.TdClassName
{
border-color: #BD977D;
}
.TagClassName
{
border-color: #BD977D;
}
</style>