Shades of Pale Taupe #B5997F
Tints of Pale Taupe #B5997F
RGB
CMYK
RGB Variations
Color information
#B5997F (or 0xB5997F) is known color: Pale Taupe. HEX triplet: B5, 99 and 7F. RGB value is (181,153,127). Sum of RGB (Red+Green+Blue) = 181+153+127=461 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.26% from 461); Green value is 153 (60.16% from 255 or 33.19% from 461); Blue value is 127 (50% from 255 or 27.55% from 461); Max value from RGB is 181 - color contains mainly: red. Hex color #B5997F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5997F is #4A6680. Grayscale: #9E9E9E. Windows color (decimal): -4875905 or 8362421. OLE color: 8362421.
HSL color Cylindrical-coordinate representation of color #B5997F: hue angle of 28.89º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B5997F is Cyan = 0, Magento = 0.15, Yellow = 0.30 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 153 | 127 | - |
| CMYK | 0 | 0.15 | 0.30 | 0.29 |
| HSL | 28.89º | 0.27% | 0.6% | - |
| HSV(B) | 28.89º | 0.3% | 0.71% | - |
| XYZ | 34.28 | 34.14 | 24.86 | - |
| YUV | 158.41 | 110.28 | 144.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 153 | 127 | 0 | 0.15 | 0.30 | 0.29 | 28.89 | 0.27 | 0.6 |
| Hex | B5 | 99 | 7F | 0 | F | 1E | 1D | 1D | 1B | 3C |
| Octal | 265 | 231 | 177 | 0 | 17 | 36 | 35 | 35 | 33 | 74 |
| Binary | 10110101 | 10011001 | 1111111 | 0 | 1111 | 11110 | 11101 | 11101 | 11011 | 111100 |
Color Harmonies of #B5997F
Complementary color
Monochromatic Colors of #B5997F
Black with #B5997F
Text Example
Text Example
White with #B5997F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5997F; }
p { color: rgb(181,153,127); }
H1.HeaderClassName
{
color: #B5997F;
}
.AnyTagClassName
{
color: #B5997F;
}
</style>
background-color css
<style>
a { background-color: #B5997F; }
a { background-color: rgb(181,153,127); }
div.DivClassName
{
background-color: #B5997F;
}
.BgClassName
{
background-color: #B5997F;
}
</style>
border-color css
<style>
span { border-color: #B5997F; }
span { border-color: rgb(181,153,127); }
td.TdClassName
{
border-color: #B5997F;
}
.TagClassName
{
border-color: #B5997F;
}
</style>