Shades of Tapestry #B96287
Tints of Tapestry #B96287
RGB
CMYK
RGB Variations
Color information
#B96287 (or 0xB96287) is known color: Tapestry. HEX triplet: B9, 62 and 87. RGB value is (185,98,135). Sum of RGB (Red+Green+Blue) = 185+98+135=418 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.26% from 418); Green value is 98 (38.67% from 255 or 23.44% from 418); Blue value is 135 (53.12% from 255 or 32.30% from 418); Max value from RGB is 185 - color contains mainly: red. Hex color #B96287 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96287 is #469D78. Grayscale: #808080. Windows color (decimal): -4627833 or 8872633. OLE color: 8872633.
HSL color Cylindrical-coordinate representation of color #B96287: hue angle of 334.48º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B96287 is Cyan = 0, Magento = 0.47, Yellow = 0.27 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 98 | 135 | - |
| CMYK | 0 | 0.47 | 0.27 | 0.27 |
| HSL | 334.48º | 0.38% | 0.55% | - |
| HSV(B) | 334.48º | 0.47% | 0.73% | - |
| XYZ | 28.75 | 20.8 | 25.42 | - |
| YUV | 128.23 | 131.82 | 168.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 98 | 135 | 0 | 0.47 | 0.27 | 0.27 | 334.48 | 0.38 | 0.55 |
| Hex | B9 | 62 | 87 | 0 | 2F | 1B | 1B | 14E | 26 | 37 |
| Octal | 271 | 142 | 207 | 0 | 57 | 33 | 33 | 516 | 46 | 67 |
| Binary | 10111001 | 1100010 | 10000111 | 0 | 101111 | 11011 | 11011 | 101001110 | 100110 | 110111 |
Color Harmonies of #B96287
Complementary color
Monochromatic Colors of #B96287
Black with #B96287
Text Example
Text Example
White with #B96287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96287; }
p { color: rgb(185,98,135); }
H1.HeaderClassName
{
color: #B96287;
}
.AnyTagClassName
{
color: #B96287;
}
</style>
background-color css
<style>
a { background-color: #B96287; }
a { background-color: rgb(185,98,135); }
div.DivClassName
{
background-color: #B96287;
}
.BgClassName
{
background-color: #B96287;
}
</style>
border-color css
<style>
span { border-color: #B96287; }
span { border-color: rgb(185,98,135); }
td.TdClassName
{
border-color: #B96287;
}
.TagClassName
{
border-color: #B96287;
}
</style>