Shades of Pale Taupe #B79B85
Tints of Pale Taupe #B79B85
RGB
CMYK
RGB Variations
Color information
#B79B85 (or 0xB79B85) is known color: Pale Taupe. HEX triplet: B7, 9B and 85. RGB value is (183,155,133). Sum of RGB (Red+Green+Blue) = 183+155+133=471 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.85% from 471); Green value is 155 (60.94% from 255 or 32.91% from 471); Blue value is 133 (52.34% from 255 or 28.24% from 471); Max value from RGB is 183 - color contains mainly: red. Hex color #B79B85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B79B85 is #48647A. Grayscale: #A0A0A0. Windows color (decimal): -4744315 or 8756151. OLE color: 8756151.
HSL color Cylindrical-coordinate representation of color #B79B85: hue angle of 26.4º 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 #B79B85 is Cyan = 0, Magento = 0.15, Yellow = 0.27 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 155 | 133 | - |
| CMYK | 0 | 0.15 | 0.27 | 0.28 |
| HSL | 26.4º | 0.26% | 0.62% | - |
| HSV(B) | 26.4º | 0.27% | 0.72% | - |
| XYZ | 35.48 | 35.2 | 27.12 | - |
| YUV | 160.86 | 112.28 | 143.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 155 | 133 | 0 | 0.15 | 0.27 | 0.28 | 26.4 | 0.26 | 0.62 |
| Hex | B7 | 9B | 85 | 0 | F | 1B | 1C | 1A | 1A | 3E |
| Octal | 267 | 233 | 205 | 0 | 17 | 33 | 34 | 32 | 32 | 76 |
| Binary | 10110111 | 10011011 | 10000101 | 0 | 1111 | 11011 | 11100 | 11010 | 11010 | 111110 |
Color Harmonies of #B79B85
Complementary color
Monochromatic Colors of #B79B85
Black with #B79B85
Text Example
Text Example
White with #B79B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B79B85; }
p { color: rgb(183,155,133); }
H1.HeaderClassName
{
color: #B79B85;
}
.AnyTagClassName
{
color: #B79B85;
}
</style>
background-color css
<style>
a { background-color: #B79B85; }
a { background-color: rgb(183,155,133); }
div.DivClassName
{
background-color: #B79B85;
}
.BgClassName
{
background-color: #B79B85;
}
</style>
border-color css
<style>
span { border-color: #B79B85; }
span { border-color: rgb(183,155,133); }
td.TdClassName
{
border-color: #B79B85;
}
.TagClassName
{
border-color: #B79B85;
}
</style>