Shades of Tapestry #B28390
Tints of Tapestry #B28390
RGB
CMYK
RGB Variations
Color information
#B28390 (or 0xB28390) is known color: Tapestry. HEX triplet: B2, 83 and 90. RGB value is (178,131,144). Sum of RGB (Red+Green+Blue) = 178+131+144=453 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.29% from 453); Green value is 131 (51.56% from 255 or 28.92% from 453); Blue value is 144 (56.64% from 255 or 31.79% from 453); Max value from RGB is 178 - color contains mainly: red. Hex color #B28390 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B28390 is #4D7C6F. Grayscale: #929292. Windows color (decimal): -5078128 or 9470898. OLE color: 9470898.
HSL color Cylindrical-coordinate representation of color #B28390: hue angle of 343.4º 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 #B28390 is Cyan = 0, Magento = 0.26, Yellow = 0.19 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 131 | 144 | - |
| CMYK | 0 | 0.26 | 0.19 | 0.30 |
| HSL | 343.4º | 0.23% | 0.61% | - |
| HSV(B) | 343.4º | 0.26% | 0.7% | - |
| XYZ | 31.51 | 27.71 | 30.07 | - |
| YUV | 146.54 | 126.57 | 150.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 131 | 144 | 0 | 0.26 | 0.19 | 0.30 | 343.4 | 0.23 | 0.61 |
| Hex | B2 | 83 | 90 | 0 | 1A | 13 | 1E | 157 | 17 | 3D |
| Octal | 262 | 203 | 220 | 0 | 32 | 23 | 36 | 527 | 27 | 75 |
| Binary | 10110010 | 10000011 | 10010000 | 0 | 11010 | 10011 | 11110 | 101010111 | 10111 | 111101 |
Color Harmonies of #B28390
Complementary color
Monochromatic Colors of #B28390
Black with #B28390
Text Example
Text Example
White with #B28390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28390; }
p { color: rgb(178,131,144); }
H1.HeaderClassName
{
color: #B28390;
}
.AnyTagClassName
{
color: #B28390;
}
</style>
background-color css
<style>
a { background-color: #B28390; }
a { background-color: rgb(178,131,144); }
div.DivClassName
{
background-color: #B28390;
}
.BgClassName
{
background-color: #B28390;
}
</style>
border-color css
<style>
span { border-color: #B28390; }
span { border-color: rgb(178,131,144); }
td.TdClassName
{
border-color: #B28390;
}
.TagClassName
{
border-color: #B28390;
}
</style>