Shades of Tapestry #B96375
Tints of Tapestry #B96375
RGB
CMYK
RGB Variations
Color information
#B96375 (or 0xB96375) is known color: Tapestry. HEX triplet: B9, 63 and 75. RGB value is (185,99,117). Sum of RGB (Red+Green+Blue) = 185+99+117=401 (53% of max value = 765). Red value is 185 (72.66% from 255 or 46.13% from 401); Green value is 99 (39.06% from 255 or 24.69% from 401); Blue value is 117 (46.09% from 255 or 29.18% from 401); Max value from RGB is 185 - color contains mainly: red. Hex color #B96375 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96375 is #469C8A. Grayscale: #7E7E7E. Windows color (decimal): -4627595 or 7693241. OLE color: 7693241.
HSL color Cylindrical-coordinate representation of color #B96375: hue angle of 347.44º 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 #B96375 is Cyan = 0, Magento = 0.46, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 99 | 117 | - |
| CMYK | 0 | 0.46 | 0.37 | 0.27 |
| HSL | 347.44º | 0.38% | 0.56% | - |
| HSV(B) | 347.44º | 0.46% | 0.73% | - |
| XYZ | 27.68 | 20.52 | 19.33 | - |
| YUV | 126.77 | 122.49 | 169.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 99 | 117 | 0 | 0.46 | 0.37 | 0.27 | 347.44 | 0.38 | 0.56 |
| Hex | B9 | 63 | 75 | 0 | 2E | 25 | 1B | 15B | 26 | 38 |
| Octal | 271 | 143 | 165 | 0 | 56 | 45 | 33 | 533 | 46 | 70 |
| Binary | 10111001 | 1100011 | 1110101 | 0 | 101110 | 100101 | 11011 | 101011011 | 100110 | 111000 |
Color Harmonies of #B96375
Complementary color
Monochromatic Colors of #B96375
Black with #B96375
Text Example
Text Example
White with #B96375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96375; }
p { color: rgb(185,99,117); }
H1.HeaderClassName
{
color: #B96375;
}
.AnyTagClassName
{
color: #B96375;
}
</style>
background-color css
<style>
a { background-color: #B96375; }
a { background-color: rgb(185,99,117); }
div.DivClassName
{
background-color: #B96375;
}
.BgClassName
{
background-color: #B96375;
}
</style>
border-color css
<style>
span { border-color: #B96375; }
span { border-color: rgb(185,99,117); }
td.TdClassName
{
border-color: #B96375;
}
.TagClassName
{
border-color: #B96375;
}
</style>