Shades of Tapestry #B37584
Tints of Tapestry #B37584
RGB
CMYK
RGB Variations
Color information
#B37584 (or 0xB37584) is known color: Tapestry. HEX triplet: B3, 75 and 84. RGB value is (179,117,132). Sum of RGB (Red+Green+Blue) = 179+117+132=428 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.82% from 428); Green value is 117 (46.09% from 255 or 27.34% from 428); Blue value is 132 (51.95% from 255 or 30.84% from 428); Max value from RGB is 179 - color contains mainly: red. Hex color #B37584 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B37584 is #4C8A7B. Grayscale: #898989. Windows color (decimal): -5016188 or 8680883. OLE color: 8680883.
HSL color Cylindrical-coordinate representation of color #B37584: hue angle of 345.48º 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 #B37584 is Cyan = 0, Magento = 0.35, Yellow = 0.26 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 117 | 132 | - |
| CMYK | 0 | 0.35 | 0.26 | 0.30 |
| HSL | 345.48º | 0.29% | 0.58% | - |
| HSV(B) | 345.48º | 0.35% | 0.7% | - |
| XYZ | 29.12 | 23.97 | 24.92 | - |
| YUV | 137.25 | 125.04 | 157.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 117 | 132 | 0 | 0.35 | 0.26 | 0.30 | 345.48 | 0.29 | 0.58 |
| Hex | B3 | 75 | 84 | 0 | 23 | 1A | 1E | 159 | 1D | 3A |
| Octal | 263 | 165 | 204 | 0 | 43 | 32 | 36 | 531 | 35 | 72 |
| Binary | 10110011 | 1110101 | 10000100 | 0 | 100011 | 11010 | 11110 | 101011001 | 11101 | 111010 |
Color Harmonies of #B37584
Complementary color
Monochromatic Colors of #B37584
Black with #B37584
Text Example
Text Example
White with #B37584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37584; }
p { color: rgb(179,117,132); }
H1.HeaderClassName
{
color: #B37584;
}
.AnyTagClassName
{
color: #B37584;
}
</style>
background-color css
<style>
a { background-color: #B37584; }
a { background-color: rgb(179,117,132); }
div.DivClassName
{
background-color: #B37584;
}
.BgClassName
{
background-color: #B37584;
}
</style>
border-color css
<style>
span { border-color: #B37584; }
span { border-color: rgb(179,117,132); }
td.TdClassName
{
border-color: #B37584;
}
.TagClassName
{
border-color: #B37584;
}
</style>