Shades of Pale Taupe #B59C7A
Tints of Pale Taupe #B59C7A
RGB
CMYK
RGB Variations
Color information
#B59C7A (or 0xB59C7A) is known color: Pale Taupe. HEX triplet: B5, 9C and 7A. RGB value is (181,156,122). Sum of RGB (Red+Green+Blue) = 181+156+122=459 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.43% from 459); Green value is 156 (61.33% from 255 or 33.99% from 459); Blue value is 122 (48.05% from 255 or 26.58% from 459); Max value from RGB is 181 - color contains mainly: red. Hex color #B59C7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B59C7A is #4A6385. Grayscale: #9F9F9F. Windows color (decimal): -4875142 or 8035509. OLE color: 8035509.
HSL color Cylindrical-coordinate representation of color #B59C7A: hue angle of 34.58º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B59C7A is Cyan = 0, Magento = 0.14, Yellow = 0.33 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 156 | 122 | - |
| CMYK | 0 | 0.14 | 0.33 | 0.29 |
| HSL | 34.58º | 0.29% | 0.59% | - |
| HSV(B) | 34.58º | 0.33% | 0.71% | - |
| XYZ | 34.46 | 35.01 | 23.35 | - |
| YUV | 159.6 | 106.78 | 143.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 156 | 122 | 0 | 0.14 | 0.33 | 0.29 | 34.58 | 0.29 | 0.59 |
| Hex | B5 | 9C | 7A | 0 | E | 21 | 1D | 23 | 1D | 3B |
| Octal | 265 | 234 | 172 | 0 | 16 | 41 | 35 | 43 | 35 | 73 |
| Binary | 10110101 | 10011100 | 1111010 | 0 | 1110 | 100001 | 11101 | 100011 | 11101 | 111011 |
Color Harmonies of #B59C7A
Complementary color
Monochromatic Colors of #B59C7A
Black with #B59C7A
Text Example
Text Example
White with #B59C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B59C7A; }
p { color: rgb(181,156,122); }
H1.HeaderClassName
{
color: #B59C7A;
}
.AnyTagClassName
{
color: #B59C7A;
}
</style>
background-color css
<style>
a { background-color: #B59C7A; }
a { background-color: rgb(181,156,122); }
div.DivClassName
{
background-color: #B59C7A;
}
.BgClassName
{
background-color: #B59C7A;
}
</style>
border-color css
<style>
span { border-color: #B59C7A; }
span { border-color: rgb(181,156,122); }
td.TdClassName
{
border-color: #B59C7A;
}
.TagClassName
{
border-color: #B59C7A;
}
</style>