Shades of Tapestry #B3727C
Tints of Tapestry #B3727C
RGB
CMYK
RGB Variations
Color information
#B3727C (or 0xB3727C) is known color: Tapestry. HEX triplet: B3, 72 and 7C. RGB value is (179,114,124). Sum of RGB (Red+Green+Blue) = 179+114+124=417 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.93% from 417); Green value is 114 (44.92% from 255 or 27.34% from 417); Blue value is 124 (48.83% from 255 or 29.74% from 417); Max value from RGB is 179 - color contains mainly: red. Hex color #B3727C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B3727C is #4C8D83. Grayscale: #868686. Windows color (decimal): -5016964 or 8155827. OLE color: 8155827.
HSL color Cylindrical-coordinate representation of color #B3727C: hue angle of 350.77º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B3727C is Cyan = 0, Magento = 0.36, Yellow = 0.31 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 114 | 124 | - |
| CMYK | 0 | 0.36 | 0.31 | 0.30 |
| HSL | 350.77º | 0.3% | 0.57% | - |
| HSV(B) | 350.77º | 0.36% | 0.7% | - |
| XYZ | 28.25 | 23.07 | 22.03 | - |
| YUV | 134.58 | 122.03 | 159.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 114 | 124 | 0 | 0.36 | 0.31 | 0.30 | 350.77 | 0.3 | 0.57 |
| Hex | B3 | 72 | 7C | 0 | 24 | 1F | 1E | 15F | 1E | 39 |
| Octal | 263 | 162 | 174 | 0 | 44 | 37 | 36 | 537 | 36 | 71 |
| Binary | 10110011 | 1110010 | 1111100 | 0 | 100100 | 11111 | 11110 | 101011111 | 11110 | 111001 |
Color Harmonies of #B3727C
Complementary color
Monochromatic Colors of #B3727C
Black with #B3727C
Text Example
Text Example
White with #B3727C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3727C; }
p { color: rgb(179,114,124); }
H1.HeaderClassName
{
color: #B3727C;
}
.AnyTagClassName
{
color: #B3727C;
}
</style>
background-color css
<style>
a { background-color: #B3727C; }
a { background-color: rgb(179,114,124); }
div.DivClassName
{
background-color: #B3727C;
}
.BgClassName
{
background-color: #B3727C;
}
</style>
border-color css
<style>
span { border-color: #B3727C; }
span { border-color: rgb(179,114,124); }
td.TdClassName
{
border-color: #B3727C;
}
.TagClassName
{
border-color: #B3727C;
}
</style>