Shades of Pale Taupe #B79D82
Tints of Pale Taupe #B79D82
RGB
CMYK
RGB Variations
Color information
#B79D82 (or 0xB79D82) is known color: Pale Taupe. HEX triplet: B7, 9D and 82. RGB value is (183,157,130). Sum of RGB (Red+Green+Blue) = 183+157+130=470 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.94% from 470); Green value is 157 (61.72% from 255 or 33.40% from 470); Blue value is 130 (51.17% from 255 or 27.66% from 470); Max value from RGB is 183 - color contains mainly: red. Hex color #B79D82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B79D82 is #48627D. Grayscale: #A1A1A1. Windows color (decimal): -4743806 or 8560055. OLE color: 8560055.
HSL color Cylindrical-coordinate representation of color #B79D82: hue angle of 30.57º degrees, saturation: 0.27, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B79D82 is Cyan = 0, Magento = 0.14, Yellow = 0.29 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 157 | 130 | - |
| CMYK | 0 | 0.14 | 0.29 | 0.28 |
| HSL | 30.57º | 0.27% | 0.61% | - |
| HSV(B) | 30.57º | 0.29% | 0.72% | - |
| XYZ | 35.61 | 35.79 | 26.15 | - |
| YUV | 161.7 | 110.11 | 143.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 157 | 130 | 0 | 0.14 | 0.29 | 0.28 | 30.57 | 0.27 | 0.61 |
| Hex | B7 | 9D | 82 | 0 | E | 1D | 1C | 1F | 1B | 3D |
| Octal | 267 | 235 | 202 | 0 | 16 | 35 | 34 | 37 | 33 | 75 |
| Binary | 10110111 | 10011101 | 10000010 | 0 | 1110 | 11101 | 11100 | 11111 | 11011 | 111101 |
Color Harmonies of #B79D82
Complementary color
Monochromatic Colors of #B79D82
Black with #B79D82
Text Example
Text Example
White with #B79D82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B79D82; }
p { color: rgb(183,157,130); }
H1.HeaderClassName
{
color: #B79D82;
}
.AnyTagClassName
{
color: #B79D82;
}
</style>
background-color css
<style>
a { background-color: #B79D82; }
a { background-color: rgb(183,157,130); }
div.DivClassName
{
background-color: #B79D82;
}
.BgClassName
{
background-color: #B79D82;
}
</style>
border-color css
<style>
span { border-color: #B79D82; }
span { border-color: rgb(183,157,130); }
td.TdClassName
{
border-color: #B79D82;
}
.TagClassName
{
border-color: #B79D82;
}
</style>