Shades of Pale Taupe #B79B86
Tints of Pale Taupe #B79B86
RGB
CMYK
RGB Variations
Color information
#B79B86 (or 0xB79B86) is known color: Pale Taupe. HEX triplet: B7, 9B and 86. RGB value is (183,155,134). Sum of RGB (Red+Green+Blue) = 183+155+134=472 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.77% from 472); Green value is 155 (60.94% from 255 or 32.84% from 472); Blue value is 134 (52.73% from 255 or 28.39% from 472); Max value from RGB is 183 - color contains mainly: red. Hex color #B79B86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B79B86 is #486479. Grayscale: #A1A1A1. Windows color (decimal): -4744314 or 8821687. OLE color: 8821687.
HSL color Cylindrical-coordinate representation of color #B79B86: hue angle of 25.71º 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 #B79B86 is Cyan = 0, Magento = 0.15, Yellow = 0.27 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 155 | 134 | - |
| CMYK | 0 | 0.15 | 0.27 | 0.28 |
| HSL | 25.71º | 0.25% | 0.62% | - |
| HSV(B) | 25.71º | 0.27% | 0.72% | - |
| XYZ | 35.55 | 35.23 | 27.48 | - |
| YUV | 160.98 | 112.78 | 143.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 155 | 134 | 0 | 0.15 | 0.27 | 0.28 | 25.71 | 0.25 | 0.62 |
| Hex | B7 | 9B | 86 | 0 | F | 1B | 1C | 1A | 19 | 3E |
| Octal | 267 | 233 | 206 | 0 | 17 | 33 | 34 | 32 | 31 | 76 |
| Binary | 10110111 | 10011011 | 10000110 | 0 | 1111 | 11011 | 11100 | 11010 | 11001 | 111110 |
Color Harmonies of #B79B86
Complementary color
Monochromatic Colors of #B79B86
Black with #B79B86
Text Example
Text Example
White with #B79B86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B79B86; }
p { color: rgb(183,155,134); }
H1.HeaderClassName
{
color: #B79B86;
}
.AnyTagClassName
{
color: #B79B86;
}
</style>
background-color css
<style>
a { background-color: #B79B86; }
a { background-color: rgb(183,155,134); }
div.DivClassName
{
background-color: #B79B86;
}
.BgClassName
{
background-color: #B79B86;
}
</style>
border-color css
<style>
span { border-color: #B79B86; }
span { border-color: rgb(183,155,134); }
td.TdClassName
{
border-color: #B79B86;
}
.TagClassName
{
border-color: #B79B86;
}
</style>