Shades of Tapestry #B76375
Tints of Tapestry #B76375
RGB
CMYK
RGB Variations
Color information
#B76375 (or 0xB76375) is known color: Tapestry. HEX triplet: B7, 63 and 75. RGB value is (183,99,117). Sum of RGB (Red+Green+Blue) = 183+99+117=399 (52% of max value = 765). Red value is 183 (71.88% from 255 or 45.86% from 399); Green value is 99 (39.06% from 255 or 24.81% from 399); Blue value is 117 (46.09% from 255 or 29.32% from 399); Max value from RGB is 183 - color contains mainly: red. Hex color #B76375 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76375 is #489C8A. Grayscale: #7E7E7E. Windows color (decimal): -4758667 or 7693239. OLE color: 7693239.
HSL color Cylindrical-coordinate representation of color #B76375: hue angle of 347.14º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B76375 is Cyan = 0, Magento = 0.46, Yellow = 0.36 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 99 | 117 | - |
| CMYK | 0 | 0.46 | 0.36 | 0.28 |
| HSL | 347.14º | 0.37% | 0.55% | - |
| HSV(B) | 347.14º | 0.46% | 0.72% | - |
| XYZ | 27.2 | 20.28 | 19.31 | - |
| YUV | 126.17 | 122.83 | 168.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 99 | 117 | 0 | 0.46 | 0.36 | 0.28 | 347.14 | 0.37 | 0.55 |
| Hex | B7 | 63 | 75 | 0 | 2E | 24 | 1C | 15B | 25 | 37 |
| Octal | 267 | 143 | 165 | 0 | 56 | 44 | 34 | 533 | 45 | 67 |
| Binary | 10110111 | 1100011 | 1110101 | 0 | 101110 | 100100 | 11100 | 101011011 | 100101 | 110111 |
Color Harmonies of #B76375
Complementary color
Monochromatic Colors of #B76375
Black with #B76375
Text Example
Text Example
White with #B76375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76375; }
p { color: rgb(183,99,117); }
H1.HeaderClassName
{
color: #B76375;
}
.AnyTagClassName
{
color: #B76375;
}
</style>
background-color css
<style>
a { background-color: #B76375; }
a { background-color: rgb(183,99,117); }
div.DivClassName
{
background-color: #B76375;
}
.BgClassName
{
background-color: #B76375;
}
</style>
border-color css
<style>
span { border-color: #B76375; }
span { border-color: rgb(183,99,117); }
td.TdClassName
{
border-color: #B76375;
}
.TagClassName
{
border-color: #B76375;
}
</style>