Shades of Tapestry #B27B86
Tints of Tapestry #B27B86
RGB
CMYK
RGB Variations
Color information
#B27B86 (or 0xB27B86) is known color: Tapestry. HEX triplet: B2, 7B and 86. RGB value is (178,123,134). Sum of RGB (Red+Green+Blue) = 178+123+134=435 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.92% from 435); Green value is 123 (48.44% from 255 or 28.28% from 435); Blue value is 134 (52.73% from 255 or 30.80% from 435); Max value from RGB is 178 - color contains mainly: red. Hex color #B27B86 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27B86 is #4D8479. Grayscale: #8C8C8C. Windows color (decimal): -5080186 or 8813490. OLE color: 8813490.
HSL color Cylindrical-coordinate representation of color #B27B86: hue angle of 348º degrees, saturation: 0.26, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B27B86 is Cyan = 0, Magento = 0.31, Yellow = 0.25 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 123 | 134 | - |
| CMYK | 0 | 0.31 | 0.25 | 0.30 |
| HSL | 348º | 0.26% | 0.59% | - |
| HSV(B) | 348º | 0.31% | 0.7% | - |
| XYZ | 29.75 | 25.35 | 25.88 | - |
| YUV | 140.7 | 124.22 | 154.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 123 | 134 | 0 | 0.31 | 0.25 | 0.30 | 348 | 0.26 | 0.59 |
| Hex | B2 | 7B | 86 | 0 | 1F | 19 | 1E | 15C | 1A | 3B |
| Octal | 262 | 173 | 206 | 0 | 37 | 31 | 36 | 534 | 32 | 73 |
| Binary | 10110010 | 1111011 | 10000110 | 0 | 11111 | 11001 | 11110 | 101011100 | 11010 | 111011 |
Color Harmonies of #B27B86
Complementary color
Monochromatic Colors of #B27B86
Black with #B27B86
Text Example
Text Example
White with #B27B86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27B86; }
p { color: rgb(178,123,134); }
H1.HeaderClassName
{
color: #B27B86;
}
.AnyTagClassName
{
color: #B27B86;
}
</style>
background-color css
<style>
a { background-color: #B27B86; }
a { background-color: rgb(178,123,134); }
div.DivClassName
{
background-color: #B27B86;
}
.BgClassName
{
background-color: #B27B86;
}
</style>
border-color css
<style>
span { border-color: #B27B86; }
span { border-color: rgb(178,123,134); }
td.TdClassName
{
border-color: #B27B86;
}
.TagClassName
{
border-color: #B27B86;
}
</style>