Shades of Tapestry #B3818E
Tints of Tapestry #B3818E
RGB
CMYK
RGB Variations
Color information
#B3818E (or 0xB3818E) is known color: Tapestry. HEX triplet: B3, 81 and 8E. RGB value is (179,129,142). Sum of RGB (Red+Green+Blue) = 179+129+142=450 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.78% from 450); Green value is 129 (50.78% from 255 or 28.67% from 450); Blue value is 142 (55.86% from 255 or 31.56% from 450); Max value from RGB is 179 - color contains mainly: red. Hex color #B3818E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3818E is #4C7E71. Grayscale: #919191. Windows color (decimal): -5013106 or 9339315. OLE color: 9339315.
HSL color Cylindrical-coordinate representation of color #B3818E: hue angle of 344.4º 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 #B3818E is Cyan = 0, Magento = 0.28, Yellow = 0.21 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 129 | 142 | - |
| CMYK | 0 | 0.28 | 0.21 | 0.30 |
| HSL | 344.4º | 0.25% | 0.6% | - |
| HSV(B) | 344.4º | 0.28% | 0.7% | - |
| XYZ | 31.32 | 27.24 | 29.2 | - |
| YUV | 145.43 | 126.07 | 151.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 129 | 142 | 0 | 0.28 | 0.21 | 0.30 | 344.4 | 0.25 | 0.6 |
| Hex | B3 | 81 | 8E | 0 | 1C | 15 | 1E | 158 | 19 | 3C |
| Octal | 263 | 201 | 216 | 0 | 34 | 25 | 36 | 530 | 31 | 74 |
| Binary | 10110011 | 10000001 | 10001110 | 0 | 11100 | 10101 | 11110 | 101011000 | 11001 | 111100 |
Color Harmonies of #B3818E
Complementary color
Monochromatic Colors of #B3818E
Black with #B3818E
Text Example
Text Example
White with #B3818E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3818E; }
p { color: rgb(179,129,142); }
H1.HeaderClassName
{
color: #B3818E;
}
.AnyTagClassName
{
color: #B3818E;
}
</style>
background-color css
<style>
a { background-color: #B3818E; }
a { background-color: rgb(179,129,142); }
div.DivClassName
{
background-color: #B3818E;
}
.BgClassName
{
background-color: #B3818E;
}
</style>
border-color css
<style>
span { border-color: #B3818E; }
span { border-color: rgb(179,129,142); }
td.TdClassName
{
border-color: #B3818E;
}
.TagClassName
{
border-color: #B3818E;
}
</style>