Shades of Tapestry #B37381
Tints of Tapestry #B37381
RGB
CMYK
RGB Variations
Color information
#B37381 (or 0xB37381) is known color: Tapestry. HEX triplet: B3, 73 and 81. RGB value is (179,115,129). Sum of RGB (Red+Green+Blue) = 179+115+129=423 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.32% from 423); Green value is 115 (45.31% from 255 or 27.19% from 423); Blue value is 129 (50.78% from 255 or 30.50% from 423); Max value from RGB is 179 - color contains mainly: red. Hex color #B37381 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B37381 is #4C8C7E. Grayscale: #878787. Windows color (decimal): -5016703 or 8483763. OLE color: 8483763.
HSL color Cylindrical-coordinate representation of color #B37381: hue angle of 346.88º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B37381 is Cyan = 0, Magento = 0.36, Yellow = 0.28 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 115 | 129 | - |
| CMYK | 0 | 0.36 | 0.28 | 0.30 |
| HSL | 346.88º | 0.3% | 0.58% | - |
| HSV(B) | 346.88º | 0.36% | 0.7% | - |
| XYZ | 28.68 | 23.43 | 23.78 | - |
| YUV | 135.73 | 124.2 | 158.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 115 | 129 | 0 | 0.36 | 0.28 | 0.30 | 346.88 | 0.3 | 0.58 |
| Hex | B3 | 73 | 81 | 0 | 24 | 1C | 1E | 15B | 1E | 3A |
| Octal | 263 | 163 | 201 | 0 | 44 | 34 | 36 | 533 | 36 | 72 |
| Binary | 10110011 | 1110011 | 10000001 | 0 | 100100 | 11100 | 11110 | 101011011 | 11110 | 111010 |
Color Harmonies of #B37381
Complementary color
Monochromatic Colors of #B37381
Black with #B37381
Text Example
Text Example
White with #B37381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37381; }
p { color: rgb(179,115,129); }
H1.HeaderClassName
{
color: #B37381;
}
.AnyTagClassName
{
color: #B37381;
}
</style>
background-color css
<style>
a { background-color: #B37381; }
a { background-color: rgb(179,115,129); }
div.DivClassName
{
background-color: #B37381;
}
.BgClassName
{
background-color: #B37381;
}
</style>
border-color css
<style>
span { border-color: #B37381; }
span { border-color: rgb(179,115,129); }
td.TdClassName
{
border-color: #B37381;
}
.TagClassName
{
border-color: #B37381;
}
</style>