Shades of Tapestry #B3707B
Tints of Tapestry #B3707B
RGB
CMYK
RGB Variations
Color information
#B3707B (or 0xB3707B) is known color: Tapestry. HEX triplet: B3, 70 and 7B. RGB value is (179,112,123). Sum of RGB (Red+Green+Blue) = 179+112+123=414 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.24% from 414); Green value is 112 (44.14% from 255 or 27.05% from 414); Blue value is 123 (48.44% from 255 or 29.71% from 414); Max value from RGB is 179 - color contains mainly: red. Hex color #B3707B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B3707B is #4C8F84. Grayscale: #858585. Windows color (decimal): -5017477 or 8089779. OLE color: 8089779.
HSL color Cylindrical-coordinate representation of color #B3707B: hue angle of 350.15º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B3707B is Cyan = 0, Magento = 0.37, Yellow = 0.31 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 112 | 123 | - |
| CMYK | 0 | 0.37 | 0.31 | 0.30 |
| HSL | 350.15º | 0.31% | 0.57% | - |
| HSV(B) | 350.15º | 0.37% | 0.7% | - |
| XYZ | 27.96 | 22.6 | 21.63 | - |
| YUV | 133.29 | 122.2 | 160.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 112 | 123 | 0 | 0.37 | 0.31 | 0.30 | 350.15 | 0.31 | 0.57 |
| Hex | B3 | 70 | 7B | 0 | 25 | 1F | 1E | 15E | 1F | 39 |
| Octal | 263 | 160 | 173 | 0 | 45 | 37 | 36 | 536 | 37 | 71 |
| Binary | 10110011 | 1110000 | 1111011 | 0 | 100101 | 11111 | 11110 | 101011110 | 11111 | 111001 |
Color Harmonies of #B3707B
Complementary color
Monochromatic Colors of #B3707B
Black with #B3707B
Text Example
Text Example
White with #B3707B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3707B; }
p { color: rgb(179,112,123); }
H1.HeaderClassName
{
color: #B3707B;
}
.AnyTagClassName
{
color: #B3707B;
}
</style>
background-color css
<style>
a { background-color: #B3707B; }
a { background-color: rgb(179,112,123); }
div.DivClassName
{
background-color: #B3707B;
}
.BgClassName
{
background-color: #B3707B;
}
</style>
border-color css
<style>
span { border-color: #B3707B; }
span { border-color: rgb(179,112,123); }
td.TdClassName
{
border-color: #B3707B;
}
.TagClassName
{
border-color: #B3707B;
}
</style>