Shades of Tapestry #B2737E
Tints of Tapestry #B2737E
RGB
CMYK
RGB Variations
Color information
#B2737E (or 0xB2737E) is known color: Tapestry. HEX triplet: B2, 73 and 7E. RGB value is (178,115,126). Sum of RGB (Red+Green+Blue) = 178+115+126=419 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.48% from 419); Green value is 115 (45.31% from 255 or 27.45% from 419); Blue value is 126 (49.61% from 255 or 30.07% from 419); Max value from RGB is 178 - color contains mainly: red. Hex color #B2737E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2737E is #4D8C81. Grayscale: #878787. Windows color (decimal): -5082242 or 8287154. OLE color: 8287154.
HSL color Cylindrical-coordinate representation of color #B2737E: hue angle of 349.52º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B2737E is Cyan = 0, Magento = 0.35, Yellow = 0.29 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 115 | 126 | - |
| CMYK | 0 | 0.35 | 0.29 | 0.30 |
| HSL | 349.52º | 0.29% | 0.57% | - |
| HSV(B) | 349.52º | 0.35% | 0.7% | - |
| XYZ | 28.26 | 23.23 | 22.73 | - |
| YUV | 135.09 | 122.87 | 158.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 115 | 126 | 0 | 0.35 | 0.29 | 0.30 | 349.52 | 0.29 | 0.57 |
| Hex | B2 | 73 | 7E | 0 | 23 | 1D | 1E | 15E | 1D | 39 |
| Octal | 262 | 163 | 176 | 0 | 43 | 35 | 36 | 536 | 35 | 71 |
| Binary | 10110010 | 1110011 | 1111110 | 0 | 100011 | 11101 | 11110 | 101011110 | 11101 | 111001 |
Color Harmonies of #B2737E
Complementary color
Monochromatic Colors of #B2737E
Black with #B2737E
Text Example
Text Example
White with #B2737E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2737E; }
p { color: rgb(178,115,126); }
H1.HeaderClassName
{
color: #B2737E;
}
.AnyTagClassName
{
color: #B2737E;
}
</style>
background-color css
<style>
a { background-color: #B2737E; }
a { background-color: rgb(178,115,126); }
div.DivClassName
{
background-color: #B2737E;
}
.BgClassName
{
background-color: #B2737E;
}
</style>
border-color css
<style>
span { border-color: #B2737E; }
span { border-color: rgb(178,115,126); }
td.TdClassName
{
border-color: #B2737E;
}
.TagClassName
{
border-color: #B2737E;
}
</style>