Shades of Tapestry #B96481
Tints of Tapestry #B96481
RGB
CMYK
RGB Variations
Color information
#B96481 (or 0xB96481) is known color: Tapestry. HEX triplet: B9, 64 and 81. RGB value is (185,100,129). Sum of RGB (Red+Green+Blue) = 185+100+129=414 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.69% from 414); Green value is 100 (39.45% from 255 or 24.15% from 414); Blue value is 129 (50.78% from 255 or 31.16% from 414); Max value from RGB is 185 - color contains mainly: red. Hex color #B96481 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96481 is #469B7E. Grayscale: #808080. Windows color (decimal): -4627327 or 8479929. OLE color: 8479929.
HSL color Cylindrical-coordinate representation of color #B96481: hue angle of 339.53º 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 #B96481 is Cyan = 0, Magento = 0.46, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 100 | 129 | - |
| CMYK | 0 | 0.46 | 0.30 | 0.27 |
| HSL | 339.53º | 0.38% | 0.56% | - |
| HSV(B) | 339.53º | 0.46% | 0.73% | - |
| XYZ | 28.53 | 21.01 | 23.32 | - |
| YUV | 128.72 | 128.16 | 168.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 100 | 129 | 0 | 0.46 | 0.30 | 0.27 | 339.53 | 0.38 | 0.56 |
| Hex | B9 | 64 | 81 | 0 | 2E | 1E | 1B | 154 | 26 | 38 |
| Octal | 271 | 144 | 201 | 0 | 56 | 36 | 33 | 524 | 46 | 70 |
| Binary | 10111001 | 1100100 | 10000001 | 0 | 101110 | 11110 | 11011 | 101010100 | 100110 | 111000 |
Color Harmonies of #B96481
Complementary color
Monochromatic Colors of #B96481
Black with #B96481
Text Example
Text Example
White with #B96481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96481; }
p { color: rgb(185,100,129); }
H1.HeaderClassName
{
color: #B96481;
}
.AnyTagClassName
{
color: #B96481;
}
</style>
background-color css
<style>
a { background-color: #B96481; }
a { background-color: rgb(185,100,129); }
div.DivClassName
{
background-color: #B96481;
}
.BgClassName
{
background-color: #B96481;
}
</style>
border-color css
<style>
span { border-color: #B96481; }
span { border-color: rgb(185,100,129); }
td.TdClassName
{
border-color: #B96481;
}
.TagClassName
{
border-color: #B96481;
}
</style>