Shades of Tapestry #B3748A
Tints of Tapestry #B3748A
RGB
CMYK
RGB Variations
Color information
#B3748A (or 0xB3748A) is known color: Tapestry. HEX triplet: B3, 74 and 8A. RGB value is (179,116,138). Sum of RGB (Red+Green+Blue) = 179+116+138=433 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.34% from 433); Green value is 116 (45.70% from 255 or 26.79% from 433); Blue value is 138 (54.30% from 255 or 31.87% from 433); Max value from RGB is 179 - color contains mainly: red. Hex color #B3748A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B3748A is #4C8B75. Grayscale: #898989. Windows color (decimal): -5016438 or 9073843. OLE color: 9073843.
HSL color Cylindrical-coordinate representation of color #B3748A: hue angle of 339.05º 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 #B3748A is Cyan = 0, Magento = 0.35, Yellow = 0.23 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 116 | 138 | - |
| CMYK | 0 | 0.35 | 0.23 | 0.30 |
| HSL | 339.05º | 0.29% | 0.58% | - |
| HSV(B) | 339.05º | 0.35% | 0.7% | - |
| XYZ | 29.42 | 23.91 | 27.11 | - |
| YUV | 137.35 | 128.37 | 157.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 116 | 138 | 0 | 0.35 | 0.23 | 0.30 | 339.05 | 0.29 | 0.58 |
| Hex | B3 | 74 | 8A | 0 | 23 | 17 | 1E | 153 | 1D | 3A |
| Octal | 263 | 164 | 212 | 0 | 43 | 27 | 36 | 523 | 35 | 72 |
| Binary | 10110011 | 1110100 | 10001010 | 0 | 100011 | 10111 | 11110 | 101010011 | 11101 | 111010 |
Color Harmonies of #B3748A
Complementary color
Monochromatic Colors of #B3748A
Black with #B3748A
Text Example
Text Example
White with #B3748A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3748A; }
p { color: rgb(179,116,138); }
H1.HeaderClassName
{
color: #B3748A;
}
.AnyTagClassName
{
color: #B3748A;
}
</style>
background-color css
<style>
a { background-color: #B3748A; }
a { background-color: rgb(179,116,138); }
div.DivClassName
{
background-color: #B3748A;
}
.BgClassName
{
background-color: #B3748A;
}
</style>
border-color css
<style>
span { border-color: #B3748A; }
span { border-color: rgb(179,116,138); }
td.TdClassName
{
border-color: #B3748A;
}
.TagClassName
{
border-color: #B3748A;
}
</style>