Shades of Tapestry #B96F80
Tints of Tapestry #B96F80
RGB
CMYK
RGB Variations
Color information
#B96F80 (or 0xB96F80) is known color: Tapestry. HEX triplet: B9, 6F and 80. RGB value is (185,111,128). Sum of RGB (Red+Green+Blue) = 185+111+128=424 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.63% from 424); Green value is 111 (43.75% from 255 or 26.18% from 424); Blue value is 128 (50.39% from 255 or 30.19% from 424); Max value from RGB is 185 - color contains mainly: red. Hex color #B96F80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96F80 is #46907F. Grayscale: #878787. Windows color (decimal): -4624512 or 8417209. OLE color: 8417209.
HSL color Cylindrical-coordinate representation of color #B96F80: hue angle of 346.22º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B96F80 is Cyan = 0, Magento = 0.4, Yellow = 0.31 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 111 | 128 | - |
| CMYK | 0 | 0.4 | 0.31 | 0.27 |
| HSL | 346.22º | 0.35% | 0.58% | - |
| HSV(B) | 346.22º | 0.4% | 0.73% | - |
| XYZ | 29.59 | 23.24 | 23.35 | - |
| YUV | 135.06 | 124.02 | 163.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 111 | 128 | 0 | 0.4 | 0.31 | 0.27 | 346.22 | 0.35 | 0.58 |
| Hex | B9 | 6F | 80 | 0 | 28 | 1F | 1B | 15A | 23 | 3A |
| Octal | 271 | 157 | 200 | 0 | 50 | 37 | 33 | 532 | 43 | 72 |
| Binary | 10111001 | 1101111 | 10000000 | 0 | 101000 | 11111 | 11011 | 101011010 | 100011 | 111010 |
Color Harmonies of #B96F80
Complementary color
Monochromatic Colors of #B96F80
Black with #B96F80
Text Example
Text Example
White with #B96F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96F80; }
p { color: rgb(185,111,128); }
H1.HeaderClassName
{
color: #B96F80;
}
.AnyTagClassName
{
color: #B96F80;
}
</style>
background-color css
<style>
a { background-color: #B96F80; }
a { background-color: rgb(185,111,128); }
div.DivClassName
{
background-color: #B96F80;
}
.BgClassName
{
background-color: #B96F80;
}
</style>
border-color css
<style>
span { border-color: #B96F80; }
span { border-color: rgb(185,111,128); }
td.TdClassName
{
border-color: #B96F80;
}
.TagClassName
{
border-color: #B96F80;
}
</style>