Shades of Pale Taupe #B49C88
Tints of Pale Taupe #B49C88
RGB
CMYK
RGB Variations
Color information
#B49C88 (or 0xB49C88) is known color: Pale Taupe. HEX triplet: B4, 9C and 88. RGB value is (180,156,136). Sum of RGB (Red+Green+Blue) = 180+156+136=472 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.14% from 472); Green value is 156 (61.33% from 255 or 33.05% from 472); Blue value is 136 (53.52% from 255 or 28.81% from 472); Max value from RGB is 180 - color contains mainly: red. Hex color #B49C88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49C88 is #4B6377. Grayscale: #A1A1A1. Windows color (decimal): -4940664 or 8953012. OLE color: 8953012.
HSL color Cylindrical-coordinate representation of color #B49C88: hue angle of 27.27º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B49C88 is Cyan = 0, Magento = 0.13, Yellow = 0.24 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 156 | 136 | - |
| CMYK | 0 | 0.13 | 0.24 | 0.29 |
| HSL | 27.27º | 0.23% | 0.62% | - |
| HSV(B) | 27.27º | 0.24% | 0.71% | - |
| XYZ | 35.15 | 35.26 | 28.25 | - |
| YUV | 160.9 | 113.95 | 141.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 156 | 136 | 0 | 0.13 | 0.24 | 0.29 | 27.27 | 0.23 | 0.62 |
| Hex | B4 | 9C | 88 | 0 | D | 18 | 1D | 1B | 17 | 3E |
| Octal | 264 | 234 | 210 | 0 | 15 | 30 | 35 | 33 | 27 | 76 |
| Binary | 10110100 | 10011100 | 10001000 | 0 | 1101 | 11000 | 11101 | 11011 | 10111 | 111110 |
Color Harmonies of #B49C88
Complementary color
Monochromatic Colors of #B49C88
Black with #B49C88
Text Example
Text Example
White with #B49C88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49C88; }
p { color: rgb(180,156,136); }
H1.HeaderClassName
{
color: #B49C88;
}
.AnyTagClassName
{
color: #B49C88;
}
</style>
background-color css
<style>
a { background-color: #B49C88; }
a { background-color: rgb(180,156,136); }
div.DivClassName
{
background-color: #B49C88;
}
.BgClassName
{
background-color: #B49C88;
}
</style>
border-color css
<style>
span { border-color: #B49C88; }
span { border-color: rgb(180,156,136); }
td.TdClassName
{
border-color: #B49C88;
}
.TagClassName
{
border-color: #B49C88;
}
</style>