Shades of Pale Taupe #B5997D
Tints of Pale Taupe #B5997D
RGB
CMYK
RGB Variations
Color information
#B5997D (or 0xB5997D) is known color: Pale Taupe. HEX triplet: B5, 99 and 7D. RGB value is (181,153,125). Sum of RGB (Red+Green+Blue) = 181+153+125=459 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.43% from 459); Green value is 153 (60.16% from 255 or 33.33% from 459); Blue value is 125 (49.22% from 255 or 27.23% from 459); Max value from RGB is 181 - color contains mainly: red. Hex color #B5997D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5997D is #4A6682. Grayscale: #9E9E9E. Windows color (decimal): -4875907 or 8231349. OLE color: 8231349.
HSL color Cylindrical-coordinate representation of color #B5997D: hue angle of 30º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B5997D is Cyan = 0, Magento = 0.15, Yellow = 0.31 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 153 | 125 | - |
| CMYK | 0 | 0.15 | 0.31 | 0.29 |
| HSL | 30º | 0.27% | 0.6% | - |
| HSV(B) | 30º | 0.31% | 0.71% | - |
| XYZ | 34.15 | 34.09 | 24.18 | - |
| YUV | 158.18 | 109.28 | 144.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 153 | 125 | 0 | 0.15 | 0.31 | 0.29 | 30 | 0.27 | 0.6 |
| Hex | B5 | 99 | 7D | 0 | F | 1F | 1D | 1E | 1B | 3C |
| Octal | 265 | 231 | 175 | 0 | 17 | 37 | 35 | 36 | 33 | 74 |
| Binary | 10110101 | 10011001 | 1111101 | 0 | 1111 | 11111 | 11101 | 11110 | 11011 | 111100 |
Color Harmonies of #B5997D
Complementary color
Monochromatic Colors of #B5997D
Black with #B5997D
Text Example
Text Example
White with #B5997D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5997D; }
p { color: rgb(181,153,125); }
H1.HeaderClassName
{
color: #B5997D;
}
.AnyTagClassName
{
color: #B5997D;
}
</style>
background-color css
<style>
a { background-color: #B5997D; }
a { background-color: rgb(181,153,125); }
div.DivClassName
{
background-color: #B5997D;
}
.BgClassName
{
background-color: #B5997D;
}
</style>
border-color css
<style>
span { border-color: #B5997D; }
span { border-color: rgb(181,153,125); }
td.TdClassName
{
border-color: #B5997D;
}
.TagClassName
{
border-color: #B5997D;
}
</style>