Shades of Pale Taupe #B7A080
Tints of Pale Taupe #B7A080
RGB
CMYK
RGB Variations
Color information
#B7A080 (or 0xB7A080) is known color: Pale Taupe. HEX triplet: B7, A0 and 80. RGB value is (183,160,128). Sum of RGB (Red+Green+Blue) = 183+160+128=471 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.85% from 471); Green value is 160 (62.89% from 255 or 33.97% from 471); Blue value is 128 (50.39% from 255 or 27.18% from 471); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A080 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7A080 is #485F7F. Grayscale: #A3A3A3. Windows color (decimal): -4743040 or 8429751. OLE color: 8429751.
HSL color Cylindrical-coordinate representation of color #B7A080: hue angle of 34.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 #B7A080 is Cyan = 0, Magento = 0.13, Yellow = 0.30 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 160 | 128 | - |
| CMYK | 0 | 0.13 | 0.30 | 0.28 |
| HSL | 34.91º | 0.28% | 0.61% | - |
| HSV(B) | 34.91º | 0.3% | 0.72% | - |
| XYZ | 36 | 36.77 | 25.62 | - |
| YUV | 163.23 | 108.12 | 142.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 160 | 128 | 0 | 0.13 | 0.30 | 0.28 | 34.91 | 0.28 | 0.61 |
| Hex | B7 | A0 | 80 | 0 | D | 1E | 1C | 23 | 1C | 3D |
| Octal | 267 | 240 | 200 | 0 | 15 | 36 | 34 | 43 | 34 | 75 |
| Binary | 10110111 | 10100000 | 10000000 | 0 | 1101 | 11110 | 11100 | 100011 | 11100 | 111101 |
Color Harmonies of #B7A080
Complementary color
Monochromatic Colors of #B7A080
Black with #B7A080
Text Example
Text Example
White with #B7A080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A080; }
p { color: rgb(183,160,128); }
H1.HeaderClassName
{
color: #B7A080;
}
.AnyTagClassName
{
color: #B7A080;
}
</style>
background-color css
<style>
a { background-color: #B7A080; }
a { background-color: rgb(183,160,128); }
div.DivClassName
{
background-color: #B7A080;
}
.BgClassName
{
background-color: #B7A080;
}
</style>
border-color css
<style>
span { border-color: #B7A080; }
span { border-color: rgb(183,160,128); }
td.TdClassName
{
border-color: #B7A080;
}
.TagClassName
{
border-color: #B7A080;
}
</style>