Shades of Tapestry #B3818F
Tints of Tapestry #B3818F
RGB
CMYK
RGB Variations
Color information
#B3818F (or 0xB3818F) is known color: Tapestry. HEX triplet: B3, 81 and 8F. RGB value is (179,129,143). Sum of RGB (Red+Green+Blue) = 179+129+143=451 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.69% from 451); Green value is 129 (50.78% from 255 or 28.60% from 451); Blue value is 143 (56.25% from 255 or 31.71% from 451); Max value from RGB is 179 - color contains mainly: red. Hex color #B3818F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3818F is #4C7E70. Grayscale: #919191. Windows color (decimal): -5013105 or 9404851. OLE color: 9404851.
HSL color Cylindrical-coordinate representation of color #B3818F: hue angle of 343.2º 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 #B3818F is Cyan = 0, Magento = 0.28, Yellow = 0.20 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 129 | 143 | - |
| CMYK | 0 | 0.28 | 0.20 | 0.30 |
| HSL | 343.2º | 0.25% | 0.6% | - |
| HSV(B) | 343.2º | 0.28% | 0.7% | - |
| XYZ | 31.4 | 27.27 | 29.59 | - |
| YUV | 145.55 | 126.57 | 151.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 129 | 143 | 0 | 0.28 | 0.20 | 0.30 | 343.2 | 0.25 | 0.6 |
| Hex | B3 | 81 | 8F | 0 | 1C | 14 | 1E | 157 | 19 | 3C |
| Octal | 263 | 201 | 217 | 0 | 34 | 24 | 36 | 527 | 31 | 74 |
| Binary | 10110011 | 10000001 | 10001111 | 0 | 11100 | 10100 | 11110 | 101010111 | 11001 | 111100 |
Color Harmonies of #B3818F
Complementary color
Monochromatic Colors of #B3818F
Black with #B3818F
Text Example
Text Example
White with #B3818F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3818F; }
p { color: rgb(179,129,143); }
H1.HeaderClassName
{
color: #B3818F;
}
.AnyTagClassName
{
color: #B3818F;
}
</style>
background-color css
<style>
a { background-color: #B3818F; }
a { background-color: rgb(179,129,143); }
div.DivClassName
{
background-color: #B3818F;
}
.BgClassName
{
background-color: #B3818F;
}
</style>
border-color css
<style>
span { border-color: #B3818F; }
span { border-color: rgb(179,129,143); }
td.TdClassName
{
border-color: #B3818F;
}
.TagClassName
{
border-color: #B3818F;
}
</style>