Shades of Pale Taupe #B79D81
Tints of Pale Taupe #B79D81
RGB
CMYK
RGB Variations
Color information
#B79D81 (or 0xB79D81) is known color: Pale Taupe. HEX triplet: B7, 9D and 81. RGB value is (183,157,129). Sum of RGB (Red+Green+Blue) = 183+157+129=469 (62% of max value = 765). Red value is 183 (71.88% from 255 or 39.02% from 469); Green value is 157 (61.72% from 255 or 33.48% from 469); Blue value is 129 (50.78% from 255 or 27.51% from 469); Max value from RGB is 183 - color contains mainly: red. Hex color #B79D81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B79D81 is #48627E. Grayscale: #A1A1A1. Windows color (decimal): -4743807 or 8494519. OLE color: 8494519.
HSL color Cylindrical-coordinate representation of color #B79D81: hue angle of 31.11º degrees, saturation: 0.27, 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 #B79D81 is Cyan = 0, Magento = 0.14, Yellow = 0.30 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 157 | 129 | - |
| CMYK | 0 | 0.14 | 0.30 | 0.28 |
| HSL | 31.11º | 0.27% | 0.61% | - |
| HSV(B) | 31.11º | 0.3% | 0.72% | - |
| XYZ | 35.55 | 35.77 | 25.8 | - |
| YUV | 161.58 | 109.61 | 143.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 157 | 129 | 0 | 0.14 | 0.30 | 0.28 | 31.11 | 0.27 | 0.61 |
| Hex | B7 | 9D | 81 | 0 | E | 1E | 1C | 1F | 1B | 3D |
| Octal | 267 | 235 | 201 | 0 | 16 | 36 | 34 | 37 | 33 | 75 |
| Binary | 10110111 | 10011101 | 10000001 | 0 | 1110 | 11110 | 11100 | 11111 | 11011 | 111101 |
Color Harmonies of #B79D81
Complementary color
Monochromatic Colors of #B79D81
Black with #B79D81
Text Example
Text Example
White with #B79D81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B79D81; }
p { color: rgb(183,157,129); }
H1.HeaderClassName
{
color: #B79D81;
}
.AnyTagClassName
{
color: #B79D81;
}
</style>
background-color css
<style>
a { background-color: #B79D81; }
a { background-color: rgb(183,157,129); }
div.DivClassName
{
background-color: #B79D81;
}
.BgClassName
{
background-color: #B79D81;
}
</style>
border-color css
<style>
span { border-color: #B79D81; }
span { border-color: rgb(183,157,129); }
td.TdClassName
{
border-color: #B79D81;
}
.TagClassName
{
border-color: #B79D81;
}
</style>