Shades of Tapestry #B7718A
Tints of Tapestry #B7718A
RGB
CMYK
RGB Variations
Color information
#B7718A (or 0xB7718A) is known color: Tapestry. HEX triplet: B7, 71 and 8A. RGB value is (183,113,138). Sum of RGB (Red+Green+Blue) = 183+113+138=434 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.17% from 434); Green value is 113 (44.53% from 255 or 26.04% from 434); Blue value is 138 (54.30% from 255 or 31.80% from 434); Max value from RGB is 183 - color contains mainly: red. Hex color #B7718A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B7718A is #488E75. Grayscale: #888888. Windows color (decimal): -4755062 or 9073079. OLE color: 9073079.
HSL color Cylindrical-coordinate representation of color #B7718A: hue angle of 338.57º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B7718A is Cyan = 0, Magento = 0.38, Yellow = 0.25 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 113 | 138 | - |
| CMYK | 0 | 0.38 | 0.25 | 0.28 |
| HSL | 338.57º | 0.33% | 0.58% | - |
| HSV(B) | 338.57º | 0.38% | 0.72% | - |
| XYZ | 30.02 | 23.71 | 27.04 | - |
| YUV | 136.78 | 128.69 | 160.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 113 | 138 | 0 | 0.38 | 0.25 | 0.28 | 338.57 | 0.33 | 0.58 |
| Hex | B7 | 71 | 8A | 0 | 26 | 19 | 1C | 153 | 21 | 3A |
| Octal | 267 | 161 | 212 | 0 | 46 | 31 | 34 | 523 | 41 | 72 |
| Binary | 10110111 | 1110001 | 10001010 | 0 | 100110 | 11001 | 11100 | 101010011 | 100001 | 111010 |
Color Harmonies of #B7718A
Complementary color
Monochromatic Colors of #B7718A
Black with #B7718A
Text Example
Text Example
White with #B7718A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7718A; }
p { color: rgb(183,113,138); }
H1.HeaderClassName
{
color: #B7718A;
}
.AnyTagClassName
{
color: #B7718A;
}
</style>
background-color css
<style>
a { background-color: #B7718A; }
a { background-color: rgb(183,113,138); }
div.DivClassName
{
background-color: #B7718A;
}
.BgClassName
{
background-color: #B7718A;
}
</style>
border-color css
<style>
span { border-color: #B7718A; }
span { border-color: rgb(183,113,138); }
td.TdClassName
{
border-color: #B7718A;
}
.TagClassName
{
border-color: #B7718A;
}
</style>