Shades of Tapestry #B58193
Tints of Tapestry #B58193
RGB
CMYK
RGB Variations
Color information
#B58193 (or 0xB58193) is known color: Tapestry. HEX triplet: B5, 81 and 93. RGB value is (181,129,147). Sum of RGB (Red+Green+Blue) = 181+129+147=457 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.61% from 457); Green value is 129 (50.78% from 255 or 28.23% from 457); Blue value is 147 (57.81% from 255 or 32.17% from 457); Max value from RGB is 181 - color contains mainly: red. Hex color #B58193 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B58193 is #4A7E6C. Grayscale: #929292. Windows color (decimal): -4882029 or 9666997. OLE color: 9666997.
HSL color Cylindrical-coordinate representation of color #B58193: hue angle of 339.23º degrees, saturation: 0.26, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B58193 is Cyan = 0, Magento = 0.29, Yellow = 0.19 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 129 | 147 | - |
| CMYK | 0 | 0.29 | 0.19 | 0.29 |
| HSL | 339.23º | 0.26% | 0.61% | - |
| HSV(B) | 339.23º | 0.29% | 0.71% | - |
| XYZ | 32.17 | 27.63 | 31.24 | - |
| YUV | 146.6 | 128.23 | 152.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 129 | 147 | 0 | 0.29 | 0.19 | 0.29 | 339.23 | 0.26 | 0.61 |
| Hex | B5 | 81 | 93 | 0 | 1D | 13 | 1D | 153 | 1A | 3D |
| Octal | 265 | 201 | 223 | 0 | 35 | 23 | 35 | 523 | 32 | 75 |
| Binary | 10110101 | 10000001 | 10010011 | 0 | 11101 | 10011 | 11101 | 101010011 | 11010 | 111101 |
Color Harmonies of #B58193
Complementary color
Monochromatic Colors of #B58193
Black with #B58193
Text Example
Text Example
White with #B58193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58193; }
p { color: rgb(181,129,147); }
H1.HeaderClassName
{
color: #B58193;
}
.AnyTagClassName
{
color: #B58193;
}
</style>
background-color css
<style>
a { background-color: #B58193; }
a { background-color: rgb(181,129,147); }
div.DivClassName
{
background-color: #B58193;
}
.BgClassName
{
background-color: #B58193;
}
</style>
border-color css
<style>
span { border-color: #B58193; }
span { border-color: rgb(181,129,147); }
td.TdClassName
{
border-color: #B58193;
}
.TagClassName
{
border-color: #B58193;
}
</style>