Shades of Tapestry #B27D8C
Tints of Tapestry #B27D8C
RGB
CMYK
RGB Variations
Color information
#B27D8C (or 0xB27D8C) is known color: Tapestry. HEX triplet: B2, 7D and 8C. RGB value is (178,125,140). Sum of RGB (Red+Green+Blue) = 178+125+140=443 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.18% from 443); Green value is 125 (49.22% from 255 or 28.22% from 443); Blue value is 140 (55.08% from 255 or 31.60% from 443); Max value from RGB is 178 - color contains mainly: red. Hex color #B27D8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27D8C is #4D8273. Grayscale: #8E8E8E. Windows color (decimal): -5079668 or 9207218. OLE color: 9207218.
HSL color Cylindrical-coordinate representation of color #B27D8C: hue angle of 343.02º degrees, saturation: 0.26, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B27D8C is Cyan = 0, Magento = 0.30, Yellow = 0.21 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 125 | 140 | - |
| CMYK | 0 | 0.30 | 0.21 | 0.30 |
| HSL | 343.02º | 0.26% | 0.59% | - |
| HSV(B) | 343.02º | 0.3% | 0.7% | - |
| XYZ | 30.43 | 26.03 | 28.23 | - |
| YUV | 142.56 | 126.56 | 153.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 125 | 140 | 0 | 0.30 | 0.21 | 0.30 | 343.02 | 0.26 | 0.59 |
| Hex | B2 | 7D | 8C | 0 | 1E | 15 | 1E | 157 | 1A | 3B |
| Octal | 262 | 175 | 214 | 0 | 36 | 25 | 36 | 527 | 32 | 73 |
| Binary | 10110010 | 1111101 | 10001100 | 0 | 11110 | 10101 | 11110 | 101010111 | 11010 | 111011 |
Color Harmonies of #B27D8C
Complementary color
Monochromatic Colors of #B27D8C
Black with #B27D8C
Text Example
Text Example
White with #B27D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27D8C; }
p { color: rgb(178,125,140); }
H1.HeaderClassName
{
color: #B27D8C;
}
.AnyTagClassName
{
color: #B27D8C;
}
</style>
background-color css
<style>
a { background-color: #B27D8C; }
a { background-color: rgb(178,125,140); }
div.DivClassName
{
background-color: #B27D8C;
}
.BgClassName
{
background-color: #B27D8C;
}
</style>
border-color css
<style>
span { border-color: #B27D8C; }
span { border-color: rgb(178,125,140); }
td.TdClassName
{
border-color: #B27D8C;
}
.TagClassName
{
border-color: #B27D8C;
}
</style>