Shades of Tapestry #B3848B
Tints of Tapestry #B3848B
RGB
CMYK
RGB Variations
Color information
#B3848B (or 0xB3848B) is known color: Tapestry. HEX triplet: B3, 84 and 8B. RGB value is (179,132,139). Sum of RGB (Red+Green+Blue) = 179+132+139=450 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.78% from 450); Green value is 132 (51.95% from 255 or 29.33% from 450); Blue value is 139 (54.69% from 255 or 30.89% from 450); Max value from RGB is 179 - color contains mainly: red. Hex color #B3848B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3848B is #4C7B74. Grayscale: #929292. Windows color (decimal): -5012341 or 9143475. OLE color: 9143475.
HSL color Cylindrical-coordinate representation of color #B3848B: hue angle of 351.06º degrees, saturation: 0.24, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B3848B is Cyan = 0, Magento = 0.26, Yellow = 0.22 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 132 | 139 | - |
| CMYK | 0 | 0.26 | 0.22 | 0.30 |
| HSL | 351.06º | 0.24% | 0.61% | - |
| HSV(B) | 351.06º | 0.26% | 0.7% | - |
| XYZ | 31.5 | 27.95 | 28.16 | - |
| YUV | 146.85 | 123.57 | 150.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 132 | 139 | 0 | 0.26 | 0.22 | 0.30 | 351.06 | 0.24 | 0.61 |
| Hex | B3 | 84 | 8B | 0 | 1A | 16 | 1E | 15F | 18 | 3D |
| Octal | 263 | 204 | 213 | 0 | 32 | 26 | 36 | 537 | 30 | 75 |
| Binary | 10110011 | 10000100 | 10001011 | 0 | 11010 | 10110 | 11110 | 101011111 | 11000 | 111101 |
Color Harmonies of #B3848B
Complementary color
Monochromatic Colors of #B3848B
Black with #B3848B
Text Example
Text Example
White with #B3848B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3848B; }
p { color: rgb(179,132,139); }
H1.HeaderClassName
{
color: #B3848B;
}
.AnyTagClassName
{
color: #B3848B;
}
</style>
background-color css
<style>
a { background-color: #B3848B; }
a { background-color: rgb(179,132,139); }
div.DivClassName
{
background-color: #B3848B;
}
.BgClassName
{
background-color: #B3848B;
}
</style>
border-color css
<style>
span { border-color: #B3848B; }
span { border-color: rgb(179,132,139); }
td.TdClassName
{
border-color: #B3848B;
}
.TagClassName
{
border-color: #B3848B;
}
</style>