Shades of Pale Taupe #B79886
Tints of Pale Taupe #B79886
RGB
CMYK
RGB Variations
Color information
#B79886 (or 0xB79886) is known color: Pale Taupe. HEX triplet: B7, 98 and 86. RGB value is (183,152,134). Sum of RGB (Red+Green+Blue) = 183+152+134=469 (62% of max value = 765). Red value is 183 (71.88% from 255 or 39.02% from 469); Green value is 152 (59.77% from 255 or 32.41% from 469); Blue value is 134 (52.73% from 255 or 28.57% from 469); Max value from RGB is 183 - color contains mainly: red. Hex color #B79886 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B79886 is #486779. Grayscale: #9F9F9F. Windows color (decimal): -4745082 or 8820919. OLE color: 8820919.
HSL color Cylindrical-coordinate representation of color #B79886: hue angle of 22.04º degrees, saturation: 0.25, 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 #B79886 is Cyan = 0, Magento = 0.17, Yellow = 0.27 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 152 | 134 | - |
| CMYK | 0 | 0.17 | 0.27 | 0.28 |
| HSL | 22.04º | 0.25% | 0.62% | - |
| HSV(B) | 22.04º | 0.27% | 0.72% | - |
| XYZ | 35.06 | 34.24 | 27.32 | - |
| YUV | 159.22 | 113.77 | 144.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 152 | 134 | 0 | 0.17 | 0.27 | 0.28 | 22.04 | 0.25 | 0.62 |
| Hex | B7 | 98 | 86 | 0 | 11 | 1B | 1C | 16 | 19 | 3E |
| Octal | 267 | 230 | 206 | 0 | 21 | 33 | 34 | 26 | 31 | 76 |
| Binary | 10110111 | 10011000 | 10000110 | 0 | 10001 | 11011 | 11100 | 10110 | 11001 | 111110 |
Color Harmonies of #B79886
Complementary color
Monochromatic Colors of #B79886
Black with #B79886
Text Example
Text Example
White with #B79886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B79886; }
p { color: rgb(183,152,134); }
H1.HeaderClassName
{
color: #B79886;
}
.AnyTagClassName
{
color: #B79886;
}
</style>
background-color css
<style>
a { background-color: #B79886; }
a { background-color: rgb(183,152,134); }
div.DivClassName
{
background-color: #B79886;
}
.BgClassName
{
background-color: #B79886;
}
</style>
border-color css
<style>
span { border-color: #B79886; }
span { border-color: rgb(183,152,134); }
td.TdClassName
{
border-color: #B79886;
}
.TagClassName
{
border-color: #B79886;
}
</style>