Shades of Tapestry #B3757E
Tints of Tapestry #B3757E
RGB
CMYK
RGB Variations
Color information
#B3757E (or 0xB3757E) is known color: Tapestry. HEX triplet: B3, 75 and 7E. RGB value is (179,117,126). Sum of RGB (Red+Green+Blue) = 179+117+126=422 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.42% from 422); Green value is 117 (46.09% from 255 or 27.73% from 422); Blue value is 126 (49.61% from 255 or 29.86% from 422); Max value from RGB is 179 - color contains mainly: red. Hex color #B3757E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B3757E is #4C8A81. Grayscale: #888888. Windows color (decimal): -5016194 or 8287667. OLE color: 8287667.
HSL color Cylindrical-coordinate representation of color #B3757E: hue angle of 351.29º 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 #B3757E is Cyan = 0, Magento = 0.35, Yellow = 0.30 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 117 | 126 | - |
| CMYK | 0 | 0.35 | 0.30 | 0.30 |
| HSL | 351.29º | 0.29% | 0.58% | - |
| HSV(B) | 351.29º | 0.35% | 0.7% | - |
| XYZ | 28.72 | 23.81 | 22.82 | - |
| YUV | 136.56 | 122.04 | 158.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 117 | 126 | 0 | 0.35 | 0.30 | 0.30 | 351.29 | 0.29 | 0.58 |
| Hex | B3 | 75 | 7E | 0 | 23 | 1E | 1E | 15F | 1D | 3A |
| Octal | 263 | 165 | 176 | 0 | 43 | 36 | 36 | 537 | 35 | 72 |
| Binary | 10110011 | 1110101 | 1111110 | 0 | 100011 | 11110 | 11110 | 101011111 | 11101 | 111010 |
Color Harmonies of #B3757E
Complementary color
Monochromatic Colors of #B3757E
Black with #B3757E
Text Example
Text Example
White with #B3757E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3757E; }
p { color: rgb(179,117,126); }
H1.HeaderClassName
{
color: #B3757E;
}
.AnyTagClassName
{
color: #B3757E;
}
</style>
background-color css
<style>
a { background-color: #B3757E; }
a { background-color: rgb(179,117,126); }
div.DivClassName
{
background-color: #B3757E;
}
.BgClassName
{
background-color: #B3757E;
}
</style>
border-color css
<style>
span { border-color: #B3757E; }
span { border-color: rgb(179,117,126); }
td.TdClassName
{
border-color: #B3757E;
}
.TagClassName
{
border-color: #B3757E;
}
</style>