Shades of Tapestry #B28293
Tints of Tapestry #B28293
RGB
CMYK
RGB Variations
Color information
#B28293 (or 0xB28293) is known color: Tapestry. HEX triplet: B2, 82 and 93. RGB value is (178,130,147). Sum of RGB (Red+Green+Blue) = 178+130+147=455 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.12% from 455); Green value is 130 (51.17% from 255 or 28.57% from 455); Blue value is 147 (57.81% from 255 or 32.31% from 455); Max value from RGB is 178 - color contains mainly: red. Hex color #B28293 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B28293 is #4D7D6C. Grayscale: #929292. Windows color (decimal): -5078381 or 9667250. OLE color: 9667250.
HSL color Cylindrical-coordinate representation of color #B28293: hue angle of 338.75º degrees, saturation: 0.24, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B28293 is Cyan = 0, Magento = 0.27, Yellow = 0.17 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 130 | 147 | - |
| CMYK | 0 | 0.27 | 0.17 | 0.30 |
| HSL | 338.75º | 0.24% | 0.6% | - |
| HSV(B) | 338.75º | 0.27% | 0.7% | - |
| XYZ | 31.61 | 27.54 | 31.25 | - |
| YUV | 146.29 | 128.4 | 150.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 130 | 147 | 0 | 0.27 | 0.17 | 0.30 | 338.75 | 0.24 | 0.6 |
| Hex | B2 | 82 | 93 | 0 | 1B | 11 | 1E | 153 | 18 | 3C |
| Octal | 262 | 202 | 223 | 0 | 33 | 21 | 36 | 523 | 30 | 74 |
| Binary | 10110010 | 10000010 | 10010011 | 0 | 11011 | 10001 | 11110 | 101010011 | 11000 | 111100 |
Color Harmonies of #B28293
Complementary color
Monochromatic Colors of #B28293
Black with #B28293
Text Example
Text Example
White with #B28293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28293; }
p { color: rgb(178,130,147); }
H1.HeaderClassName
{
color: #B28293;
}
.AnyTagClassName
{
color: #B28293;
}
</style>
background-color css
<style>
a { background-color: #B28293; }
a { background-color: rgb(178,130,147); }
div.DivClassName
{
background-color: #B28293;
}
.BgClassName
{
background-color: #B28293;
}
</style>
border-color css
<style>
span { border-color: #B28293; }
span { border-color: rgb(178,130,147); }
td.TdClassName
{
border-color: #B28293;
}
.TagClassName
{
border-color: #B28293;
}
</style>