Shades of Tapestry #B36992
Tints of Tapestry #B36992
RGB
CMYK
RGB Variations
Color information
#B36992 (or 0xB36992) is known color: Tapestry. HEX triplet: B3, 69 and 92. RGB value is (179,105,146). Sum of RGB (Red+Green+Blue) = 179+105+146=430 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.63% from 430); Green value is 105 (41.41% from 255 or 24.42% from 430); Blue value is 146 (57.42% from 255 or 33.95% from 430); Max value from RGB is 179 - color contains mainly: red. Hex color #B36992 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B36992 is #4C966D. Grayscale: #838383. Windows color (decimal): -5019246 or 9595315. OLE color: 9595315.
HSL color Cylindrical-coordinate representation of color #B36992: hue angle of 326.76º 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 #B36992 is Cyan = 0, Magento = 0.41, Yellow = 0.18 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 105 | 146 | - |
| CMYK | 0 | 0.41 | 0.18 | 0.30 |
| HSL | 326.76º | 0.33% | 0.56% | - |
| HSV(B) | 326.76º | 0.41% | 0.7% | - |
| XYZ | 28.83 | 21.76 | 29.88 | - |
| YUV | 131.8 | 136.02 | 161.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 105 | 146 | 0 | 0.41 | 0.18 | 0.30 | 326.76 | 0.33 | 0.56 |
| Hex | B3 | 69 | 92 | 0 | 29 | 12 | 1E | 147 | 21 | 38 |
| Octal | 263 | 151 | 222 | 0 | 51 | 22 | 36 | 507 | 41 | 70 |
| Binary | 10110011 | 1101001 | 10010010 | 0 | 101001 | 10010 | 11110 | 101000111 | 100001 | 111000 |
Color Harmonies of #B36992
Complementary color
Monochromatic Colors of #B36992
Black with #B36992
Text Example
Text Example
White with #B36992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B36992; }
p { color: rgb(179,105,146); }
H1.HeaderClassName
{
color: #B36992;
}
.AnyTagClassName
{
color: #B36992;
}
</style>
background-color css
<style>
a { background-color: #B36992; }
a { background-color: rgb(179,105,146); }
div.DivClassName
{
background-color: #B36992;
}
.BgClassName
{
background-color: #B36992;
}
</style>
border-color css
<style>
span { border-color: #B36992; }
span { border-color: rgb(179,105,146); }
td.TdClassName
{
border-color: #B36992;
}
.TagClassName
{
border-color: #B36992;
}
</style>