Shades of Tapestry #B37685
Tints of Tapestry #B37685
RGB
CMYK
RGB Variations
Color information
#B37685 (or 0xB37685) is known color: Tapestry. HEX triplet: B3, 76 and 85. RGB value is (179,118,133). Sum of RGB (Red+Green+Blue) = 179+118+133=430 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.63% from 430); Green value is 118 (46.48% from 255 or 27.44% from 430); Blue value is 133 (52.34% from 255 or 30.93% from 430); Max value from RGB is 179 - color contains mainly: red. Hex color #B37685 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B37685 is #4C897A. Grayscale: #898989. Windows color (decimal): -5015931 or 8746675. OLE color: 8746675.
HSL color Cylindrical-coordinate representation of color #B37685: hue angle of 345.25º 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 #B37685 is Cyan = 0, Magento = 0.34, Yellow = 0.26 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 118 | 133 | - |
| CMYK | 0 | 0.34 | 0.26 | 0.30 |
| HSL | 345.25º | 0.29% | 0.58% | - |
| HSV(B) | 345.25º | 0.34% | 0.7% | - |
| XYZ | 29.3 | 24.23 | 25.32 | - |
| YUV | 137.95 | 125.21 | 157.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 118 | 133 | 0 | 0.34 | 0.26 | 0.30 | 345.25 | 0.29 | 0.58 |
| Hex | B3 | 76 | 85 | 0 | 22 | 1A | 1E | 159 | 1D | 3A |
| Octal | 263 | 166 | 205 | 0 | 42 | 32 | 36 | 531 | 35 | 72 |
| Binary | 10110011 | 1110110 | 10000101 | 0 | 100010 | 11010 | 11110 | 101011001 | 11101 | 111010 |
Color Harmonies of #B37685
Complementary color
Monochromatic Colors of #B37685
Black with #B37685
Text Example
Text Example
White with #B37685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37685; }
p { color: rgb(179,118,133); }
H1.HeaderClassName
{
color: #B37685;
}
.AnyTagClassName
{
color: #B37685;
}
</style>
background-color css
<style>
a { background-color: #B37685; }
a { background-color: rgb(179,118,133); }
div.DivClassName
{
background-color: #B37685;
}
.BgClassName
{
background-color: #B37685;
}
</style>
border-color css
<style>
span { border-color: #B37685; }
span { border-color: rgb(179,118,133); }
td.TdClassName
{
border-color: #B37685;
}
.TagClassName
{
border-color: #B37685;
}
</style>