Shades of Tapestry #B3808D
Tints of Tapestry #B3808D
RGB
CMYK
RGB Variations
Color information
#B3808D (or 0xB3808D) is known color: Tapestry. HEX triplet: B3, 80 and 8D. RGB value is (179,128,141). Sum of RGB (Red+Green+Blue) = 179+128+141=448 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.96% from 448); Green value is 128 (50.39% from 255 or 28.57% from 448); Blue value is 141 (55.47% from 255 or 31.47% from 448); Max value from RGB is 179 - color contains mainly: red. Hex color #B3808D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3808D is #4C7F72. Grayscale: #909090. Windows color (decimal): -5013363 or 9273523. OLE color: 9273523.
HSL color Cylindrical-coordinate representation of color #B3808D: hue angle of 344.71º 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 #B3808D is Cyan = 0, Magento = 0.28, Yellow = 0.21 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 128 | 141 | - |
| CMYK | 0 | 0.28 | 0.21 | 0.30 |
| HSL | 344.71º | 0.25% | 0.6% | - |
| HSV(B) | 344.71º | 0.28% | 0.7% | - |
| XYZ | 31.12 | 26.95 | 28.76 | - |
| YUV | 144.73 | 125.9 | 152.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 128 | 141 | 0 | 0.28 | 0.21 | 0.30 | 344.71 | 0.25 | 0.6 |
| Hex | B3 | 80 | 8D | 0 | 1C | 15 | 1E | 159 | 19 | 3C |
| Octal | 263 | 200 | 215 | 0 | 34 | 25 | 36 | 531 | 31 | 74 |
| Binary | 10110011 | 10000000 | 10001101 | 0 | 11100 | 10101 | 11110 | 101011001 | 11001 | 111100 |
Color Harmonies of #B3808D
Complementary color
Monochromatic Colors of #B3808D
Black with #B3808D
Text Example
Text Example
White with #B3808D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3808D; }
p { color: rgb(179,128,141); }
H1.HeaderClassName
{
color: #B3808D;
}
.AnyTagClassName
{
color: #B3808D;
}
</style>
background-color css
<style>
a { background-color: #B3808D; }
a { background-color: rgb(179,128,141); }
div.DivClassName
{
background-color: #B3808D;
}
.BgClassName
{
background-color: #B3808D;
}
</style>
border-color css
<style>
span { border-color: #B3808D; }
span { border-color: rgb(179,128,141); }
td.TdClassName
{
border-color: #B3808D;
}
.TagClassName
{
border-color: #B3808D;
}
</style>