Shades of Tapestry #B37682
Tints of Tapestry #B37682
RGB
CMYK
RGB Variations
Color information
#B37682 (or 0xB37682) is known color: Tapestry. HEX triplet: B3, 76 and 82. RGB value is (179,118,130). Sum of RGB (Red+Green+Blue) = 179+118+130=427 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.92% from 427); Green value is 118 (46.48% from 255 or 27.63% from 427); Blue value is 130 (51.17% from 255 or 30.44% from 427); Max value from RGB is 179 - color contains mainly: red. Hex color #B37682 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B37682 is #4C897D. Grayscale: #898989. Windows color (decimal): -5015934 or 8550067. OLE color: 8550067.
HSL color Cylindrical-coordinate representation of color #B37682: hue angle of 348.2º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B37682 is Cyan = 0, Magento = 0.34, Yellow = 0.27 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 118 | 130 | - |
| CMYK | 0 | 0.34 | 0.27 | 0.30 |
| HSL | 348.2º | 0.29% | 0.58% | - |
| HSV(B) | 348.2º | 0.34% | 0.7% | - |
| XYZ | 29.1 | 24.15 | 24.25 | - |
| YUV | 137.61 | 123.71 | 157.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 118 | 130 | 0 | 0.34 | 0.27 | 0.30 | 348.2 | 0.29 | 0.58 |
| Hex | B3 | 76 | 82 | 0 | 22 | 1B | 1E | 15C | 1D | 3A |
| Octal | 263 | 166 | 202 | 0 | 42 | 33 | 36 | 534 | 35 | 72 |
| Binary | 10110011 | 1110110 | 10000010 | 0 | 100010 | 11011 | 11110 | 101011100 | 11101 | 111010 |
Color Harmonies of #B37682
Complementary color
Monochromatic Colors of #B37682
Black with #B37682
Text Example
Text Example
White with #B37682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37682; }
p { color: rgb(179,118,130); }
H1.HeaderClassName
{
color: #B37682;
}
.AnyTagClassName
{
color: #B37682;
}
</style>
background-color css
<style>
a { background-color: #B37682; }
a { background-color: rgb(179,118,130); }
div.DivClassName
{
background-color: #B37682;
}
.BgClassName
{
background-color: #B37682;
}
</style>
border-color css
<style>
span { border-color: #B37682; }
span { border-color: rgb(179,118,130); }
td.TdClassName
{
border-color: #B37682;
}
.TagClassName
{
border-color: #B37682;
}
</style>