Shades of Pale Taupe #B89376
Tints of Pale Taupe #B89376
RGB
CMYK
RGB Variations
Color information
#B89376 (or 0xB89376) is known color: Pale Taupe. HEX triplet: B8, 93 and 76. RGB value is (184,147,118). Sum of RGB (Red+Green+Blue) = 184+147+118=449 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.98% from 449); Green value is 147 (57.81% from 255 or 32.74% from 449); Blue value is 118 (46.48% from 255 or 26.28% from 449); Max value from RGB is 184 - color contains mainly: red. Hex color #B89376 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B89376 is #476C89. Grayscale: #9A9A9A. Windows color (decimal): -4680842 or 7771064. OLE color: 7771064.
HSL color Cylindrical-coordinate representation of color #B89376: hue angle of 26.36º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B89376 is Cyan = 0, Magento = 0.20, Yellow = 0.36 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 147 | 118 | - |
| CMYK | 0 | 0.20 | 0.36 | 0.28 |
| HSL | 26.36º | 0.32% | 0.59% | - |
| HSV(B) | 26.36º | 0.36% | 0.72% | - |
| XYZ | 33.47 | 32.37 | 21.62 | - |
| YUV | 154.76 | 107.26 | 148.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 147 | 118 | 0 | 0.20 | 0.36 | 0.28 | 26.36 | 0.32 | 0.59 |
| Hex | B8 | 93 | 76 | 0 | 14 | 24 | 1C | 1A | 20 | 3B |
| Octal | 270 | 223 | 166 | 0 | 24 | 44 | 34 | 32 | 40 | 73 |
| Binary | 10111000 | 10010011 | 1110110 | 0 | 10100 | 100100 | 11100 | 11010 | 100000 | 111011 |
Color Harmonies of #B89376
Complementary color
Monochromatic Colors of #B89376
Black with #B89376
Text Example
Text Example
White with #B89376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89376; }
p { color: rgb(184,147,118); }
H1.HeaderClassName
{
color: #B89376;
}
.AnyTagClassName
{
color: #B89376;
}
</style>
background-color css
<style>
a { background-color: #B89376; }
a { background-color: rgb(184,147,118); }
div.DivClassName
{
background-color: #B89376;
}
.BgClassName
{
background-color: #B89376;
}
</style>
border-color css
<style>
span { border-color: #B89376; }
span { border-color: rgb(184,147,118); }
td.TdClassName
{
border-color: #B89376;
}
.TagClassName
{
border-color: #B89376;
}
</style>