Shades of Tapestry #B96588
Tints of Tapestry #B96588
RGB
CMYK
RGB Variations
Color information
#B96588 (or 0xB96588) is known color: Tapestry. HEX triplet: B9, 65 and 88. RGB value is (185,101,136). Sum of RGB (Red+Green+Blue) = 185+101+136=422 (55% of max value = 765). Red value is 185 (72.66% from 255 or 43.84% from 422); Green value is 101 (39.84% from 255 or 23.93% from 422); Blue value is 136 (53.52% from 255 or 32.23% from 422); Max value from RGB is 185 - color contains mainly: red. Hex color #B96588 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96588 is #469A77. Grayscale: #828282. Windows color (decimal): -4627064 or 8938937. OLE color: 8938937.
HSL color Cylindrical-coordinate representation of color #B96588: hue angle of 335º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B96588 is Cyan = 0, Magento = 0.45, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 101 | 136 | - |
| CMYK | 0 | 0.45 | 0.26 | 0.27 |
| HSL | 335º | 0.38% | 0.56% | - |
| HSV(B) | 335º | 0.45% | 0.73% | - |
| XYZ | 29.11 | 21.4 | 25.89 | - |
| YUV | 130.11 | 131.33 | 167.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 101 | 136 | 0 | 0.45 | 0.26 | 0.27 | 335 | 0.38 | 0.56 |
| Hex | B9 | 65 | 88 | 0 | 2D | 1A | 1B | 14F | 26 | 38 |
| Octal | 271 | 145 | 210 | 0 | 55 | 32 | 33 | 517 | 46 | 70 |
| Binary | 10111001 | 1100101 | 10001000 | 0 | 101101 | 11010 | 11011 | 101001111 | 100110 | 111000 |
Color Harmonies of #B96588
Complementary color
Monochromatic Colors of #B96588
Black with #B96588
Text Example
Text Example
White with #B96588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96588; }
p { color: rgb(185,101,136); }
H1.HeaderClassName
{
color: #B96588;
}
.AnyTagClassName
{
color: #B96588;
}
</style>
background-color css
<style>
a { background-color: #B96588; }
a { background-color: rgb(185,101,136); }
div.DivClassName
{
background-color: #B96588;
}
.BgClassName
{
background-color: #B96588;
}
</style>
border-color css
<style>
span { border-color: #B96588; }
span { border-color: rgb(185,101,136); }
td.TdClassName
{
border-color: #B96588;
}
.TagClassName
{
border-color: #B96588;
}
</style>