Shades of Tapestry #B3708A
Tints of Tapestry #B3708A
RGB
CMYK
RGB Variations
Color information
#B3708A (or 0xB3708A) is known color: Tapestry. HEX triplet: B3, 70 and 8A. RGB value is (179,112,138). Sum of RGB (Red+Green+Blue) = 179+112+138=429 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.72% from 429); Green value is 112 (44.14% from 255 or 26.11% from 429); Blue value is 138 (54.30% from 255 or 32.17% from 429); Max value from RGB is 179 - color contains mainly: red. Hex color #B3708A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B3708A is #4C8F75. Grayscale: #868686. Windows color (decimal): -5017462 or 9072819. OLE color: 9072819.
HSL color Cylindrical-coordinate representation of color #B3708A: hue angle of 336.72º 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 #B3708A is Cyan = 0, Magento = 0.37, Yellow = 0.23 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 112 | 138 | - |
| CMYK | 0 | 0.37 | 0.23 | 0.30 |
| HSL | 336.72º | 0.31% | 0.57% | - |
| HSV(B) | 336.72º | 0.37% | 0.7% | - |
| XYZ | 28.97 | 23.01 | 26.96 | - |
| YUV | 135 | 129.7 | 159.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 112 | 138 | 0 | 0.37 | 0.23 | 0.30 | 336.72 | 0.31 | 0.57 |
| Hex | B3 | 70 | 8A | 0 | 25 | 17 | 1E | 151 | 1F | 39 |
| Octal | 263 | 160 | 212 | 0 | 45 | 27 | 36 | 521 | 37 | 71 |
| Binary | 10110011 | 1110000 | 10001010 | 0 | 100101 | 10111 | 11110 | 101010001 | 11111 | 111001 |
Color Harmonies of #B3708A
Complementary color
Monochromatic Colors of #B3708A
Black with #B3708A
Text Example
Text Example
White with #B3708A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3708A; }
p { color: rgb(179,112,138); }
H1.HeaderClassName
{
color: #B3708A;
}
.AnyTagClassName
{
color: #B3708A;
}
</style>
background-color css
<style>
a { background-color: #B3708A; }
a { background-color: rgb(179,112,138); }
div.DivClassName
{
background-color: #B3708A;
}
.BgClassName
{
background-color: #B3708A;
}
</style>
border-color css
<style>
span { border-color: #B3708A; }
span { border-color: rgb(179,112,138); }
td.TdClassName
{
border-color: #B3708A;
}
.TagClassName
{
border-color: #B3708A;
}
</style>