Shades of Tapestry #B36892
Tints of Tapestry #B36892
RGB
CMYK
RGB Variations
Color information
#B36892 (or 0xB36892) is known color: Tapestry. HEX triplet: B3, 68 and 92. RGB value is (179,104,146). Sum of RGB (Red+Green+Blue) = 179+104+146=429 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.72% from 429); Green value is 104 (41.02% from 255 or 24.24% from 429); Blue value is 146 (57.42% from 255 or 34.03% from 429); Max value from RGB is 179 - color contains mainly: red. Hex color #B36892 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B36892 is #4C976D. Grayscale: #838383. Windows color (decimal): -5019502 or 9595059. OLE color: 9595059.
HSL color Cylindrical-coordinate representation of color #B36892: hue angle of 326.4º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B36892 is Cyan = 0, Magento = 0.42, Yellow = 0.18 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 104 | 146 | - |
| CMYK | 0 | 0.42 | 0.18 | 0.30 |
| HSL | 326.4º | 0.33% | 0.55% | - |
| HSV(B) | 326.4º | 0.42% | 0.7% | - |
| XYZ | 28.73 | 21.56 | 29.84 | - |
| YUV | 131.21 | 136.35 | 162.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 104 | 146 | 0 | 0.42 | 0.18 | 0.30 | 326.4 | 0.33 | 0.55 |
| Hex | B3 | 68 | 92 | 0 | 2A | 12 | 1E | 146 | 21 | 37 |
| Octal | 263 | 150 | 222 | 0 | 52 | 22 | 36 | 506 | 41 | 67 |
| Binary | 10110011 | 1101000 | 10010010 | 0 | 101010 | 10010 | 11110 | 101000110 | 100001 | 110111 |
Color Harmonies of #B36892
Complementary color
Monochromatic Colors of #B36892
Black with #B36892
Text Example
Text Example
White with #B36892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B36892; }
p { color: rgb(179,104,146); }
H1.HeaderClassName
{
color: #B36892;
}
.AnyTagClassName
{
color: #B36892;
}
</style>
background-color css
<style>
a { background-color: #B36892; }
a { background-color: rgb(179,104,146); }
div.DivClassName
{
background-color: #B36892;
}
.BgClassName
{
background-color: #B36892;
}
</style>
border-color css
<style>
span { border-color: #B36892; }
span { border-color: rgb(179,104,146); }
td.TdClassName
{
border-color: #B36892;
}
.TagClassName
{
border-color: #B36892;
}
</style>