Shades of Tapestry #B7818C
Tints of Tapestry #B7818C
RGB
CMYK
RGB Variations
Color information
#B7818C (or 0xB7818C) is known color: Tapestry. HEX triplet: B7, 81 and 8C. RGB value is (183,129,140). Sum of RGB (Red+Green+Blue) = 183+129+140=452 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.49% from 452); Green value is 129 (50.78% from 255 or 28.54% from 452); Blue value is 140 (55.08% from 255 or 30.97% from 452); Max value from RGB is 183 - color contains mainly: red. Hex color #B7818C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7818C is #487E73. Grayscale: #929292. Windows color (decimal): -4750964 or 9208247. OLE color: 9208247.
HSL color Cylindrical-coordinate representation of color #B7818C: hue angle of 347.78º degrees, saturation: 0.27, 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 #B7818C is Cyan = 0, Magento = 0.30, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 129 | 140 | - |
| CMYK | 0 | 0.30 | 0.23 | 0.28 |
| HSL | 347.78º | 0.27% | 0.61% | - |
| HSV(B) | 347.78º | 0.3% | 0.72% | - |
| XYZ | 32.11 | 27.66 | 28.46 | - |
| YUV | 146.4 | 124.39 | 154.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 129 | 140 | 0 | 0.30 | 0.23 | 0.28 | 347.78 | 0.27 | 0.61 |
| Hex | B7 | 81 | 8C | 0 | 1E | 17 | 1C | 15C | 1B | 3D |
| Octal | 267 | 201 | 214 | 0 | 36 | 27 | 34 | 534 | 33 | 75 |
| Binary | 10110111 | 10000001 | 10001100 | 0 | 11110 | 10111 | 11100 | 101011100 | 11011 | 111101 |
Color Harmonies of #B7818C
Complementary color
Monochromatic Colors of #B7818C
Black with #B7818C
Text Example
Text Example
White with #B7818C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7818C; }
p { color: rgb(183,129,140); }
H1.HeaderClassName
{
color: #B7818C;
}
.AnyTagClassName
{
color: #B7818C;
}
</style>
background-color css
<style>
a { background-color: #B7818C; }
a { background-color: rgb(183,129,140); }
div.DivClassName
{
background-color: #B7818C;
}
.BgClassName
{
background-color: #B7818C;
}
</style>
border-color css
<style>
span { border-color: #B7818C; }
span { border-color: rgb(183,129,140); }
td.TdClassName
{
border-color: #B7818C;
}
.TagClassName
{
border-color: #B7818C;
}
</style>