Shades of Tapestry #B27B8C
Tints of Tapestry #B27B8C
RGB
CMYK
RGB Variations
Color information
#B27B8C (or 0xB27B8C) is known color: Tapestry. HEX triplet: B2, 7B and 8C. RGB value is (178,123,140). Sum of RGB (Red+Green+Blue) = 178+123+140=441 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.36% from 441); Green value is 123 (48.44% from 255 or 27.89% from 441); Blue value is 140 (55.08% from 255 or 31.75% from 441); Max value from RGB is 178 - color contains mainly: red. Hex color #B27B8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27B8C is #4D8473. Grayscale: #8D8D8D. Windows color (decimal): -5080180 or 9206706. OLE color: 9206706.
HSL color Cylindrical-coordinate representation of color #B27B8C: hue angle of 341.45º 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 #B27B8C is Cyan = 0, Magento = 0.31, Yellow = 0.21 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 123 | 140 | - |
| CMYK | 0 | 0.31 | 0.21 | 0.30 |
| HSL | 341.45º | 0.26% | 0.59% | - |
| HSV(B) | 341.45º | 0.31% | 0.7% | - |
| XYZ | 30.18 | 25.52 | 28.15 | - |
| YUV | 141.38 | 127.22 | 154.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 123 | 140 | 0 | 0.31 | 0.21 | 0.30 | 341.45 | 0.26 | 0.59 |
| Hex | B2 | 7B | 8C | 0 | 1F | 15 | 1E | 155 | 1A | 3B |
| Octal | 262 | 173 | 214 | 0 | 37 | 25 | 36 | 525 | 32 | 73 |
| Binary | 10110010 | 1111011 | 10001100 | 0 | 11111 | 10101 | 11110 | 101010101 | 11010 | 111011 |
Color Harmonies of #B27B8C
Complementary color
Monochromatic Colors of #B27B8C
Black with #B27B8C
Text Example
Text Example
White with #B27B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27B8C; }
p { color: rgb(178,123,140); }
H1.HeaderClassName
{
color: #B27B8C;
}
.AnyTagClassName
{
color: #B27B8C;
}
</style>
background-color css
<style>
a { background-color: #B27B8C; }
a { background-color: rgb(178,123,140); }
div.DivClassName
{
background-color: #B27B8C;
}
.BgClassName
{
background-color: #B27B8C;
}
</style>
border-color css
<style>
span { border-color: #B27B8C; }
span { border-color: rgb(178,123,140); }
td.TdClassName
{
border-color: #B27B8C;
}
.TagClassName
{
border-color: #B27B8C;
}
</style>