Shades of Tapestry #B28485
Tints of Tapestry #B28485
RGB
CMYK
RGB Variations
Color information
#B28485 (or 0xB28485) is known color: Tapestry. HEX triplet: B2, 84 and 85. RGB value is (178,132,133). Sum of RGB (Red+Green+Blue) = 178+132+133=443 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.18% from 443); Green value is 132 (51.95% from 255 or 29.80% from 443); Blue value is 133 (52.34% from 255 or 30.02% from 443); Max value from RGB is 178 - color contains mainly: red. Hex color #B28485 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B28485 is #4D7B7A. Grayscale: #919191. Windows color (decimal): -5077883 or 8750258. OLE color: 8750258.
HSL color Cylindrical-coordinate representation of color #B28485: hue angle of 358.7º degrees, saturation: 0.23, 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 #B28485 is Cyan = 0, Magento = 0.26, Yellow = 0.25 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 132 | 133 | - |
| CMYK | 0 | 0.26 | 0.25 | 0.30 |
| HSL | 358.7º | 0.23% | 0.61% | - |
| HSV(B) | 358.7º | 0.26% | 0.7% | - |
| XYZ | 30.85 | 27.66 | 25.9 | - |
| YUV | 145.87 | 120.74 | 150.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 132 | 133 | 0 | 0.26 | 0.25 | 0.30 | 358.7 | 0.23 | 0.61 |
| Hex | B2 | 84 | 85 | 0 | 1A | 19 | 1E | 167 | 17 | 3D |
| Octal | 262 | 204 | 205 | 0 | 32 | 31 | 36 | 547 | 27 | 75 |
| Binary | 10110010 | 10000100 | 10000101 | 0 | 11010 | 11001 | 11110 | 101100111 | 10111 | 111101 |
Color Harmonies of #B28485
Complementary color
Monochromatic Colors of #B28485
Black with #B28485
Text Example
Text Example
White with #B28485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28485; }
p { color: rgb(178,132,133); }
H1.HeaderClassName
{
color: #B28485;
}
.AnyTagClassName
{
color: #B28485;
}
</style>
background-color css
<style>
a { background-color: #B28485; }
a { background-color: rgb(178,132,133); }
div.DivClassName
{
background-color: #B28485;
}
.BgClassName
{
background-color: #B28485;
}
</style>
border-color css
<style>
span { border-color: #B28485; }
span { border-color: rgb(178,132,133); }
td.TdClassName
{
border-color: #B28485;
}
.TagClassName
{
border-color: #B28485;
}
</style>