Shades of Tapestry #B37481
Tints of Tapestry #B37481
RGB
CMYK
RGB Variations
Color information
#B37481 (or 0xB37481) is known color: Tapestry. HEX triplet: B3, 74 and 81. RGB value is (179,116,129). Sum of RGB (Red+Green+Blue) = 179+116+129=424 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.22% from 424); Green value is 116 (45.70% from 255 or 27.36% from 424); Blue value is 129 (50.78% from 255 or 30.42% from 424); Max value from RGB is 179 - color contains mainly: red. Hex color #B37481 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B37481 is #4C8B7E. Grayscale: #888888. Windows color (decimal): -5016447 or 8484019. OLE color: 8484019.
HSL color Cylindrical-coordinate representation of color #B37481: hue angle of 347.62º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B37481 is Cyan = 0, Magento = 0.35, Yellow = 0.28 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 116 | 129 | - |
| CMYK | 0 | 0.35 | 0.28 | 0.30 |
| HSL | 347.62º | 0.29% | 0.58% | - |
| HSV(B) | 347.62º | 0.35% | 0.7% | - |
| XYZ | 28.8 | 23.66 | 23.82 | - |
| YUV | 136.32 | 123.87 | 158.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 116 | 129 | 0 | 0.35 | 0.28 | 0.30 | 347.62 | 0.29 | 0.58 |
| Hex | B3 | 74 | 81 | 0 | 23 | 1C | 1E | 15C | 1D | 3A |
| Octal | 263 | 164 | 201 | 0 | 43 | 34 | 36 | 534 | 35 | 72 |
| Binary | 10110011 | 1110100 | 10000001 | 0 | 100011 | 11100 | 11110 | 101011100 | 11101 | 111010 |
Color Harmonies of #B37481
Complementary color
Monochromatic Colors of #B37481
Black with #B37481
Text Example
Text Example
White with #B37481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37481; }
p { color: rgb(179,116,129); }
H1.HeaderClassName
{
color: #B37481;
}
.AnyTagClassName
{
color: #B37481;
}
</style>
background-color css
<style>
a { background-color: #B37481; }
a { background-color: rgb(179,116,129); }
div.DivClassName
{
background-color: #B37481;
}
.BgClassName
{
background-color: #B37481;
}
</style>
border-color css
<style>
span { border-color: #B37481; }
span { border-color: rgb(179,116,129); }
td.TdClassName
{
border-color: #B37481;
}
.TagClassName
{
border-color: #B37481;
}
</style>