Shades of Tapestry #B2737F
Tints of Tapestry #B2737F
RGB
CMYK
RGB Variations
Color information
#B2737F (or 0xB2737F) is known color: Tapestry. HEX triplet: B2, 73 and 7F. RGB value is (178,115,127). Sum of RGB (Red+Green+Blue) = 178+115+127=420 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.38% from 420); Green value is 115 (45.31% from 255 or 27.38% from 420); Blue value is 127 (50% from 255 or 30.24% from 420); Max value from RGB is 178 - color contains mainly: red. Hex color #B2737F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2737F is #4D8C80. Grayscale: #878787. Windows color (decimal): -5082241 or 8352690. OLE color: 8352690.
HSL color Cylindrical-coordinate representation of color #B2737F: hue angle of 348.57º 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 #B2737F is Cyan = 0, Magento = 0.35, Yellow = 0.29 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 115 | 127 | - |
| CMYK | 0 | 0.35 | 0.29 | 0.30 |
| HSL | 348.57º | 0.29% | 0.57% | - |
| HSV(B) | 348.57º | 0.35% | 0.7% | - |
| XYZ | 28.32 | 23.26 | 23.08 | - |
| YUV | 135.21 | 123.37 | 158.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 115 | 127 | 0 | 0.35 | 0.29 | 0.30 | 348.57 | 0.29 | 0.57 |
| Hex | B2 | 73 | 7F | 0 | 23 | 1D | 1E | 15D | 1D | 39 |
| Octal | 262 | 163 | 177 | 0 | 43 | 35 | 36 | 535 | 35 | 71 |
| Binary | 10110010 | 1110011 | 1111111 | 0 | 100011 | 11101 | 11110 | 101011101 | 11101 | 111001 |
Color Harmonies of #B2737F
Complementary color
Monochromatic Colors of #B2737F
Black with #B2737F
Text Example
Text Example
White with #B2737F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2737F; }
p { color: rgb(178,115,127); }
H1.HeaderClassName
{
color: #B2737F;
}
.AnyTagClassName
{
color: #B2737F;
}
</style>
background-color css
<style>
a { background-color: #B2737F; }
a { background-color: rgb(178,115,127); }
div.DivClassName
{
background-color: #B2737F;
}
.BgClassName
{
background-color: #B2737F;
}
</style>
border-color css
<style>
span { border-color: #B2737F; }
span { border-color: rgb(178,115,127); }
td.TdClassName
{
border-color: #B2737F;
}
.TagClassName
{
border-color: #B2737F;
}
</style>