Shades of Tapestry #B37282
Tints of Tapestry #B37282
RGB
CMYK
RGB Variations
Color information
#B37282 (or 0xB37282) is known color: Tapestry. HEX triplet: B3, 72 and 82. RGB value is (179,114,130). Sum of RGB (Red+Green+Blue) = 179+114+130=423 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.32% from 423); Green value is 114 (44.92% from 255 or 26.95% from 423); Blue value is 130 (51.17% from 255 or 30.73% from 423); Max value from RGB is 179 - color contains mainly: red. Hex color #B37282 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B37282 is #4C8D7D. Grayscale: #878787. Windows color (decimal): -5016958 or 8549043. OLE color: 8549043.
HSL color Cylindrical-coordinate representation of color #B37282: hue angle of 345.23º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B37282 is Cyan = 0, Magento = 0.36, Yellow = 0.27 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 114 | 130 | - |
| CMYK | 0 | 0.36 | 0.27 | 0.30 |
| HSL | 345.23º | 0.3% | 0.57% | - |
| HSV(B) | 345.23º | 0.36% | 0.7% | - |
| XYZ | 28.64 | 23.23 | 24.09 | - |
| YUV | 135.26 | 125.03 | 159.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 114 | 130 | 0 | 0.36 | 0.27 | 0.30 | 345.23 | 0.3 | 0.57 |
| Hex | B3 | 72 | 82 | 0 | 24 | 1B | 1E | 159 | 1E | 39 |
| Octal | 263 | 162 | 202 | 0 | 44 | 33 | 36 | 531 | 36 | 71 |
| Binary | 10110011 | 1110010 | 10000010 | 0 | 100100 | 11011 | 11110 | 101011001 | 11110 | 111001 |
Color Harmonies of #B37282
Complementary color
Monochromatic Colors of #B37282
Black with #B37282
Text Example
Text Example
White with #B37282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37282; }
p { color: rgb(179,114,130); }
H1.HeaderClassName
{
color: #B37282;
}
.AnyTagClassName
{
color: #B37282;
}
</style>
background-color css
<style>
a { background-color: #B37282; }
a { background-color: rgb(179,114,130); }
div.DivClassName
{
background-color: #B37282;
}
.BgClassName
{
background-color: #B37282;
}
</style>
border-color css
<style>
span { border-color: #B37282; }
span { border-color: rgb(179,114,130); }
td.TdClassName
{
border-color: #B37282;
}
.TagClassName
{
border-color: #B37282;
}
</style>