Shades of Pale Taupe #B59C83
Tints of Pale Taupe #B59C83
RGB
CMYK
RGB Variations
Color information
#B59C83 (or 0xB59C83) is known color: Pale Taupe. HEX triplet: B5, 9C and 83. RGB value is (181,156,131). Sum of RGB (Red+Green+Blue) = 181+156+131=468 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.68% from 468); Green value is 156 (61.33% from 255 or 33.33% from 468); Blue value is 131 (51.56% from 255 or 27.99% from 468); Max value from RGB is 181 - color contains mainly: red. Hex color #B59C83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B59C83 is #4A637C. Grayscale: #A0A0A0. Windows color (decimal): -4875133 or 8625333. OLE color: 8625333.
HSL color Cylindrical-coordinate representation of color #B59C83: hue angle of 30º degrees, saturation: 0.25, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B59C83 is Cyan = 0, Magento = 0.14, Yellow = 0.28 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 156 | 131 | - |
| CMYK | 0 | 0.14 | 0.28 | 0.29 |
| HSL | 30º | 0.25% | 0.61% | - |
| HSV(B) | 30º | 0.28% | 0.71% | - |
| XYZ | 35.04 | 35.24 | 26.43 | - |
| YUV | 160.63 | 111.28 | 142.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 156 | 131 | 0 | 0.14 | 0.28 | 0.29 | 30 | 0.25 | 0.61 |
| Hex | B5 | 9C | 83 | 0 | E | 1C | 1D | 1E | 19 | 3D |
| Octal | 265 | 234 | 203 | 0 | 16 | 34 | 35 | 36 | 31 | 75 |
| Binary | 10110101 | 10011100 | 10000011 | 0 | 1110 | 11100 | 11101 | 11110 | 11001 | 111101 |
Color Harmonies of #B59C83
Complementary color
Monochromatic Colors of #B59C83
Black with #B59C83
Text Example
Text Example
White with #B59C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B59C83; }
p { color: rgb(181,156,131); }
H1.HeaderClassName
{
color: #B59C83;
}
.AnyTagClassName
{
color: #B59C83;
}
</style>
background-color css
<style>
a { background-color: #B59C83; }
a { background-color: rgb(181,156,131); }
div.DivClassName
{
background-color: #B59C83;
}
.BgClassName
{
background-color: #B59C83;
}
</style>
border-color css
<style>
span { border-color: #B59C83; }
span { border-color: rgb(181,156,131); }
td.TdClassName
{
border-color: #B59C83;
}
.TagClassName
{
border-color: #B59C83;
}
</style>