Shades of Pale Taupe #B89276
Tints of Pale Taupe #B89276
RGB
CMYK
RGB Variations
Color information
#B89276 (or 0xB89276) is known color: Pale Taupe. HEX triplet: B8, 92 and 76. RGB value is (184,146,118). Sum of RGB (Red+Green+Blue) = 184+146+118=448 (59% of max value = 765). Red value is 184 (72.27% from 255 or 41.07% from 448); Green value is 146 (57.42% from 255 or 32.59% from 448); Blue value is 118 (46.48% from 255 or 26.34% from 448); Max value from RGB is 184 - color contains mainly: red. Hex color #B89276 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B89276 is #476D89. Grayscale: #9A9A9A. Windows color (decimal): -4681098 or 7770808. OLE color: 7770808.
HSL color Cylindrical-coordinate representation of color #B89276: hue angle of 25.45º 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 #B89276 is Cyan = 0, Magento = 0.21, Yellow = 0.36 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 146 | 118 | - |
| CMYK | 0 | 0.21 | 0.36 | 0.28 |
| HSL | 25.45º | 0.32% | 0.59% | - |
| HSV(B) | 25.45º | 0.36% | 0.72% | - |
| XYZ | 33.32 | 32.06 | 21.57 | - |
| YUV | 154.17 | 107.59 | 149.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 146 | 118 | 0 | 0.21 | 0.36 | 0.28 | 25.45 | 0.32 | 0.59 |
| Hex | B8 | 92 | 76 | 0 | 15 | 24 | 1C | 19 | 20 | 3B |
| Octal | 270 | 222 | 166 | 0 | 25 | 44 | 34 | 31 | 40 | 73 |
| Binary | 10111000 | 10010010 | 1110110 | 0 | 10101 | 100100 | 11100 | 11001 | 100000 | 111011 |
Color Harmonies of #B89276
Complementary color
Monochromatic Colors of #B89276
Black with #B89276
Text Example
Text Example
White with #B89276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89276; }
p { color: rgb(184,146,118); }
H1.HeaderClassName
{
color: #B89276;
}
.AnyTagClassName
{
color: #B89276;
}
</style>
background-color css
<style>
a { background-color: #B89276; }
a { background-color: rgb(184,146,118); }
div.DivClassName
{
background-color: #B89276;
}
.BgClassName
{
background-color: #B89276;
}
</style>
border-color css
<style>
span { border-color: #B89276; }
span { border-color: rgb(184,146,118); }
td.TdClassName
{
border-color: #B89276;
}
.TagClassName
{
border-color: #B89276;
}
</style>