Shades of Tapestry #B96384
Tints of Tapestry #B96384
RGB
CMYK
RGB Variations
Color information
#B96384 (or 0xB96384) is known color: Tapestry. HEX triplet: B9, 63 and 84. RGB value is (185,99,132). Sum of RGB (Red+Green+Blue) = 185+99+132=416 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.47% from 416); Green value is 99 (39.06% from 255 or 23.80% from 416); Blue value is 132 (51.95% from 255 or 31.73% from 416); Max value from RGB is 185 - color contains mainly: red. Hex color #B96384 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96384 is #469C7B. Grayscale: #808080. Windows color (decimal): -4627580 or 8676281. OLE color: 8676281.
HSL color Cylindrical-coordinate representation of color #B96384: hue angle of 336.98º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B96384 is Cyan = 0, Magento = 0.46, Yellow = 0.29 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 99 | 132 | - |
| CMYK | 0 | 0.46 | 0.29 | 0.27 |
| HSL | 336.98º | 0.38% | 0.56% | - |
| HSV(B) | 336.98º | 0.46% | 0.73% | - |
| XYZ | 28.63 | 20.9 | 24.36 | - |
| YUV | 128.48 | 129.99 | 168.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 99 | 132 | 0 | 0.46 | 0.29 | 0.27 | 336.98 | 0.38 | 0.56 |
| Hex | B9 | 63 | 84 | 0 | 2E | 1D | 1B | 151 | 26 | 38 |
| Octal | 271 | 143 | 204 | 0 | 56 | 35 | 33 | 521 | 46 | 70 |
| Binary | 10111001 | 1100011 | 10000100 | 0 | 101110 | 11101 | 11011 | 101010001 | 100110 | 111000 |
Color Harmonies of #B96384
Complementary color
Monochromatic Colors of #B96384
Black with #B96384
Text Example
Text Example
White with #B96384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96384; }
p { color: rgb(185,99,132); }
H1.HeaderClassName
{
color: #B96384;
}
.AnyTagClassName
{
color: #B96384;
}
</style>
background-color css
<style>
a { background-color: #B96384; }
a { background-color: rgb(185,99,132); }
div.DivClassName
{
background-color: #B96384;
}
.BgClassName
{
background-color: #B96384;
}
</style>
border-color css
<style>
span { border-color: #B96384; }
span { border-color: rgb(185,99,132); }
td.TdClassName
{
border-color: #B96384;
}
.TagClassName
{
border-color: #B96384;
}
</style>