Shades of Tapestry #B36A8A
Tints of Tapestry #B36A8A
RGB
CMYK
RGB Variations
Color information
#B36A8A (or 0xB36A8A) is known color: Tapestry. HEX triplet: B3, 6A and 8A. RGB value is (179,106,138). Sum of RGB (Red+Green+Blue) = 179+106+138=423 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.32% from 423); Green value is 106 (41.80% from 255 or 25.06% from 423); Blue value is 138 (54.30% from 255 or 32.62% from 423); Max value from RGB is 179 - color contains mainly: red. Hex color #B36A8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B36A8A is #4C9575. Grayscale: #838383. Windows color (decimal): -5018998 or 9071283. OLE color: 9071283.
HSL color Cylindrical-coordinate representation of color #B36A8A: hue angle of 333.7º 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 #B36A8A is Cyan = 0, Magento = 0.41, Yellow = 0.23 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 106 | 138 | - |
| CMYK | 0 | 0.41 | 0.23 | 0.30 |
| HSL | 333.7º | 0.32% | 0.56% | - |
| HSV(B) | 333.7º | 0.41% | 0.7% | - |
| XYZ | 28.33 | 21.73 | 26.75 | - |
| YUV | 131.48 | 131.68 | 161.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 106 | 138 | 0 | 0.41 | 0.23 | 0.30 | 333.7 | 0.32 | 0.56 |
| Hex | B3 | 6A | 8A | 0 | 29 | 17 | 1E | 14E | 20 | 38 |
| Octal | 263 | 152 | 212 | 0 | 51 | 27 | 36 | 516 | 40 | 70 |
| Binary | 10110011 | 1101010 | 10001010 | 0 | 101001 | 10111 | 11110 | 101001110 | 100000 | 111000 |
Color Harmonies of #B36A8A
Complementary color
Monochromatic Colors of #B36A8A
Black with #B36A8A
Text Example
Text Example
White with #B36A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B36A8A; }
p { color: rgb(179,106,138); }
H1.HeaderClassName
{
color: #B36A8A;
}
.AnyTagClassName
{
color: #B36A8A;
}
</style>
background-color css
<style>
a { background-color: #B36A8A; }
a { background-color: rgb(179,106,138); }
div.DivClassName
{
background-color: #B36A8A;
}
.BgClassName
{
background-color: #B36A8A;
}
</style>
border-color css
<style>
span { border-color: #B36A8A; }
span { border-color: rgb(179,106,138); }
td.TdClassName
{
border-color: #B36A8A;
}
.TagClassName
{
border-color: #B36A8A;
}
</style>