Shades of Tapestry #B27A8C
Tints of Tapestry #B27A8C
RGB
CMYK
RGB Variations
Color information
#B27A8C (or 0xB27A8C) is known color: Tapestry. HEX triplet: B2, 7A and 8C. RGB value is (178,122,140). Sum of RGB (Red+Green+Blue) = 178+122+140=440 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.45% from 440); Green value is 122 (48.05% from 255 or 27.73% from 440); Blue value is 140 (55.08% from 255 or 31.82% from 440); Max value from RGB is 178 - color contains mainly: red. Hex color #B27A8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27A8C is #4D8573. Grayscale: #8C8C8C. Windows color (decimal): -5080436 or 9206450. OLE color: 9206450.
HSL color Cylindrical-coordinate representation of color #B27A8C: hue angle of 340.71º degrees, saturation: 0.27, 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 #B27A8C is Cyan = 0, Magento = 0.31, Yellow = 0.21 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 122 | 140 | - |
| CMYK | 0 | 0.31 | 0.21 | 0.30 |
| HSL | 340.71º | 0.27% | 0.59% | - |
| HSV(B) | 340.71º | 0.31% | 0.7% | - |
| XYZ | 30.05 | 25.28 | 28.11 | - |
| YUV | 140.8 | 127.55 | 154.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 122 | 140 | 0 | 0.31 | 0.21 | 0.30 | 340.71 | 0.27 | 0.59 |
| Hex | B2 | 7A | 8C | 0 | 1F | 15 | 1E | 155 | 1B | 3B |
| Octal | 262 | 172 | 214 | 0 | 37 | 25 | 36 | 525 | 33 | 73 |
| Binary | 10110010 | 1111010 | 10001100 | 0 | 11111 | 10101 | 11110 | 101010101 | 11011 | 111011 |
Color Harmonies of #B27A8C
Complementary color
Monochromatic Colors of #B27A8C
Black with #B27A8C
Text Example
Text Example
White with #B27A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27A8C; }
p { color: rgb(178,122,140); }
H1.HeaderClassName
{
color: #B27A8C;
}
.AnyTagClassName
{
color: #B27A8C;
}
</style>
background-color css
<style>
a { background-color: #B27A8C; }
a { background-color: rgb(178,122,140); }
div.DivClassName
{
background-color: #B27A8C;
}
.BgClassName
{
background-color: #B27A8C;
}
</style>
border-color css
<style>
span { border-color: #B27A8C; }
span { border-color: rgb(178,122,140); }
td.TdClassName
{
border-color: #B27A8C;
}
.TagClassName
{
border-color: #B27A8C;
}
</style>