Shades of Tapestry #B27786
Tints of Tapestry #B27786
RGB
CMYK
RGB Variations
Color information
#B27786 (or 0xB27786) is known color: Tapestry. HEX triplet: B2, 77 and 86. RGB value is (178,119,134). Sum of RGB (Red+Green+Blue) = 178+119+134=431 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.30% from 431); Green value is 119 (46.88% from 255 or 27.61% from 431); Blue value is 134 (52.73% from 255 or 31.09% from 431); Max value from RGB is 178 - color contains mainly: red. Hex color #B27786 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27786 is #4D8879. Grayscale: #8A8A8A. Windows color (decimal): -5081210 or 8812466. OLE color: 8812466.
HSL color Cylindrical-coordinate representation of color #B27786: hue angle of 344.75º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B27786 is Cyan = 0, Magento = 0.33, Yellow = 0.25 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 119 | 134 | - |
| CMYK | 0 | 0.33 | 0.25 | 0.30 |
| HSL | 344.75º | 0.28% | 0.58% | - |
| HSV(B) | 344.75º | 0.33% | 0.7% | - |
| XYZ | 29.26 | 24.38 | 25.72 | - |
| YUV | 138.35 | 125.55 | 156.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 119 | 134 | 0 | 0.33 | 0.25 | 0.30 | 344.75 | 0.28 | 0.58 |
| Hex | B2 | 77 | 86 | 0 | 21 | 19 | 1E | 159 | 1C | 3A |
| Octal | 262 | 167 | 206 | 0 | 41 | 31 | 36 | 531 | 34 | 72 |
| Binary | 10110010 | 1110111 | 10000110 | 0 | 100001 | 11001 | 11110 | 101011001 | 11100 | 111010 |
Color Harmonies of #B27786
Complementary color
Monochromatic Colors of #B27786
Black with #B27786
Text Example
Text Example
White with #B27786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27786; }
p { color: rgb(178,119,134); }
H1.HeaderClassName
{
color: #B27786;
}
.AnyTagClassName
{
color: #B27786;
}
</style>
background-color css
<style>
a { background-color: #B27786; }
a { background-color: rgb(178,119,134); }
div.DivClassName
{
background-color: #B27786;
}
.BgClassName
{
background-color: #B27786;
}
</style>
border-color css
<style>
span { border-color: #B27786; }
span { border-color: rgb(178,119,134); }
td.TdClassName
{
border-color: #B27786;
}
.TagClassName
{
border-color: #B27786;
}
</style>