Shades of Tapestry #B7828F
Tints of Tapestry #B7828F
RGB
CMYK
RGB Variations
Color information
#B7828F (or 0xB7828F) is known color: Tapestry. HEX triplet: B7, 82 and 8F. RGB value is (183,130,143). Sum of RGB (Red+Green+Blue) = 183+130+143=456 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.13% from 456); Green value is 130 (51.17% from 255 or 28.51% from 456); Blue value is 143 (56.25% from 255 or 31.36% from 456); Max value from RGB is 183 - color contains mainly: red. Hex color #B7828F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7828F is #487D70. Grayscale: #939393. Windows color (decimal): -4750705 or 9405111. OLE color: 9405111.
HSL color Cylindrical-coordinate representation of color #B7828F: hue angle of 345.28º 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 #B7828F is Cyan = 0, Magento = 0.29, Yellow = 0.22 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 130 | 143 | - |
| CMYK | 0 | 0.29 | 0.22 | 0.28 |
| HSL | 345.28º | 0.27% | 0.61% | - |
| HSV(B) | 345.28º | 0.29% | 0.72% | - |
| XYZ | 32.47 | 28.02 | 29.68 | - |
| YUV | 147.33 | 125.56 | 153.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 130 | 143 | 0 | 0.29 | 0.22 | 0.28 | 345.28 | 0.27 | 0.61 |
| Hex | B7 | 82 | 8F | 0 | 1D | 16 | 1C | 159 | 1B | 3D |
| Octal | 267 | 202 | 217 | 0 | 35 | 26 | 34 | 531 | 33 | 75 |
| Binary | 10110111 | 10000010 | 10001111 | 0 | 11101 | 10110 | 11100 | 101011001 | 11011 | 111101 |
Color Harmonies of #B7828F
Complementary color
Monochromatic Colors of #B7828F
Black with #B7828F
Text Example
Text Example
White with #B7828F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7828F; }
p { color: rgb(183,130,143); }
H1.HeaderClassName
{
color: #B7828F;
}
.AnyTagClassName
{
color: #B7828F;
}
</style>
background-color css
<style>
a { background-color: #B7828F; }
a { background-color: rgb(183,130,143); }
div.DivClassName
{
background-color: #B7828F;
}
.BgClassName
{
background-color: #B7828F;
}
</style>
border-color css
<style>
span { border-color: #B7828F; }
span { border-color: rgb(183,130,143); }
td.TdClassName
{
border-color: #B7828F;
}
.TagClassName
{
border-color: #B7828F;
}
</style>