Shades of Tapestry #B28387
Tints of Tapestry #B28387
RGB
CMYK
RGB Variations
Color information
#B28387 (or 0xB28387) is known color: Tapestry. HEX triplet: B2, 83 and 87. RGB value is (178,131,135). Sum of RGB (Red+Green+Blue) = 178+131+135=444 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.09% from 444); Green value is 131 (51.56% from 255 or 29.50% from 444); Blue value is 135 (53.12% from 255 or 30.41% from 444); Max value from RGB is 178 - color contains mainly: red. Hex color #B28387 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B28387 is #4D7C78. Grayscale: #919191. Windows color (decimal): -5078137 or 8881074. OLE color: 8881074.
HSL color Cylindrical-coordinate representation of color #B28387: hue angle of 354.89º 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 #B28387 is Cyan = 0, Magento = 0.26, Yellow = 0.24 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 131 | 135 | - |
| CMYK | 0 | 0.26 | 0.24 | 0.30 |
| HSL | 354.89º | 0.23% | 0.61% | - |
| HSV(B) | 354.89º | 0.26% | 0.7% | - |
| XYZ | 30.85 | 27.45 | 26.59 | - |
| YUV | 145.51 | 122.07 | 151.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 131 | 135 | 0 | 0.26 | 0.24 | 0.30 | 354.89 | 0.23 | 0.61 |
| Hex | B2 | 83 | 87 | 0 | 1A | 18 | 1E | 163 | 17 | 3D |
| Octal | 262 | 203 | 207 | 0 | 32 | 30 | 36 | 543 | 27 | 75 |
| Binary | 10110010 | 10000011 | 10000111 | 0 | 11010 | 11000 | 11110 | 101100011 | 10111 | 111101 |
Color Harmonies of #B28387
Complementary color
Monochromatic Colors of #B28387
Black with #B28387
Text Example
Text Example
White with #B28387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28387; }
p { color: rgb(178,131,135); }
H1.HeaderClassName
{
color: #B28387;
}
.AnyTagClassName
{
color: #B28387;
}
</style>
background-color css
<style>
a { background-color: #B28387; }
a { background-color: rgb(178,131,135); }
div.DivClassName
{
background-color: #B28387;
}
.BgClassName
{
background-color: #B28387;
}
</style>
border-color css
<style>
span { border-color: #B28387; }
span { border-color: rgb(178,131,135); }
td.TdClassName
{
border-color: #B28387;
}
.TagClassName
{
border-color: #B28387;
}
</style>