Shades of Tapestry #B28385
Tints of Tapestry #B28385
RGB
CMYK
RGB Variations
Color information
#B28385 (or 0xB28385) is known color: Tapestry. HEX triplet: B2, 83 and 85. RGB value is (178,131,133). Sum of RGB (Red+Green+Blue) = 178+131+133=442 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.27% from 442); Green value is 131 (51.56% from 255 or 29.64% from 442); Blue value is 133 (52.34% from 255 or 30.09% from 442); Max value from RGB is 178 - color contains mainly: red. Hex color #B28385 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B28385 is #4D7C7A. Grayscale: #919191. Windows color (decimal): -5078139 or 8750002. OLE color: 8750002.
HSL color Cylindrical-coordinate representation of color #B28385: hue angle of 357.45º 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 #B28385 is Cyan = 0, Magento = 0.26, Yellow = 0.25 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 131 | 133 | - |
| CMYK | 0 | 0.26 | 0.25 | 0.30 |
| HSL | 357.45º | 0.23% | 0.61% | - |
| HSV(B) | 357.45º | 0.26% | 0.7% | - |
| XYZ | 30.71 | 27.39 | 25.86 | - |
| YUV | 145.28 | 121.07 | 151.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 131 | 133 | 0 | 0.26 | 0.25 | 0.30 | 357.45 | 0.23 | 0.61 |
| Hex | B2 | 83 | 85 | 0 | 1A | 19 | 1E | 165 | 17 | 3D |
| Octal | 262 | 203 | 205 | 0 | 32 | 31 | 36 | 545 | 27 | 75 |
| Binary | 10110010 | 10000011 | 10000101 | 0 | 11010 | 11001 | 11110 | 101100101 | 10111 | 111101 |
Color Harmonies of #B28385
Complementary color
Monochromatic Colors of #B28385
Black with #B28385
Text Example
Text Example
White with #B28385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28385; }
p { color: rgb(178,131,133); }
H1.HeaderClassName
{
color: #B28385;
}
.AnyTagClassName
{
color: #B28385;
}
</style>
background-color css
<style>
a { background-color: #B28385; }
a { background-color: rgb(178,131,133); }
div.DivClassName
{
background-color: #B28385;
}
.BgClassName
{
background-color: #B28385;
}
</style>
border-color css
<style>
span { border-color: #B28385; }
span { border-color: rgb(178,131,133); }
td.TdClassName
{
border-color: #B28385;
}
.TagClassName
{
border-color: #B28385;
}
</style>