Shades of Pale Taupe #BD977B
Tints of Pale Taupe #BD977B
RGB
CMYK
RGB Variations
Color information
#BD977B (or 0xBD977B) is known color: Pale Taupe. HEX triplet: BD, 97 and 7B. RGB value is (189,151,123). Sum of RGB (Red+Green+Blue) = 189+151+123=463 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.82% from 463); Green value is 151 (59.38% from 255 or 32.61% from 463); Blue value is 123 (48.44% from 255 or 26.57% from 463); Max value from RGB is 189 - color contains mainly: red. Hex color #BD977B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD977B is #426884. Grayscale: #9F9F9F. Windows color (decimal): -4352133 or 8099773. OLE color: 8099773.
HSL color Cylindrical-coordinate representation of color #BD977B: hue angle of 25.45º degrees, saturation: 0.33, 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 #BD977B is Cyan = 0, Magento = 0.20, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 151 | 123 | - |
| CMYK | 0 | 0.20 | 0.35 | 0.26 |
| HSL | 25.45º | 0.33% | 0.61% | - |
| HSV(B) | 25.45º | 0.35% | 0.74% | - |
| XYZ | 35.63 | 34.38 | 23.5 | - |
| YUV | 159.17 | 107.59 | 149.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 151 | 123 | 0 | 0.20 | 0.35 | 0.26 | 25.45 | 0.33 | 0.61 |
| Hex | BD | 97 | 7B | 0 | 14 | 23 | 1A | 19 | 21 | 3D |
| Octal | 275 | 227 | 173 | 0 | 24 | 43 | 32 | 31 | 41 | 75 |
| Binary | 10111101 | 10010111 | 1111011 | 0 | 10100 | 100011 | 11010 | 11001 | 100001 | 111101 |
Color Harmonies of #BD977B
Complementary color
Monochromatic Colors of #BD977B
Black with #BD977B
Text Example
Text Example
White with #BD977B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD977B; }
p { color: rgb(189,151,123); }
H1.HeaderClassName
{
color: #BD977B;
}
.AnyTagClassName
{
color: #BD977B;
}
</style>
background-color css
<style>
a { background-color: #BD977B; }
a { background-color: rgb(189,151,123); }
div.DivClassName
{
background-color: #BD977B;
}
.BgClassName
{
background-color: #BD977B;
}
</style>
border-color css
<style>
span { border-color: #BD977B; }
span { border-color: rgb(189,151,123); }
td.TdClassName
{
border-color: #BD977B;
}
.TagClassName
{
border-color: #BD977B;
}
</style>