Shades of Tapestry #B27386
Tints of Tapestry #B27386
RGB
CMYK
RGB Variations
Color information
#B27386 (or 0xB27386) is known color: Tapestry. HEX triplet: B2, 73 and 86. RGB value is (178,115,134). Sum of RGB (Red+Green+Blue) = 178+115+134=427 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.69% from 427); Green value is 115 (45.31% from 255 or 26.93% from 427); Blue value is 134 (52.73% from 255 or 31.38% from 427); Max value from RGB is 178 - color contains mainly: red. Hex color #B27386 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27386 is #4D8C79. Grayscale: #878787. Windows color (decimal): -5082234 or 8811442. OLE color: 8811442.
HSL color Cylindrical-coordinate representation of color #B27386: hue angle of 341.9º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B27386 is Cyan = 0, Magento = 0.35, Yellow = 0.25 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 115 | 134 | - |
| CMYK | 0 | 0.35 | 0.25 | 0.30 |
| HSL | 341.9º | 0.29% | 0.57% | - |
| HSV(B) | 341.9º | 0.35% | 0.7% | - |
| XYZ | 28.79 | 23.45 | 25.56 | - |
| YUV | 136 | 126.87 | 157.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 115 | 134 | 0 | 0.35 | 0.25 | 0.30 | 341.9 | 0.29 | 0.57 |
| Hex | B2 | 73 | 86 | 0 | 23 | 19 | 1E | 156 | 1D | 39 |
| Octal | 262 | 163 | 206 | 0 | 43 | 31 | 36 | 526 | 35 | 71 |
| Binary | 10110010 | 1110011 | 10000110 | 0 | 100011 | 11001 | 11110 | 101010110 | 11101 | 111001 |
Color Harmonies of #B27386
Complementary color
Monochromatic Colors of #B27386
Black with #B27386
Text Example
Text Example
White with #B27386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27386; }
p { color: rgb(178,115,134); }
H1.HeaderClassName
{
color: #B27386;
}
.AnyTagClassName
{
color: #B27386;
}
</style>
background-color css
<style>
a { background-color: #B27386; }
a { background-color: rgb(178,115,134); }
div.DivClassName
{
background-color: #B27386;
}
.BgClassName
{
background-color: #B27386;
}
</style>
border-color css
<style>
span { border-color: #B27386; }
span { border-color: rgb(178,115,134); }
td.TdClassName
{
border-color: #B27386;
}
.TagClassName
{
border-color: #B27386;
}
</style>