Shades of Tapestry #B3768A
Tints of Tapestry #B3768A
RGB
CMYK
RGB Variations
Color information
#B3768A (or 0xB3768A) is known color: Tapestry. HEX triplet: B3, 76 and 8A. RGB value is (179,118,138). Sum of RGB (Red+Green+Blue) = 179+118+138=435 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.15% from 435); Green value is 118 (46.48% from 255 or 27.13% from 435); Blue value is 138 (54.30% from 255 or 31.72% from 435); Max value from RGB is 179 - color contains mainly: red. Hex color #B3768A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B3768A is #4C8975. Grayscale: #8A8A8A. Windows color (decimal): -5015926 or 9074355. OLE color: 9074355.
HSL color Cylindrical-coordinate representation of color #B3768A: hue angle of 340.33º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B3768A is Cyan = 0, Magento = 0.34, Yellow = 0.23 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 118 | 138 | - |
| CMYK | 0 | 0.34 | 0.23 | 0.30 |
| HSL | 340.33º | 0.29% | 0.58% | - |
| HSV(B) | 340.33º | 0.34% | 0.7% | - |
| XYZ | 29.66 | 24.38 | 27.19 | - |
| YUV | 138.52 | 127.71 | 156.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 118 | 138 | 0 | 0.34 | 0.23 | 0.30 | 340.33 | 0.29 | 0.58 |
| Hex | B3 | 76 | 8A | 0 | 22 | 17 | 1E | 154 | 1D | 3A |
| Octal | 263 | 166 | 212 | 0 | 42 | 27 | 36 | 524 | 35 | 72 |
| Binary | 10110011 | 1110110 | 10001010 | 0 | 100010 | 10111 | 11110 | 101010100 | 11101 | 111010 |
Color Harmonies of #B3768A
Complementary color
Monochromatic Colors of #B3768A
Black with #B3768A
Text Example
Text Example
White with #B3768A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3768A; }
p { color: rgb(179,118,138); }
H1.HeaderClassName
{
color: #B3768A;
}
.AnyTagClassName
{
color: #B3768A;
}
</style>
background-color css
<style>
a { background-color: #B3768A; }
a { background-color: rgb(179,118,138); }
div.DivClassName
{
background-color: #B3768A;
}
.BgClassName
{
background-color: #B3768A;
}
</style>
border-color css
<style>
span { border-color: #B3768A; }
span { border-color: rgb(179,118,138); }
td.TdClassName
{
border-color: #B3768A;
}
.TagClassName
{
border-color: #B3768A;
}
</style>