Shades of Tapestry #B7808B
Tints of Tapestry #B7808B
RGB
CMYK
RGB Variations
Color information
#B7808B (or 0xB7808B) is known color: Tapestry. HEX triplet: B7, 80 and 8B. RGB value is (183,128,139). Sum of RGB (Red+Green+Blue) = 183+128+139=450 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.67% from 450); Green value is 128 (50.39% from 255 or 28.44% from 450); Blue value is 139 (54.69% from 255 or 30.89% from 450); Max value from RGB is 183 - color contains mainly: red. Hex color #B7808B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7808B is #487F74. Grayscale: #919191. Windows color (decimal): -4751221 or 9142455. OLE color: 9142455.
HSL color Cylindrical-coordinate representation of color #B7808B: hue angle of 348º 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 #B7808B is Cyan = 0, Magento = 0.30, Yellow = 0.24 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 128 | 139 | - |
| CMYK | 0 | 0.30 | 0.24 | 0.28 |
| HSL | 348º | 0.28% | 0.61% | - |
| HSV(B) | 348º | 0.3% | 0.72% | - |
| XYZ | 31.91 | 27.37 | 28.03 | - |
| YUV | 145.7 | 124.22 | 154.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 128 | 139 | 0 | 0.30 | 0.24 | 0.28 | 348 | 0.28 | 0.61 |
| Hex | B7 | 80 | 8B | 0 | 1E | 18 | 1C | 15C | 1C | 3D |
| Octal | 267 | 200 | 213 | 0 | 36 | 30 | 34 | 534 | 34 | 75 |
| Binary | 10110111 | 10000000 | 10001011 | 0 | 11110 | 11000 | 11100 | 101011100 | 11100 | 111101 |
Color Harmonies of #B7808B
Complementary color
Monochromatic Colors of #B7808B
Black with #B7808B
Text Example
Text Example
White with #B7808B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7808B; }
p { color: rgb(183,128,139); }
H1.HeaderClassName
{
color: #B7808B;
}
.AnyTagClassName
{
color: #B7808B;
}
</style>
background-color css
<style>
a { background-color: #B7808B; }
a { background-color: rgb(183,128,139); }
div.DivClassName
{
background-color: #B7808B;
}
.BgClassName
{
background-color: #B7808B;
}
</style>
border-color css
<style>
span { border-color: #B7808B; }
span { border-color: rgb(183,128,139); }
td.TdClassName
{
border-color: #B7808B;
}
.TagClassName
{
border-color: #B7808B;
}
</style>