Shades of Tapestry #B3738B
Tints of Tapestry #B3738B
RGB
CMYK
RGB Variations
Color information
#B3738B (or 0xB3738B) is known color: Tapestry. HEX triplet: B3, 73 and 8B. RGB value is (179,115,139). Sum of RGB (Red+Green+Blue) = 179+115+139=433 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.34% from 433); Green value is 115 (45.31% from 255 or 26.56% from 433); Blue value is 139 (54.69% from 255 or 32.10% from 433); Max value from RGB is 179 - color contains mainly: red. Hex color #B3738B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B3738B is #4C8C74. Grayscale: #888888. Windows color (decimal): -5016693 or 9139123. OLE color: 9139123.
HSL color Cylindrical-coordinate representation of color #B3738B: hue angle of 337.5º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B3738B is Cyan = 0, Magento = 0.36, Yellow = 0.22 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 115 | 139 | - |
| CMYK | 0 | 0.36 | 0.22 | 0.30 |
| HSL | 337.5º | 0.3% | 0.58% | - |
| HSV(B) | 337.5º | 0.36% | 0.7% | - |
| XYZ | 29.38 | 23.71 | 27.45 | - |
| YUV | 136.87 | 129.2 | 158.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 115 | 139 | 0 | 0.36 | 0.22 | 0.30 | 337.5 | 0.3 | 0.58 |
| Hex | B3 | 73 | 8B | 0 | 24 | 16 | 1E | 152 | 1E | 3A |
| Octal | 263 | 163 | 213 | 0 | 44 | 26 | 36 | 522 | 36 | 72 |
| Binary | 10110011 | 1110011 | 10001011 | 0 | 100100 | 10110 | 11110 | 101010010 | 11110 | 111010 |
Color Harmonies of #B3738B
Complementary color
Monochromatic Colors of #B3738B
Black with #B3738B
Text Example
Text Example
White with #B3738B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3738B; }
p { color: rgb(179,115,139); }
H1.HeaderClassName
{
color: #B3738B;
}
.AnyTagClassName
{
color: #B3738B;
}
</style>
background-color css
<style>
a { background-color: #B3738B; }
a { background-color: rgb(179,115,139); }
div.DivClassName
{
background-color: #B3738B;
}
.BgClassName
{
background-color: #B3738B;
}
</style>
border-color css
<style>
span { border-color: #B3738B; }
span { border-color: rgb(179,115,139); }
td.TdClassName
{
border-color: #B3738B;
}
.TagClassName
{
border-color: #B3738B;
}
</style>