Shades of Tapestry #B95D86
Tints of Tapestry #B95D86
RGB
CMYK
RGB Variations
Color information
#B95D86 (or 0xB95D86) is known color: Tapestry. HEX triplet: B9, 5D and 86. RGB value is (185,93,134). Sum of RGB (Red+Green+Blue) = 185+93+134=412 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.90% from 412); Green value is 93 (36.72% from 255 or 22.57% from 412); Blue value is 134 (52.73% from 255 or 32.52% from 412); Max value from RGB is 185 - color contains mainly: red. Hex color #B95D86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95D86 is #46A279. Grayscale: #7D7D7D. Windows color (decimal): -4629114 or 8805817. OLE color: 8805817.
HSL color Cylindrical-coordinate representation of color #B95D86: hue angle of 333.26º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B95D86 is Cyan = 0, Magento = 0.50, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 93 | 134 | - |
| CMYK | 0 | 0.50 | 0.28 | 0.27 |
| HSL | 333.26º | 0.4% | 0.55% | - |
| HSV(B) | 333.26º | 0.5% | 0.73% | - |
| XYZ | 28.23 | 19.86 | 24.9 | - |
| YUV | 125.18 | 132.98 | 170.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 93 | 134 | 0 | 0.50 | 0.28 | 0.27 | 333.26 | 0.4 | 0.55 |
| Hex | B9 | 5D | 86 | 0 | 32 | 1C | 1B | 14D | 28 | 37 |
| Octal | 271 | 135 | 206 | 0 | 62 | 34 | 33 | 515 | 50 | 67 |
| Binary | 10111001 | 1011101 | 10000110 | 0 | 110010 | 11100 | 11011 | 101001101 | 101000 | 110111 |
Color Harmonies of #B95D86
Complementary color
Monochromatic Colors of #B95D86
Black with #B95D86
Text Example
Text Example
White with #B95D86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B95D86; }
p { color: rgb(185,93,134); }
H1.HeaderClassName
{
color: #B95D86;
}
.AnyTagClassName
{
color: #B95D86;
}
</style>
background-color css
<style>
a { background-color: #B95D86; }
a { background-color: rgb(185,93,134); }
div.DivClassName
{
background-color: #B95D86;
}
.BgClassName
{
background-color: #B95D86;
}
</style>
border-color css
<style>
span { border-color: #B95D86; }
span { border-color: rgb(185,93,134); }
td.TdClassName
{
border-color: #B95D86;
}
.TagClassName
{
border-color: #B95D86;
}
</style>