Shades of Tapestry #B36990
Tints of Tapestry #B36990
RGB
CMYK
RGB Variations
Color information
#B36990 (or 0xB36990) is known color: Tapestry. HEX triplet: B3, 69 and 90. RGB value is (179,105,144). Sum of RGB (Red+Green+Blue) = 179+105+144=428 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.82% from 428); Green value is 105 (41.41% from 255 or 24.53% from 428); Blue value is 144 (56.64% from 255 or 33.64% from 428); Max value from RGB is 179 - color contains mainly: red. Hex color #B36990 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B36990 is #4C966F. Grayscale: #838383. Windows color (decimal): -5019248 or 9464243. OLE color: 9464243.
HSL color Cylindrical-coordinate representation of color #B36990: hue angle of 328.38º degrees, saturation: 0.33, 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 #B36990 is Cyan = 0, Magento = 0.41, Yellow = 0.20 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 105 | 144 | - |
| CMYK | 0 | 0.41 | 0.20 | 0.30 |
| HSL | 328.38º | 0.33% | 0.56% | - |
| HSV(B) | 328.38º | 0.41% | 0.7% | - |
| XYZ | 28.68 | 21.7 | 29.06 | - |
| YUV | 131.57 | 135.02 | 161.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 105 | 144 | 0 | 0.41 | 0.20 | 0.30 | 328.38 | 0.33 | 0.56 |
| Hex | B3 | 69 | 90 | 0 | 29 | 14 | 1E | 148 | 21 | 38 |
| Octal | 263 | 151 | 220 | 0 | 51 | 24 | 36 | 510 | 41 | 70 |
| Binary | 10110011 | 1101001 | 10010000 | 0 | 101001 | 10100 | 11110 | 101001000 | 100001 | 111000 |
Color Harmonies of #B36990
Complementary color
Monochromatic Colors of #B36990
Black with #B36990
Text Example
Text Example
White with #B36990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B36990; }
p { color: rgb(179,105,144); }
H1.HeaderClassName
{
color: #B36990;
}
.AnyTagClassName
{
color: #B36990;
}
</style>
background-color css
<style>
a { background-color: #B36990; }
a { background-color: rgb(179,105,144); }
div.DivClassName
{
background-color: #B36990;
}
.BgClassName
{
background-color: #B36990;
}
</style>
border-color css
<style>
span { border-color: #B36990; }
span { border-color: rgb(179,105,144); }
td.TdClassName
{
border-color: #B36990;
}
.TagClassName
{
border-color: #B36990;
}
</style>