Shades of Pale Taupe #B79281
Tints of Pale Taupe #B79281
RGB
CMYK
RGB Variations
Color information
#B79281 (or 0xB79281) is known color: Pale Taupe. HEX triplet: B7, 92 and 81. RGB value is (183,146,129). Sum of RGB (Red+Green+Blue) = 183+146+129=458 (60% of max value = 765). Red value is 183 (71.88% from 255 or 39.96% from 458); Green value is 146 (57.42% from 255 or 31.88% from 458); Blue value is 129 (50.78% from 255 or 28.17% from 458); Max value from RGB is 183 - color contains mainly: red. Hex color #B79281 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B79281 is #486D7E. Grayscale: #9B9B9B. Windows color (decimal): -4746623 or 8491703. OLE color: 8491703.
HSL color Cylindrical-coordinate representation of color #B79281: hue angle of 18.89º 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 #B79281 is Cyan = 0, Magento = 0.20, Yellow = 0.30 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 146 | 129 | - |
| CMYK | 0 | 0.20 | 0.30 | 0.28 |
| HSL | 18.89º | 0.27% | 0.61% | - |
| HSV(B) | 18.89º | 0.3% | 0.72% | - |
| XYZ | 33.77 | 32.21 | 25.21 | - |
| YUV | 155.13 | 113.26 | 147.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 146 | 129 | 0 | 0.20 | 0.30 | 0.28 | 18.89 | 0.27 | 0.61 |
| Hex | B7 | 92 | 81 | 0 | 14 | 1E | 1C | 13 | 1B | 3D |
| Octal | 267 | 222 | 201 | 0 | 24 | 36 | 34 | 23 | 33 | 75 |
| Binary | 10110111 | 10010010 | 10000001 | 0 | 10100 | 11110 | 11100 | 10011 | 11011 | 111101 |
Color Harmonies of #B79281
Complementary color
Monochromatic Colors of #B79281
Black with #B79281
Text Example
Text Example
White with #B79281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B79281; }
p { color: rgb(183,146,129); }
H1.HeaderClassName
{
color: #B79281;
}
.AnyTagClassName
{
color: #B79281;
}
</style>
background-color css
<style>
a { background-color: #B79281; }
a { background-color: rgb(183,146,129); }
div.DivClassName
{
background-color: #B79281;
}
.BgClassName
{
background-color: #B79281;
}
</style>
border-color css
<style>
span { border-color: #B79281; }
span { border-color: rgb(183,146,129); }
td.TdClassName
{
border-color: #B79281;
}
.TagClassName
{
border-color: #B79281;
}
</style>