Shades of Tapestry #B3828F
Tints of Tapestry #B3828F
RGB
CMYK
RGB Variations
Color information
#B3828F (or 0xB3828F) is known color: Tapestry. HEX triplet: B3, 82 and 8F. RGB value is (179,130,143). Sum of RGB (Red+Green+Blue) = 179+130+143=452 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.60% from 452); Green value is 130 (51.17% from 255 or 28.76% from 452); Blue value is 143 (56.25% from 255 or 31.64% from 452); Max value from RGB is 179 - color contains mainly: red. Hex color #B3828F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3828F is #4C7D70. Grayscale: #929292. Windows color (decimal): -5012849 or 9405107. OLE color: 9405107.
HSL color Cylindrical-coordinate representation of color #B3828F: hue angle of 344.08º degrees, saturation: 0.24, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B3828F is Cyan = 0, Magento = 0.27, Yellow = 0.20 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 130 | 143 | - |
| CMYK | 0 | 0.27 | 0.20 | 0.30 |
| HSL | 344.08º | 0.24% | 0.61% | - |
| HSV(B) | 344.08º | 0.27% | 0.7% | - |
| XYZ | 31.53 | 27.53 | 29.64 | - |
| YUV | 146.13 | 126.23 | 151.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 130 | 143 | 0 | 0.27 | 0.20 | 0.30 | 344.08 | 0.24 | 0.61 |
| Hex | B3 | 82 | 8F | 0 | 1B | 14 | 1E | 158 | 18 | 3D |
| Octal | 263 | 202 | 217 | 0 | 33 | 24 | 36 | 530 | 30 | 75 |
| Binary | 10110011 | 10000010 | 10001111 | 0 | 11011 | 10100 | 11110 | 101011000 | 11000 | 111101 |
Color Harmonies of #B3828F
Complementary color
Monochromatic Colors of #B3828F
Black with #B3828F
Text Example
Text Example
White with #B3828F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3828F; }
p { color: rgb(179,130,143); }
H1.HeaderClassName
{
color: #B3828F;
}
.AnyTagClassName
{
color: #B3828F;
}
</style>
background-color css
<style>
a { background-color: #B3828F; }
a { background-color: rgb(179,130,143); }
div.DivClassName
{
background-color: #B3828F;
}
.BgClassName
{
background-color: #B3828F;
}
</style>
border-color css
<style>
span { border-color: #B3828F; }
span { border-color: rgb(179,130,143); }
td.TdClassName
{
border-color: #B3828F;
}
.TagClassName
{
border-color: #B3828F;
}
</style>