Shades of Tapestry #B7838E
Tints of Tapestry #B7838E
RGB
CMYK
RGB Variations
Color information
#B7838E (or 0xB7838E) is known color: Tapestry. HEX triplet: B7, 83 and 8E. RGB value is (183,131,142). Sum of RGB (Red+Green+Blue) = 183+131+142=456 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.13% from 456); Green value is 131 (51.56% from 255 or 28.73% from 456); Blue value is 142 (55.86% from 255 or 31.14% from 456); Max value from RGB is 183 - color contains mainly: red. Hex color #B7838E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7838E is #487C71. Grayscale: #939393. Windows color (decimal): -4750450 or 9339831. OLE color: 9339831.
HSL color Cylindrical-coordinate representation of color #B7838E: hue angle of 347.31º degrees, saturation: 0.27, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B7838E is Cyan = 0, Magento = 0.28, Yellow = 0.22 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 131 | 142 | - |
| CMYK | 0 | 0.28 | 0.22 | 0.28 |
| HSL | 347.31º | 0.27% | 0.62% | - |
| HSV(B) | 347.31º | 0.28% | 0.72% | - |
| XYZ | 32.53 | 28.25 | 29.33 | - |
| YUV | 147.8 | 124.73 | 153.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 131 | 142 | 0 | 0.28 | 0.22 | 0.28 | 347.31 | 0.27 | 0.62 |
| Hex | B7 | 83 | 8E | 0 | 1C | 16 | 1C | 15B | 1B | 3E |
| Octal | 267 | 203 | 216 | 0 | 34 | 26 | 34 | 533 | 33 | 76 |
| Binary | 10110111 | 10000011 | 10001110 | 0 | 11100 | 10110 | 11100 | 101011011 | 11011 | 111110 |
Color Harmonies of #B7838E
Complementary color
Monochromatic Colors of #B7838E
Black with #B7838E
Text Example
Text Example
White with #B7838E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7838E; }
p { color: rgb(183,131,142); }
H1.HeaderClassName
{
color: #B7838E;
}
.AnyTagClassName
{
color: #B7838E;
}
</style>
background-color css
<style>
a { background-color: #B7838E; }
a { background-color: rgb(183,131,142); }
div.DivClassName
{
background-color: #B7838E;
}
.BgClassName
{
background-color: #B7838E;
}
</style>
border-color css
<style>
span { border-color: #B7838E; }
span { border-color: rgb(183,131,142); }
td.TdClassName
{
border-color: #B7838E;
}
.TagClassName
{
border-color: #B7838E;
}
</style>