Shades of Tapestry #B3808A
Tints of Tapestry #B3808A
RGB
CMYK
RGB Variations
Color information
#B3808A (or 0xB3808A) is known color: Tapestry. HEX triplet: B3, 80 and 8A. RGB value is (179,128,138). Sum of RGB (Red+Green+Blue) = 179+128+138=445 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.22% from 445); Green value is 128 (50.39% from 255 or 28.76% from 445); Blue value is 138 (54.30% from 255 or 31.01% from 445); Max value from RGB is 179 - color contains mainly: red. Hex color #B3808A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3808A is #4C7F75. Grayscale: #909090. Windows color (decimal): -5013366 or 9076915. OLE color: 9076915.
HSL color Cylindrical-coordinate representation of color #B3808A: hue angle of 348.24º 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 #B3808A is Cyan = 0, Magento = 0.28, Yellow = 0.23 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 128 | 138 | - |
| CMYK | 0 | 0.28 | 0.23 | 0.30 |
| HSL | 348.24º | 0.25% | 0.6% | - |
| HSV(B) | 348.24º | 0.28% | 0.7% | - |
| XYZ | 30.9 | 26.86 | 27.6 | - |
| YUV | 144.39 | 124.4 | 152.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 128 | 138 | 0 | 0.28 | 0.23 | 0.30 | 348.24 | 0.25 | 0.6 |
| Hex | B3 | 80 | 8A | 0 | 1C | 17 | 1E | 15C | 19 | 3C |
| Octal | 263 | 200 | 212 | 0 | 34 | 27 | 36 | 534 | 31 | 74 |
| Binary | 10110011 | 10000000 | 10001010 | 0 | 11100 | 10111 | 11110 | 101011100 | 11001 | 111100 |
Color Harmonies of #B3808A
Complementary color
Monochromatic Colors of #B3808A
Black with #B3808A
Text Example
Text Example
White with #B3808A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3808A; }
p { color: rgb(179,128,138); }
H1.HeaderClassName
{
color: #B3808A;
}
.AnyTagClassName
{
color: #B3808A;
}
</style>
background-color css
<style>
a { background-color: #B3808A; }
a { background-color: rgb(179,128,138); }
div.DivClassName
{
background-color: #B3808A;
}
.BgClassName
{
background-color: #B3808A;
}
</style>
border-color css
<style>
span { border-color: #B3808A; }
span { border-color: rgb(179,128,138); }
td.TdClassName
{
border-color: #B3808A;
}
.TagClassName
{
border-color: #B3808A;
}
</style>