Shades of Pale Taupe #B89C86
Tints of Pale Taupe #B89C86
RGB
CMYK
RGB Variations
Color information
#B89C86 (or 0xB89C86) is known color: Pale Taupe. HEX triplet: B8, 9C and 86. RGB value is (184,156,134). Sum of RGB (Red+Green+Blue) = 184+156+134=474 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.82% from 474); Green value is 156 (61.33% from 255 or 32.91% from 474); Blue value is 134 (52.73% from 255 or 28.27% from 474); Max value from RGB is 184 - color contains mainly: red. Hex color #B89C86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B89C86 is #476379. Grayscale: #A1A1A1. Windows color (decimal): -4678522 or 8821944. OLE color: 8821944.
HSL color Cylindrical-coordinate representation of color #B89C86: hue angle of 26.4º degrees, saturation: 0.26, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B89C86 is Cyan = 0, Magento = 0.15, Yellow = 0.27 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 156 | 134 | - |
| CMYK | 0 | 0.15 | 0.27 | 0.28 |
| HSL | 26.4º | 0.26% | 0.62% | - |
| HSV(B) | 26.4º | 0.27% | 0.72% | - |
| XYZ | 35.96 | 35.69 | 27.55 | - |
| YUV | 161.86 | 112.28 | 143.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 156 | 134 | 0 | 0.15 | 0.27 | 0.28 | 26.4 | 0.26 | 0.62 |
| Hex | B8 | 9C | 86 | 0 | F | 1B | 1C | 1A | 1A | 3E |
| Octal | 270 | 234 | 206 | 0 | 17 | 33 | 34 | 32 | 32 | 76 |
| Binary | 10111000 | 10011100 | 10000110 | 0 | 1111 | 11011 | 11100 | 11010 | 11010 | 111110 |
Color Harmonies of #B89C86
Complementary color
Monochromatic Colors of #B89C86
Black with #B89C86
Text Example
Text Example
White with #B89C86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89C86; }
p { color: rgb(184,156,134); }
H1.HeaderClassName
{
color: #B89C86;
}
.AnyTagClassName
{
color: #B89C86;
}
</style>
background-color css
<style>
a { background-color: #B89C86; }
a { background-color: rgb(184,156,134); }
div.DivClassName
{
background-color: #B89C86;
}
.BgClassName
{
background-color: #B89C86;
}
</style>
border-color css
<style>
span { border-color: #B89C86; }
span { border-color: rgb(184,156,134); }
td.TdClassName
{
border-color: #B89C86;
}
.TagClassName
{
border-color: #B89C86;
}
</style>