Shades of Tapestry #B7828B
Tints of Tapestry #B7828B
RGB
CMYK
RGB Variations
Color information
#B7828B (or 0xB7828B) is known color: Tapestry. HEX triplet: B7, 82 and 8B. RGB value is (183,130,139). Sum of RGB (Red+Green+Blue) = 183+130+139=452 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.49% from 452); Green value is 130 (51.17% from 255 or 28.76% from 452); Blue value is 139 (54.69% from 255 or 30.75% from 452); Max value from RGB is 183 - color contains mainly: red. Hex color #B7828B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7828B is #487D74. Grayscale: #929292. Windows color (decimal): -4750709 or 9142967. OLE color: 9142967.
HSL color Cylindrical-coordinate representation of color #B7828B: hue angle of 349.81º 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 #B7828B is Cyan = 0, Magento = 0.29, Yellow = 0.24 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 130 | 139 | - |
| CMYK | 0 | 0.29 | 0.24 | 0.28 |
| HSL | 349.81º | 0.27% | 0.61% | - |
| HSV(B) | 349.81º | 0.29% | 0.72% | - |
| XYZ | 32.17 | 27.9 | 28.12 | - |
| YUV | 146.87 | 123.56 | 153.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 130 | 139 | 0 | 0.29 | 0.24 | 0.28 | 349.81 | 0.27 | 0.61 |
| Hex | B7 | 82 | 8B | 0 | 1D | 18 | 1C | 15E | 1B | 3D |
| Octal | 267 | 202 | 213 | 0 | 35 | 30 | 34 | 536 | 33 | 75 |
| Binary | 10110111 | 10000010 | 10001011 | 0 | 11101 | 11000 | 11100 | 101011110 | 11011 | 111101 |
Color Harmonies of #B7828B
Complementary color
Monochromatic Colors of #B7828B
Black with #B7828B
Text Example
Text Example
White with #B7828B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7828B; }
p { color: rgb(183,130,139); }
H1.HeaderClassName
{
color: #B7828B;
}
.AnyTagClassName
{
color: #B7828B;
}
</style>
background-color css
<style>
a { background-color: #B7828B; }
a { background-color: rgb(183,130,139); }
div.DivClassName
{
background-color: #B7828B;
}
.BgClassName
{
background-color: #B7828B;
}
</style>
border-color css
<style>
span { border-color: #B7828B; }
span { border-color: rgb(183,130,139); }
td.TdClassName
{
border-color: #B7828B;
}
.TagClassName
{
border-color: #B7828B;
}
</style>