Shades of Tapestry #B15C83
Tints of Tapestry #B15C83
RGB
CMYK
RGB Variations
Color information
#B15C83 (or 0xB15C83) is known color: Tapestry. HEX triplet: B1, 5C and 83. RGB value is (177,92,131). Sum of RGB (Red+Green+Blue) = 177+92+131=400 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.25% from 400); Green value is 92 (36.33% from 255 or 23% from 400); Blue value is 131 (51.56% from 255 or 32.75% from 400); Max value from RGB is 177 - color contains mainly: red. Hex color #B15C83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B15C83 is #4EA37C. Grayscale: #797979. Windows color (decimal): -5153661 or 8608945. OLE color: 8608945.
HSL color Cylindrical-coordinate representation of color #B15C83: hue angle of 332.47º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B15C83 is Cyan = 0, Magento = 0.48, Yellow = 0.26 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 92 | 131 | - |
| CMYK | 0 | 0.48 | 0.26 | 0.31 |
| HSL | 332.47º | 0.35% | 0.53% | - |
| HSV(B) | 332.47º | 0.48% | 0.69% | - |
| XYZ | 26.06 | 18.64 | 23.7 | - |
| YUV | 121.86 | 133.16 | 167.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 92 | 131 | 0 | 0.48 | 0.26 | 0.31 | 332.47 | 0.35 | 0.53 |
| Hex | B1 | 5C | 83 | 0 | 30 | 1A | 1F | 14C | 23 | 35 |
| Octal | 261 | 134 | 203 | 0 | 60 | 32 | 37 | 514 | 43 | 65 |
| Binary | 10110001 | 1011100 | 10000011 | 0 | 110000 | 11010 | 11111 | 101001100 | 100011 | 110101 |
Color Harmonies of #B15C83
Complementary color
Monochromatic Colors of #B15C83
Black with #B15C83
Text Example
Text Example
White with #B15C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15C83; }
p { color: rgb(177,92,131); }
H1.HeaderClassName
{
color: #B15C83;
}
.AnyTagClassName
{
color: #B15C83;
}
</style>
background-color css
<style>
a { background-color: #B15C83; }
a { background-color: rgb(177,92,131); }
div.DivClassName
{
background-color: #B15C83;
}
.BgClassName
{
background-color: #B15C83;
}
</style>
border-color css
<style>
span { border-color: #B15C83; }
span { border-color: rgb(177,92,131); }
td.TdClassName
{
border-color: #B15C83;
}
.TagClassName
{
border-color: #B15C83;
}
</style>