Shades of Pale Taupe #B7A086
Tints of Pale Taupe #B7A086
RGB
CMYK
RGB Variations
Color information
#B7A086 (or 0xB7A086) is known color: Pale Taupe. HEX triplet: B7, A0 and 86. RGB value is (183,160,134). Sum of RGB (Red+Green+Blue) = 183+160+134=477 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.36% from 477); Green value is 160 (62.89% from 255 or 33.54% from 477); Blue value is 134 (52.73% from 255 or 28.09% from 477); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A086 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7A086 is #485F79. Grayscale: #A4A4A4. Windows color (decimal): -4743034 or 8822967. OLE color: 8822967.
HSL color Cylindrical-coordinate representation of color #B7A086: hue angle of 31.84º degrees, saturation: 0.25, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B7A086 is Cyan = 0, Magento = 0.13, Yellow = 0.27 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 160 | 134 | - |
| CMYK | 0 | 0.13 | 0.27 | 0.28 |
| HSL | 31.84º | 0.25% | 0.62% | - |
| HSV(B) | 31.84º | 0.27% | 0.72% | - |
| XYZ | 36.4 | 36.93 | 27.76 | - |
| YUV | 163.91 | 111.12 | 141.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 160 | 134 | 0 | 0.13 | 0.27 | 0.28 | 31.84 | 0.25 | 0.62 |
| Hex | B7 | A0 | 86 | 0 | D | 1B | 1C | 20 | 19 | 3E |
| Octal | 267 | 240 | 206 | 0 | 15 | 33 | 34 | 40 | 31 | 76 |
| Binary | 10110111 | 10100000 | 10000110 | 0 | 1101 | 11011 | 11100 | 100000 | 11001 | 111110 |
Color Harmonies of #B7A086
Complementary color
Monochromatic Colors of #B7A086
Black with #B7A086
Text Example
Text Example
White with #B7A086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A086; }
p { color: rgb(183,160,134); }
H1.HeaderClassName
{
color: #B7A086;
}
.AnyTagClassName
{
color: #B7A086;
}
</style>
background-color css
<style>
a { background-color: #B7A086; }
a { background-color: rgb(183,160,134); }
div.DivClassName
{
background-color: #B7A086;
}
.BgClassName
{
background-color: #B7A086;
}
</style>
border-color css
<style>
span { border-color: #B7A086; }
span { border-color: rgb(183,160,134); }
td.TdClassName
{
border-color: #B7A086;
}
.TagClassName
{
border-color: #B7A086;
}
</style>