Shades of Tapestry #B7808C
Tints of Tapestry #B7808C
RGB
CMYK
RGB Variations
Color information
#B7808C (or 0xB7808C) is known color: Tapestry. HEX triplet: B7, 80 and 8C. RGB value is (183,128,140). Sum of RGB (Red+Green+Blue) = 183+128+140=451 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.58% from 451); Green value is 128 (50.39% from 255 or 28.38% from 451); Blue value is 140 (55.08% from 255 or 31.04% from 451); Max value from RGB is 183 - color contains mainly: red. Hex color #B7808C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7808C is #487F73. Grayscale: #919191. Windows color (decimal): -4751220 or 9207991. OLE color: 9207991.
HSL color Cylindrical-coordinate representation of color #B7808C: hue angle of 346.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 #B7808C is Cyan = 0, Magento = 0.30, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 128 | 140 | - |
| CMYK | 0 | 0.30 | 0.23 | 0.28 |
| HSL | 346.91º | 0.28% | 0.61% | - |
| HSV(B) | 346.91º | 0.3% | 0.72% | - |
| XYZ | 31.98 | 27.4 | 28.41 | - |
| YUV | 145.81 | 124.72 | 154.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 128 | 140 | 0 | 0.30 | 0.23 | 0.28 | 346.91 | 0.28 | 0.61 |
| Hex | B7 | 80 | 8C | 0 | 1E | 17 | 1C | 15B | 1C | 3D |
| Octal | 267 | 200 | 214 | 0 | 36 | 27 | 34 | 533 | 34 | 75 |
| Binary | 10110111 | 10000000 | 10001100 | 0 | 11110 | 10111 | 11100 | 101011011 | 11100 | 111101 |
Color Harmonies of #B7808C
Complementary color
Monochromatic Colors of #B7808C
Black with #B7808C
Text Example
Text Example
White with #B7808C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7808C; }
p { color: rgb(183,128,140); }
H1.HeaderClassName
{
color: #B7808C;
}
.AnyTagClassName
{
color: #B7808C;
}
</style>
background-color css
<style>
a { background-color: #B7808C; }
a { background-color: rgb(183,128,140); }
div.DivClassName
{
background-color: #B7808C;
}
.BgClassName
{
background-color: #B7808C;
}
</style>
border-color css
<style>
span { border-color: #B7808C; }
span { border-color: rgb(183,128,140); }
td.TdClassName
{
border-color: #B7808C;
}
.TagClassName
{
border-color: #B7808C;
}
</style>