Shades of Pale Taupe #B79580
Tints of Pale Taupe #B79580
RGB
CMYK
RGB Variations
Color information
#B79580 (or 0xB79580) is known color: Pale Taupe. HEX triplet: B7, 95 and 80. RGB value is (183,149,128). Sum of RGB (Red+Green+Blue) = 183+149+128=460 (60% of max value = 765). Red value is 183 (71.88% from 255 or 39.78% from 460); Green value is 149 (58.59% from 255 or 32.39% from 460); Blue value is 128 (50.39% from 255 or 27.83% from 460); Max value from RGB is 183 - color contains mainly: red. Hex color #B79580 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B79580 is #486A7F. Grayscale: #9C9C9C. Windows color (decimal): -4745856 or 8426935. OLE color: 8426935.
HSL color Cylindrical-coordinate representation of color #B79580: hue angle of 22.91º degrees, saturation: 0.28, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B79580 is Cyan = 0, Magento = 0.19, Yellow = 0.30 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 149 | 128 | - |
| CMYK | 0 | 0.19 | 0.30 | 0.28 |
| HSL | 22.91º | 0.28% | 0.61% | - |
| HSV(B) | 22.91º | 0.3% | 0.72% | - |
| XYZ | 34.17 | 33.12 | 25.01 | - |
| YUV | 156.77 | 111.76 | 146.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 149 | 128 | 0 | 0.19 | 0.30 | 0.28 | 22.91 | 0.28 | 0.61 |
| Hex | B7 | 95 | 80 | 0 | 13 | 1E | 1C | 17 | 1C | 3D |
| Octal | 267 | 225 | 200 | 0 | 23 | 36 | 34 | 27 | 34 | 75 |
| Binary | 10110111 | 10010101 | 10000000 | 0 | 10011 | 11110 | 11100 | 10111 | 11100 | 111101 |
Color Harmonies of #B79580
Complementary color
Monochromatic Colors of #B79580
Black with #B79580
Text Example
Text Example
White with #B79580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B79580; }
p { color: rgb(183,149,128); }
H1.HeaderClassName
{
color: #B79580;
}
.AnyTagClassName
{
color: #B79580;
}
</style>
background-color css
<style>
a { background-color: #B79580; }
a { background-color: rgb(183,149,128); }
div.DivClassName
{
background-color: #B79580;
}
.BgClassName
{
background-color: #B79580;
}
</style>
border-color css
<style>
span { border-color: #B79580; }
span { border-color: rgb(183,149,128); }
td.TdClassName
{
border-color: #B79580;
}
.TagClassName
{
border-color: #B79580;
}
</style>