Shades of Pale Taupe #B39C88
Tints of Pale Taupe #B39C88
RGB
CMYK
RGB Variations
Color information
#B39C88 (or 0xB39C88) is known color: Pale Taupe. HEX triplet: B3, 9C and 88. RGB value is (179,156,136). Sum of RGB (Red+Green+Blue) = 179+156+136=471 (62% of max value = 765). Red value is 179 (70.31% from 255 or 38.00% from 471); Green value is 156 (61.33% from 255 or 33.12% from 471); Blue value is 136 (53.52% from 255 or 28.87% from 471); Max value from RGB is 179 - color contains mainly: red. Hex color #B39C88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B39C88 is #4C6377. Grayscale: #A0A0A0. Windows color (decimal): -5006200 or 8953011. OLE color: 8953011.
HSL color Cylindrical-coordinate representation of color #B39C88: hue angle of 27.91º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B39C88 is Cyan = 0, Magento = 0.13, Yellow = 0.24 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 156 | 136 | - |
| CMYK | 0 | 0.13 | 0.24 | 0.30 |
| HSL | 27.91º | 0.22% | 0.62% | - |
| HSV(B) | 27.91º | 0.24% | 0.7% | - |
| XYZ | 34.92 | 35.14 | 28.23 | - |
| YUV | 160.6 | 114.12 | 141.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 156 | 136 | 0 | 0.13 | 0.24 | 0.30 | 27.91 | 0.22 | 0.62 |
| Hex | B3 | 9C | 88 | 0 | D | 18 | 1E | 1C | 16 | 3E |
| Octal | 263 | 234 | 210 | 0 | 15 | 30 | 36 | 34 | 26 | 76 |
| Binary | 10110011 | 10011100 | 10001000 | 0 | 1101 | 11000 | 11110 | 11100 | 10110 | 111110 |
Color Harmonies of #B39C88
Complementary color
Monochromatic Colors of #B39C88
Black with #B39C88
Text Example
Text Example
White with #B39C88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B39C88; }
p { color: rgb(179,156,136); }
H1.HeaderClassName
{
color: #B39C88;
}
.AnyTagClassName
{
color: #B39C88;
}
</style>
background-color css
<style>
a { background-color: #B39C88; }
a { background-color: rgb(179,156,136); }
div.DivClassName
{
background-color: #B39C88;
}
.BgClassName
{
background-color: #B39C88;
}
</style>
border-color css
<style>
span { border-color: #B39C88; }
span { border-color: rgb(179,156,136); }
td.TdClassName
{
border-color: #B39C88;
}
.TagClassName
{
border-color: #B39C88;
}
</style>