Shades of Pale Taupe #B79C85
Tints of Pale Taupe #B79C85
RGB
CMYK
RGB Variations
Color information
#B79C85 (or 0xB79C85) is known color: Pale Taupe. HEX triplet: B7, 9C and 85. RGB value is (183,156,133). Sum of RGB (Red+Green+Blue) = 183+156+133=472 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.77% from 472); Green value is 156 (61.33% from 255 or 33.05% from 472); Blue value is 133 (52.34% from 255 or 28.18% from 472); Max value from RGB is 183 - color contains mainly: red. Hex color #B79C85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B79C85 is #48637A. Grayscale: #A1A1A1. Windows color (decimal): -4744059 or 8756407. OLE color: 8756407.
HSL color Cylindrical-coordinate representation of color #B79C85: hue angle of 27.6º degrees, saturation: 0.26, 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 #B79C85 is Cyan = 0, Magento = 0.15, Yellow = 0.27 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 156 | 133 | - |
| CMYK | 0 | 0.15 | 0.27 | 0.28 |
| HSL | 27.6º | 0.26% | 0.62% | - |
| HSV(B) | 27.6º | 0.27% | 0.72% | - |
| XYZ | 35.65 | 35.54 | 27.17 | - |
| YUV | 161.45 | 111.95 | 143.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 156 | 133 | 0 | 0.15 | 0.27 | 0.28 | 27.6 | 0.26 | 0.62 |
| Hex | B7 | 9C | 85 | 0 | F | 1B | 1C | 1C | 1A | 3E |
| Octal | 267 | 234 | 205 | 0 | 17 | 33 | 34 | 34 | 32 | 76 |
| Binary | 10110111 | 10011100 | 10000101 | 0 | 1111 | 11011 | 11100 | 11100 | 11010 | 111110 |
Color Harmonies of #B79C85
Complementary color
Monochromatic Colors of #B79C85
Black with #B79C85
Text Example
Text Example
White with #B79C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B79C85; }
p { color: rgb(183,156,133); }
H1.HeaderClassName
{
color: #B79C85;
}
.AnyTagClassName
{
color: #B79C85;
}
</style>
background-color css
<style>
a { background-color: #B79C85; }
a { background-color: rgb(183,156,133); }
div.DivClassName
{
background-color: #B79C85;
}
.BgClassName
{
background-color: #B79C85;
}
</style>
border-color css
<style>
span { border-color: #B79C85; }
span { border-color: rgb(183,156,133); }
td.TdClassName
{
border-color: #B79C85;
}
.TagClassName
{
border-color: #B79C85;
}
</style>