Shades of Pale Taupe #B49C86
Tints of Pale Taupe #B49C86
RGB
CMYK
RGB Variations
Color information
#B49C86 (or 0xB49C86) is known color: Pale Taupe. HEX triplet: B4, 9C and 86. RGB value is (180,156,134). Sum of RGB (Red+Green+Blue) = 180+156+134=470 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.30% from 470); Green value is 156 (61.33% from 255 or 33.19% from 470); Blue value is 134 (52.73% from 255 or 28.51% from 470); Max value from RGB is 180 - color contains mainly: red. Hex color #B49C86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49C86 is #4B6379. Grayscale: #A0A0A0. Windows color (decimal): -4940666 or 8821940. OLE color: 8821940.
HSL color Cylindrical-coordinate representation of color #B49C86: hue angle of 28.7º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B49C86 is Cyan = 0, Magento = 0.13, Yellow = 0.26 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 156 | 134 | - |
| CMYK | 0 | 0.13 | 0.26 | 0.29 |
| HSL | 28.7º | 0.23% | 0.62% | - |
| HSV(B) | 28.7º | 0.26% | 0.71% | - |
| XYZ | 35.01 | 35.2 | 27.5 | - |
| YUV | 160.67 | 112.95 | 141.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 156 | 134 | 0 | 0.13 | 0.26 | 0.29 | 28.7 | 0.23 | 0.62 |
| Hex | B4 | 9C | 86 | 0 | D | 1A | 1D | 1D | 17 | 3E |
| Octal | 264 | 234 | 206 | 0 | 15 | 32 | 35 | 35 | 27 | 76 |
| Binary | 10110100 | 10011100 | 10000110 | 0 | 1101 | 11010 | 11101 | 11101 | 10111 | 111110 |
Color Harmonies of #B49C86
Complementary color
Monochromatic Colors of #B49C86
Black with #B49C86
Text Example
Text Example
White with #B49C86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49C86; }
p { color: rgb(180,156,134); }
H1.HeaderClassName
{
color: #B49C86;
}
.AnyTagClassName
{
color: #B49C86;
}
</style>
background-color css
<style>
a { background-color: #B49C86; }
a { background-color: rgb(180,156,134); }
div.DivClassName
{
background-color: #B49C86;
}
.BgClassName
{
background-color: #B49C86;
}
</style>
border-color css
<style>
span { border-color: #B49C86; }
span { border-color: rgb(180,156,134); }
td.TdClassName
{
border-color: #B49C86;
}
.TagClassName
{
border-color: #B49C86;
}
</style>