Shades of Pale Taupe #B7997B
Tints of Pale Taupe #B7997B
RGB
CMYK
RGB Variations
Color information
#B7997B (or 0xB7997B) is known color: Pale Taupe. HEX triplet: B7, 99 and 7B. RGB value is (183,153,123). Sum of RGB (Red+Green+Blue) = 183+153+123=459 (60% of max value = 765). Red value is 183 (71.88% from 255 or 39.87% from 459); Green value is 153 (60.16% from 255 or 33.33% from 459); Blue value is 123 (48.44% from 255 or 26.80% from 459); Max value from RGB is 183 - color contains mainly: red. Hex color #B7997B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7997B is #486684. Grayscale: #9E9E9E. Windows color (decimal): -4744837 or 8100279. OLE color: 8100279.
HSL color Cylindrical-coordinate representation of color #B7997B: hue angle of 30º degrees, saturation: 0.29, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B7997B is Cyan = 0, Magento = 0.16, Yellow = 0.33 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 153 | 123 | - |
| CMYK | 0 | 0.16 | 0.33 | 0.28 |
| HSL | 30º | 0.29% | 0.6% | - |
| HSV(B) | 30º | 0.33% | 0.72% | - |
| XYZ | 34.49 | 34.28 | 23.54 | - |
| YUV | 158.55 | 107.94 | 145.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 153 | 123 | 0 | 0.16 | 0.33 | 0.28 | 30 | 0.29 | 0.6 |
| Hex | B7 | 99 | 7B | 0 | 10 | 21 | 1C | 1E | 1D | 3C |
| Octal | 267 | 231 | 173 | 0 | 20 | 41 | 34 | 36 | 35 | 74 |
| Binary | 10110111 | 10011001 | 1111011 | 0 | 10000 | 100001 | 11100 | 11110 | 11101 | 111100 |
Color Harmonies of #B7997B
Complementary color
Monochromatic Colors of #B7997B
Black with #B7997B
Text Example
Text Example
White with #B7997B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7997B; }
p { color: rgb(183,153,123); }
H1.HeaderClassName
{
color: #B7997B;
}
.AnyTagClassName
{
color: #B7997B;
}
</style>
background-color css
<style>
a { background-color: #B7997B; }
a { background-color: rgb(183,153,123); }
div.DivClassName
{
background-color: #B7997B;
}
.BgClassName
{
background-color: #B7997B;
}
</style>
border-color css
<style>
span { border-color: #B7997B; }
span { border-color: rgb(183,153,123); }
td.TdClassName
{
border-color: #B7997B;
}
.TagClassName
{
border-color: #B7997B;
}
</style>