Shades of Tapestry #B27A91
Tints of Tapestry #B27A91
RGB
CMYK
RGB Variations
Color information
#B27A91 (or 0xB27A91) is known color: Tapestry. HEX triplet: B2, 7A and 91. RGB value is (178,122,145). Sum of RGB (Red+Green+Blue) = 178+122+145=445 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40% from 445); Green value is 122 (48.05% from 255 or 27.42% from 445); Blue value is 145 (57.03% from 255 or 32.58% from 445); Max value from RGB is 178 - color contains mainly: red. Hex color #B27A91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27A91 is #4D856E. Grayscale: #8D8D8D. Windows color (decimal): -5080431 or 9534130. OLE color: 9534130.
HSL color Cylindrical-coordinate representation of color #B27A91: hue angle of 335.36º 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 #B27A91 is Cyan = 0, Magento = 0.31, Yellow = 0.19 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 122 | 145 | - |
| CMYK | 0 | 0.31 | 0.19 | 0.30 |
| HSL | 335.36º | 0.27% | 0.59% | - |
| HSV(B) | 335.36º | 0.31% | 0.7% | - |
| XYZ | 30.43 | 25.43 | 30.09 | - |
| YUV | 141.37 | 130.05 | 154.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 122 | 145 | 0 | 0.31 | 0.19 | 0.30 | 335.36 | 0.27 | 0.59 |
| Hex | B2 | 7A | 91 | 0 | 1F | 13 | 1E | 14F | 1B | 3B |
| Octal | 262 | 172 | 221 | 0 | 37 | 23 | 36 | 517 | 33 | 73 |
| Binary | 10110010 | 1111010 | 10010001 | 0 | 11111 | 10011 | 11110 | 101001111 | 11011 | 111011 |
Color Harmonies of #B27A91
Complementary color
Monochromatic Colors of #B27A91
Black with #B27A91
Text Example
Text Example
White with #B27A91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27A91; }
p { color: rgb(178,122,145); }
H1.HeaderClassName
{
color: #B27A91;
}
.AnyTagClassName
{
color: #B27A91;
}
</style>
background-color css
<style>
a { background-color: #B27A91; }
a { background-color: rgb(178,122,145); }
div.DivClassName
{
background-color: #B27A91;
}
.BgClassName
{
background-color: #B27A91;
}
</style>
border-color css
<style>
span { border-color: #B27A91; }
span { border-color: rgb(178,122,145); }
td.TdClassName
{
border-color: #B27A91;
}
.TagClassName
{
border-color: #B27A91;
}
</style>