Shades of Pale Taupe #B89976
Tints of Pale Taupe #B89976
RGB
CMYK
RGB Variations
Color information
#B89976 (or 0xB89976) is known color: Pale Taupe. HEX triplet: B8, 99 and 76. RGB value is (184,153,118). Sum of RGB (Red+Green+Blue) = 184+153+118=455 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.44% from 455); Green value is 153 (60.16% from 255 or 33.63% from 455); Blue value is 118 (46.48% from 255 or 25.93% from 455); Max value from RGB is 184 - color contains mainly: red. Hex color #B89976 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B89976 is #476689. Grayscale: #9E9E9E. Windows color (decimal): -4679306 or 7772600. OLE color: 7772600.
HSL color Cylindrical-coordinate representation of color #B89976: hue angle of 31.82º 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 #B89976 is Cyan = 0, Magento = 0.17, Yellow = 0.36 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 153 | 118 | - |
| CMYK | 0 | 0.17 | 0.36 | 0.28 |
| HSL | 31.82º | 0.32% | 0.59% | - |
| HSV(B) | 31.82º | 0.36% | 0.72% | - |
| XYZ | 34.43 | 34.28 | 21.94 | - |
| YUV | 158.28 | 105.27 | 146.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 153 | 118 | 0 | 0.17 | 0.36 | 0.28 | 31.82 | 0.32 | 0.59 |
| Hex | B8 | 99 | 76 | 0 | 11 | 24 | 1C | 20 | 20 | 3B |
| Octal | 270 | 231 | 166 | 0 | 21 | 44 | 34 | 40 | 40 | 73 |
| Binary | 10111000 | 10011001 | 1110110 | 0 | 10001 | 100100 | 11100 | 100000 | 100000 | 111011 |
Color Harmonies of #B89976
Complementary color
Monochromatic Colors of #B89976
Black with #B89976
Text Example
Text Example
White with #B89976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89976; }
p { color: rgb(184,153,118); }
H1.HeaderClassName
{
color: #B89976;
}
.AnyTagClassName
{
color: #B89976;
}
</style>
background-color css
<style>
a { background-color: #B89976; }
a { background-color: rgb(184,153,118); }
div.DivClassName
{
background-color: #B89976;
}
.BgClassName
{
background-color: #B89976;
}
</style>
border-color css
<style>
span { border-color: #B89976; }
span { border-color: rgb(184,153,118); }
td.TdClassName
{
border-color: #B89976;
}
.TagClassName
{
border-color: #B89976;
}
</style>