Shades of Pale Taupe #B79B87
Tints of Pale Taupe #B79B87
RGB
CMYK
RGB Variations
Color information
#B79B87 (or 0xB79B87) is known color: Pale Taupe. HEX triplet: B7, 9B and 87. RGB value is (183,155,135). Sum of RGB (Red+Green+Blue) = 183+155+135=473 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.69% from 473); Green value is 155 (60.94% from 255 or 32.77% from 473); Blue value is 135 (53.12% from 255 or 28.54% from 473); Max value from RGB is 183 - color contains mainly: red. Hex color #B79B87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B79B87 is #486478. Grayscale: #A1A1A1. Windows color (decimal): -4744313 or 8887223. OLE color: 8887223.
HSL color Cylindrical-coordinate representation of color #B79B87: hue angle of 25º degrees, saturation: 0.25, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B79B87 is Cyan = 0, Magento = 0.15, Yellow = 0.26 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 155 | 135 | - |
| CMYK | 0 | 0.15 | 0.26 | 0.28 |
| HSL | 25º | 0.25% | 0.62% | - |
| HSV(B) | 25º | 0.26% | 0.72% | - |
| XYZ | 35.62 | 35.26 | 27.85 | - |
| YUV | 161.09 | 113.28 | 143.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 155 | 135 | 0 | 0.15 | 0.26 | 0.28 | 25 | 0.25 | 0.62 |
| Hex | B7 | 9B | 87 | 0 | F | 1A | 1C | 19 | 19 | 3E |
| Octal | 267 | 233 | 207 | 0 | 17 | 32 | 34 | 31 | 31 | 76 |
| Binary | 10110111 | 10011011 | 10000111 | 0 | 1111 | 11010 | 11100 | 11001 | 11001 | 111110 |
Color Harmonies of #B79B87
Complementary color
Monochromatic Colors of #B79B87
Black with #B79B87
Text Example
Text Example
White with #B79B87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B79B87; }
p { color: rgb(183,155,135); }
H1.HeaderClassName
{
color: #B79B87;
}
.AnyTagClassName
{
color: #B79B87;
}
</style>
background-color css
<style>
a { background-color: #B79B87; }
a { background-color: rgb(183,155,135); }
div.DivClassName
{
background-color: #B79B87;
}
.BgClassName
{
background-color: #B79B87;
}
</style>
border-color css
<style>
span { border-color: #B79B87; }
span { border-color: rgb(183,155,135); }
td.TdClassName
{
border-color: #B79B87;
}
.TagClassName
{
border-color: #B79B87;
}
</style>