Shades of Tapestry #B3808E
Tints of Tapestry #B3808E
RGB
CMYK
RGB Variations
Color information
#B3808E (or 0xB3808E) is known color: Tapestry. HEX triplet: B3, 80 and 8E. RGB value is (179,128,142). Sum of RGB (Red+Green+Blue) = 179+128+142=449 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.87% from 449); Green value is 128 (50.39% from 255 or 28.51% from 449); Blue value is 142 (55.86% from 255 or 31.63% from 449); Max value from RGB is 179 - color contains mainly: red. Hex color #B3808E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3808E is #4C7F71. Grayscale: #909090. Windows color (decimal): -5013362 or 9339059. OLE color: 9339059.
HSL color Cylindrical-coordinate representation of color #B3808E: hue angle of 343.53º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B3808E is Cyan = 0, Magento = 0.28, Yellow = 0.21 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 128 | 142 | - |
| CMYK | 0 | 0.28 | 0.21 | 0.30 |
| HSL | 343.53º | 0.25% | 0.6% | - |
| HSV(B) | 343.53º | 0.28% | 0.7% | - |
| XYZ | 31.19 | 26.98 | 29.15 | - |
| YUV | 144.85 | 126.4 | 152.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 128 | 142 | 0 | 0.28 | 0.21 | 0.30 | 343.53 | 0.25 | 0.6 |
| Hex | B3 | 80 | 8E | 0 | 1C | 15 | 1E | 158 | 19 | 3C |
| Octal | 263 | 200 | 216 | 0 | 34 | 25 | 36 | 530 | 31 | 74 |
| Binary | 10110011 | 10000000 | 10001110 | 0 | 11100 | 10101 | 11110 | 101011000 | 11001 | 111100 |
Color Harmonies of #B3808E
Complementary color
Monochromatic Colors of #B3808E
Black with #B3808E
Text Example
Text Example
White with #B3808E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3808E; }
p { color: rgb(179,128,142); }
H1.HeaderClassName
{
color: #B3808E;
}
.AnyTagClassName
{
color: #B3808E;
}
</style>
background-color css
<style>
a { background-color: #B3808E; }
a { background-color: rgb(179,128,142); }
div.DivClassName
{
background-color: #B3808E;
}
.BgClassName
{
background-color: #B3808E;
}
</style>
border-color css
<style>
span { border-color: #B3808E; }
span { border-color: rgb(179,128,142); }
td.TdClassName
{
border-color: #B3808E;
}
.TagClassName
{
border-color: #B3808E;
}
</style>