Shades of Tapestry #B76F80
Tints of Tapestry #B76F80
RGB
CMYK
RGB Variations
Color information
#B76F80 (or 0xB76F80) is known color: Tapestry. HEX triplet: B7, 6F and 80. RGB value is (183,111,128). Sum of RGB (Red+Green+Blue) = 183+111+128=422 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.36% from 422); Green value is 111 (43.75% from 255 or 26.30% from 422); Blue value is 128 (50.39% from 255 or 30.33% from 422); Max value from RGB is 183 - color contains mainly: red. Hex color #B76F80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B76F80 is #48907F. Grayscale: #868686. Windows color (decimal): -4755584 or 8417207. OLE color: 8417207.
HSL color Cylindrical-coordinate representation of color #B76F80: hue angle of 345.83º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B76F80 is Cyan = 0, Magento = 0.39, Yellow = 0.30 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 111 | 128 | - |
| CMYK | 0 | 0.39 | 0.30 | 0.28 |
| HSL | 345.83º | 0.33% | 0.58% | - |
| HSV(B) | 345.83º | 0.39% | 0.72% | - |
| XYZ | 29.11 | 22.99 | 23.33 | - |
| YUV | 134.47 | 124.35 | 162.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 111 | 128 | 0 | 0.39 | 0.30 | 0.28 | 345.83 | 0.33 | 0.58 |
| Hex | B7 | 6F | 80 | 0 | 27 | 1E | 1C | 15A | 21 | 3A |
| Octal | 267 | 157 | 200 | 0 | 47 | 36 | 34 | 532 | 41 | 72 |
| Binary | 10110111 | 1101111 | 10000000 | 0 | 100111 | 11110 | 11100 | 101011010 | 100001 | 111010 |
Color Harmonies of #B76F80
Complementary color
Monochromatic Colors of #B76F80
Black with #B76F80
Text Example
Text Example
White with #B76F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76F80; }
p { color: rgb(183,111,128); }
H1.HeaderClassName
{
color: #B76F80;
}
.AnyTagClassName
{
color: #B76F80;
}
</style>
background-color css
<style>
a { background-color: #B76F80; }
a { background-color: rgb(183,111,128); }
div.DivClassName
{
background-color: #B76F80;
}
.BgClassName
{
background-color: #B76F80;
}
</style>
border-color css
<style>
span { border-color: #B76F80; }
span { border-color: rgb(183,111,128); }
td.TdClassName
{
border-color: #B76F80;
}
.TagClassName
{
border-color: #B76F80;
}
</style>