Shades of Pale Taupe #B59B7B
Tints of Pale Taupe #B59B7B
RGB
CMYK
RGB Variations
Color information
#B59B7B (or 0xB59B7B) is known color: Pale Taupe. HEX triplet: B5, 9B and 7B. RGB value is (181,155,123). Sum of RGB (Red+Green+Blue) = 181+155+123=459 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.43% from 459); Green value is 155 (60.94% from 255 or 33.77% from 459); Blue value is 123 (48.44% from 255 or 26.80% from 459); Max value from RGB is 181 - color contains mainly: red. Hex color #B59B7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B59B7B is #4A6484. Grayscale: #9F9F9F. Windows color (decimal): -4875397 or 8100789. OLE color: 8100789.
HSL color Cylindrical-coordinate representation of color #B59B7B: hue angle of 33.1º degrees, saturation: 0.28, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B59B7B is Cyan = 0, Magento = 0.14, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 155 | 123 | - |
| CMYK | 0 | 0.14 | 0.32 | 0.29 |
| HSL | 33.1º | 0.28% | 0.6% | - |
| HSV(B) | 33.1º | 0.32% | 0.71% | - |
| XYZ | 34.35 | 34.7 | 23.63 | - |
| YUV | 159.13 | 107.61 | 143.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 155 | 123 | 0 | 0.14 | 0.32 | 0.29 | 33.1 | 0.28 | 0.6 |
| Hex | B5 | 9B | 7B | 0 | E | 20 | 1D | 21 | 1C | 3C |
| Octal | 265 | 233 | 173 | 0 | 16 | 40 | 35 | 41 | 34 | 74 |
| Binary | 10110101 | 10011011 | 1111011 | 0 | 1110 | 100000 | 11101 | 100001 | 11100 | 111100 |
Color Harmonies of #B59B7B
Complementary color
Monochromatic Colors of #B59B7B
Black with #B59B7B
Text Example
Text Example
White with #B59B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B59B7B; }
p { color: rgb(181,155,123); }
H1.HeaderClassName
{
color: #B59B7B;
}
.AnyTagClassName
{
color: #B59B7B;
}
</style>
background-color css
<style>
a { background-color: #B59B7B; }
a { background-color: rgb(181,155,123); }
div.DivClassName
{
background-color: #B59B7B;
}
.BgClassName
{
background-color: #B59B7B;
}
</style>
border-color css
<style>
span { border-color: #B59B7B; }
span { border-color: rgb(181,155,123); }
td.TdClassName
{
border-color: #B59B7B;
}
.TagClassName
{
border-color: #B59B7B;
}
</style>