Shades of Tapestry #B7848C
Tints of Tapestry #B7848C
RGB
CMYK
RGB Variations
Color information
#B7848C (or 0xB7848C) is known color: Tapestry. HEX triplet: B7, 84 and 8C. RGB value is (183,132,140). Sum of RGB (Red+Green+Blue) = 183+132+140=455 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.22% from 455); Green value is 132 (51.95% from 255 or 29.01% from 455); Blue value is 140 (55.08% from 255 or 30.77% from 455); Max value from RGB is 183 - color contains mainly: red. Hex color #B7848C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7848C is #487B73. Grayscale: #949494. Windows color (decimal): -4750196 or 9209015. OLE color: 9209015.
HSL color Cylindrical-coordinate representation of color #B7848C: hue angle of 350.59º degrees, saturation: 0.26, 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 #B7848C is Cyan = 0, Magento = 0.28, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 132 | 140 | - |
| CMYK | 0 | 0.28 | 0.23 | 0.28 |
| HSL | 350.59º | 0.26% | 0.62% | - |
| HSV(B) | 350.59º | 0.28% | 0.72% | - |
| XYZ | 32.51 | 28.46 | 28.59 | - |
| YUV | 148.16 | 123.4 | 152.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 132 | 140 | 0 | 0.28 | 0.23 | 0.28 | 350.59 | 0.26 | 0.62 |
| Hex | B7 | 84 | 8C | 0 | 1C | 17 | 1C | 15F | 1A | 3E |
| Octal | 267 | 204 | 214 | 0 | 34 | 27 | 34 | 537 | 32 | 76 |
| Binary | 10110111 | 10000100 | 10001100 | 0 | 11100 | 10111 | 11100 | 101011111 | 11010 | 111110 |
Color Harmonies of #B7848C
Complementary color
Monochromatic Colors of #B7848C
Black with #B7848C
Text Example
Text Example
White with #B7848C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7848C; }
p { color: rgb(183,132,140); }
H1.HeaderClassName
{
color: #B7848C;
}
.AnyTagClassName
{
color: #B7848C;
}
</style>
background-color css
<style>
a { background-color: #B7848C; }
a { background-color: rgb(183,132,140); }
div.DivClassName
{
background-color: #B7848C;
}
.BgClassName
{
background-color: #B7848C;
}
</style>
border-color css
<style>
span { border-color: #B7848C; }
span { border-color: rgb(183,132,140); }
td.TdClassName
{
border-color: #B7848C;
}
.TagClassName
{
border-color: #B7848C;
}
</style>