Shades of Tapestry #B27287
Tints of Tapestry #B27287
RGB
CMYK
RGB Variations
Color information
#B27287 (or 0xB27287) is known color: Tapestry. HEX triplet: B2, 72 and 87. RGB value is (178,114,135). Sum of RGB (Red+Green+Blue) = 178+114+135=427 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.69% from 427); Green value is 114 (44.92% from 255 or 26.70% from 427); Blue value is 135 (53.12% from 255 or 31.62% from 427); Max value from RGB is 178 - color contains mainly: red. Hex color #B27287 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27287 is #4D8D78. Grayscale: #878787. Windows color (decimal): -5082489 or 8876722. OLE color: 8876722.
HSL color Cylindrical-coordinate representation of color #B27287: hue angle of 340.31º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B27287 is Cyan = 0, Magento = 0.36, Yellow = 0.24 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 114 | 135 | - |
| CMYK | 0 | 0.36 | 0.24 | 0.30 |
| HSL | 340.31º | 0.29% | 0.57% | - |
| HSV(B) | 340.31º | 0.36% | 0.7% | - |
| XYZ | 28.75 | 23.25 | 25.89 | - |
| YUV | 135.53 | 127.7 | 158.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 114 | 135 | 0 | 0.36 | 0.24 | 0.30 | 340.31 | 0.29 | 0.57 |
| Hex | B2 | 72 | 87 | 0 | 24 | 18 | 1E | 154 | 1D | 39 |
| Octal | 262 | 162 | 207 | 0 | 44 | 30 | 36 | 524 | 35 | 71 |
| Binary | 10110010 | 1110010 | 10000111 | 0 | 100100 | 11000 | 11110 | 101010100 | 11101 | 111001 |
Color Harmonies of #B27287
Complementary color
Monochromatic Colors of #B27287
Black with #B27287
Text Example
Text Example
White with #B27287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27287; }
p { color: rgb(178,114,135); }
H1.HeaderClassName
{
color: #B27287;
}
.AnyTagClassName
{
color: #B27287;
}
</style>
background-color css
<style>
a { background-color: #B27287; }
a { background-color: rgb(178,114,135); }
div.DivClassName
{
background-color: #B27287;
}
.BgClassName
{
background-color: #B27287;
}
</style>
border-color css
<style>
span { border-color: #B27287; }
span { border-color: rgb(178,114,135); }
td.TdClassName
{
border-color: #B27287;
}
.TagClassName
{
border-color: #B27287;
}
</style>