Shades of Tapestry #B7828E
Tints of Tapestry #B7828E
RGB
CMYK
RGB Variations
Color information
#B7828E (or 0xB7828E) is known color: Tapestry. HEX triplet: B7, 82 and 8E. RGB value is (183,130,142). Sum of RGB (Red+Green+Blue) = 183+130+142=455 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.22% from 455); Green value is 130 (51.17% from 255 or 28.57% from 455); Blue value is 142 (55.86% from 255 or 31.21% from 455); Max value from RGB is 183 - color contains mainly: red. Hex color #B7828E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7828E is #487D71. Grayscale: #939393. Windows color (decimal): -4750706 or 9339575. OLE color: 9339575.
HSL color Cylindrical-coordinate representation of color #B7828E: hue angle of 346.42º degrees, saturation: 0.27, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B7828E is Cyan = 0, Magento = 0.29, Yellow = 0.22 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 130 | 142 | - |
| CMYK | 0 | 0.29 | 0.22 | 0.28 |
| HSL | 346.42º | 0.27% | 0.61% | - |
| HSV(B) | 346.42º | 0.29% | 0.72% | - |
| XYZ | 32.39 | 27.99 | 29.29 | - |
| YUV | 147.22 | 125.06 | 153.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 130 | 142 | 0 | 0.29 | 0.22 | 0.28 | 346.42 | 0.27 | 0.61 |
| Hex | B7 | 82 | 8E | 0 | 1D | 16 | 1C | 15A | 1B | 3D |
| Octal | 267 | 202 | 216 | 0 | 35 | 26 | 34 | 532 | 33 | 75 |
| Binary | 10110111 | 10000010 | 10001110 | 0 | 11101 | 10110 | 11100 | 101011010 | 11011 | 111101 |
Color Harmonies of #B7828E
Complementary color
Monochromatic Colors of #B7828E
Black with #B7828E
Text Example
Text Example
White with #B7828E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7828E; }
p { color: rgb(183,130,142); }
H1.HeaderClassName
{
color: #B7828E;
}
.AnyTagClassName
{
color: #B7828E;
}
</style>
background-color css
<style>
a { background-color: #B7828E; }
a { background-color: rgb(183,130,142); }
div.DivClassName
{
background-color: #B7828E;
}
.BgClassName
{
background-color: #B7828E;
}
</style>
border-color css
<style>
span { border-color: #B7828E; }
span { border-color: rgb(183,130,142); }
td.TdClassName
{
border-color: #B7828E;
}
.TagClassName
{
border-color: #B7828E;
}
</style>