Shades of Tapestry #B36A8C
Tints of Tapestry #B36A8C
RGB
CMYK
RGB Variations
Color information
#B36A8C (or 0xB36A8C) is known color: Tapestry. HEX triplet: B3, 6A and 8C. RGB value is (179,106,140). Sum of RGB (Red+Green+Blue) = 179+106+140=425 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.12% from 425); Green value is 106 (41.80% from 255 or 24.94% from 425); Blue value is 140 (55.08% from 255 or 32.94% from 425); Max value from RGB is 179 - color contains mainly: red. Hex color #B36A8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B36A8C is #4C9573. Grayscale: #838383. Windows color (decimal): -5018996 or 9202355. OLE color: 9202355.
HSL color Cylindrical-coordinate representation of color #B36A8C: hue angle of 332.05º 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 #B36A8C is Cyan = 0, Magento = 0.41, Yellow = 0.22 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 106 | 140 | - |
| CMYK | 0 | 0.41 | 0.22 | 0.30 |
| HSL | 332.05º | 0.32% | 0.56% | - |
| HSV(B) | 332.05º | 0.41% | 0.7% | - |
| XYZ | 28.48 | 21.79 | 27.51 | - |
| YUV | 131.7 | 132.68 | 161.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 106 | 140 | 0 | 0.41 | 0.22 | 0.30 | 332.05 | 0.32 | 0.56 |
| Hex | B3 | 6A | 8C | 0 | 29 | 16 | 1E | 14C | 20 | 38 |
| Octal | 263 | 152 | 214 | 0 | 51 | 26 | 36 | 514 | 40 | 70 |
| Binary | 10110011 | 1101010 | 10001100 | 0 | 101001 | 10110 | 11110 | 101001100 | 100000 | 111000 |
Color Harmonies of #B36A8C
Complementary color
Monochromatic Colors of #B36A8C
Black with #B36A8C
Text Example
Text Example
White with #B36A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B36A8C; }
p { color: rgb(179,106,140); }
H1.HeaderClassName
{
color: #B36A8C;
}
.AnyTagClassName
{
color: #B36A8C;
}
</style>
background-color css
<style>
a { background-color: #B36A8C; }
a { background-color: rgb(179,106,140); }
div.DivClassName
{
background-color: #B36A8C;
}
.BgClassName
{
background-color: #B36A8C;
}
</style>
border-color css
<style>
span { border-color: #B36A8C; }
span { border-color: rgb(179,106,140); }
td.TdClassName
{
border-color: #B36A8C;
}
.TagClassName
{
border-color: #B36A8C;
}
</style>