Shades of Pale Taupe #B7997D
Tints of Pale Taupe #B7997D
RGB
CMYK
RGB Variations
Color information
#B7997D (or 0xB7997D) is known color: Pale Taupe. HEX triplet: B7, 99 and 7D. RGB value is (183,153,125). Sum of RGB (Red+Green+Blue) = 183+153+125=461 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.70% from 461); Green value is 153 (60.16% from 255 or 33.19% from 461); Blue value is 125 (49.22% from 255 or 27.11% from 461); Max value from RGB is 183 - color contains mainly: red. Hex color #B7997D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7997D is #486682. Grayscale: #9E9E9E. Windows color (decimal): -4744835 or 8231351. OLE color: 8231351.
HSL color Cylindrical-coordinate representation of color #B7997D: hue angle of 28.97º degrees, saturation: 0.29, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B7997D is Cyan = 0, Magento = 0.16, Yellow = 0.32 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 153 | 125 | - |
| CMYK | 0 | 0.16 | 0.32 | 0.28 |
| HSL | 28.97º | 0.29% | 0.6% | - |
| HSV(B) | 28.97º | 0.32% | 0.72% | - |
| XYZ | 34.62 | 34.33 | 24.2 | - |
| YUV | 158.78 | 108.94 | 145.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 153 | 125 | 0 | 0.16 | 0.32 | 0.28 | 28.97 | 0.29 | 0.6 |
| Hex | B7 | 99 | 7D | 0 | 10 | 20 | 1C | 1D | 1D | 3C |
| Octal | 267 | 231 | 175 | 0 | 20 | 40 | 34 | 35 | 35 | 74 |
| Binary | 10110111 | 10011001 | 1111101 | 0 | 10000 | 100000 | 11100 | 11101 | 11101 | 111100 |
Color Harmonies of #B7997D
Complementary color
Monochromatic Colors of #B7997D
Black with #B7997D
Text Example
Text Example
White with #B7997D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7997D; }
p { color: rgb(183,153,125); }
H1.HeaderClassName
{
color: #B7997D;
}
.AnyTagClassName
{
color: #B7997D;
}
</style>
background-color css
<style>
a { background-color: #B7997D; }
a { background-color: rgb(183,153,125); }
div.DivClassName
{
background-color: #B7997D;
}
.BgClassName
{
background-color: #B7997D;
}
</style>
border-color css
<style>
span { border-color: #B7997D; }
span { border-color: rgb(183,153,125); }
td.TdClassName
{
border-color: #B7997D;
}
.TagClassName
{
border-color: #B7997D;
}
</style>