Shades of Pale Taupe #B5987E
Tints of Pale Taupe #B5987E
RGB
CMYK
RGB Variations
Color information
#B5987E (or 0xB5987E) is known color: Pale Taupe. HEX triplet: B5, 98 and 7E. RGB value is (181,152,126). Sum of RGB (Red+Green+Blue) = 181+152+126=459 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.43% from 459); Green value is 152 (59.77% from 255 or 33.12% from 459); Blue value is 126 (49.61% from 255 or 27.45% from 459); Max value from RGB is 181 - color contains mainly: red. Hex color #B5987E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5987E is #4A6781. Grayscale: #9D9D9D. Windows color (decimal): -4876162 or 8296629. OLE color: 8296629.
HSL color Cylindrical-coordinate representation of color #B5987E: hue angle of 28.36º 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 #B5987E is Cyan = 0, Magento = 0.16, Yellow = 0.30 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 152 | 126 | - |
| CMYK | 0 | 0.16 | 0.30 | 0.29 |
| HSL | 28.36º | 0.27% | 0.6% | - |
| HSV(B) | 28.36º | 0.3% | 0.71% | - |
| XYZ | 34.05 | 33.79 | 24.47 | - |
| YUV | 157.71 | 110.11 | 144.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 152 | 126 | 0 | 0.16 | 0.30 | 0.29 | 28.36 | 0.27 | 0.6 |
| Hex | B5 | 98 | 7E | 0 | 10 | 1E | 1D | 1C | 1B | 3C |
| Octal | 265 | 230 | 176 | 0 | 20 | 36 | 35 | 34 | 33 | 74 |
| Binary | 10110101 | 10011000 | 1111110 | 0 | 10000 | 11110 | 11101 | 11100 | 11011 | 111100 |
Color Harmonies of #B5987E
Complementary color
Monochromatic Colors of #B5987E
Black with #B5987E
Text Example
Text Example
White with #B5987E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5987E; }
p { color: rgb(181,152,126); }
H1.HeaderClassName
{
color: #B5987E;
}
.AnyTagClassName
{
color: #B5987E;
}
</style>
background-color css
<style>
a { background-color: #B5987E; }
a { background-color: rgb(181,152,126); }
div.DivClassName
{
background-color: #B5987E;
}
.BgClassName
{
background-color: #B5987E;
}
</style>
border-color css
<style>
span { border-color: #B5987E; }
span { border-color: rgb(181,152,126); }
td.TdClassName
{
border-color: #B5987E;
}
.TagClassName
{
border-color: #B5987E;
}
</style>