Shades of Tapestry #B36A81
Tints of Tapestry #B36A81
RGB
CMYK
RGB Variations
Color information
#B36A81 (or 0xB36A81) is known color: Tapestry. HEX triplet: B3, 6A and 81. RGB value is (179,106,129). Sum of RGB (Red+Green+Blue) = 179+106+129=414 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.24% from 414); Green value is 106 (41.80% from 255 or 25.60% from 414); Blue value is 129 (50.78% from 255 or 31.16% from 414); Max value from RGB is 179 - color contains mainly: red. Hex color #B36A81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B36A81 is #4C957E. Grayscale: #828282. Windows color (decimal): -5019007 or 8481459. OLE color: 8481459.
HSL color Cylindrical-coordinate representation of color #B36A81: hue angle of 341.1º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B36A81 is Cyan = 0, Magento = 0.41, Yellow = 0.28 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 106 | 129 | - |
| CMYK | 0 | 0.41 | 0.28 | 0.30 |
| HSL | 341.1º | 0.32% | 0.56% | - |
| HSV(B) | 341.1º | 0.41% | 0.7% | - |
| XYZ | 27.71 | 21.48 | 23.45 | - |
| YUV | 130.45 | 127.18 | 162.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 106 | 129 | 0 | 0.41 | 0.28 | 0.30 | 341.1 | 0.32 | 0.56 |
| Hex | B3 | 6A | 81 | 0 | 29 | 1C | 1E | 155 | 20 | 38 |
| Octal | 263 | 152 | 201 | 0 | 51 | 34 | 36 | 525 | 40 | 70 |
| Binary | 10110011 | 1101010 | 10000001 | 0 | 101001 | 11100 | 11110 | 101010101 | 100000 | 111000 |
Color Harmonies of #B36A81
Complementary color
Monochromatic Colors of #B36A81
Black with #B36A81
Text Example
Text Example
White with #B36A81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B36A81; }
p { color: rgb(179,106,129); }
H1.HeaderClassName
{
color: #B36A81;
}
.AnyTagClassName
{
color: #B36A81;
}
</style>
background-color css
<style>
a { background-color: #B36A81; }
a { background-color: rgb(179,106,129); }
div.DivClassName
{
background-color: #B36A81;
}
.BgClassName
{
background-color: #B36A81;
}
</style>
border-color css
<style>
span { border-color: #B36A81; }
span { border-color: rgb(179,106,129); }
td.TdClassName
{
border-color: #B36A81;
}
.TagClassName
{
border-color: #B36A81;
}
</style>