Shades of Tapestry #B76485
Tints of Tapestry #B76485
RGB
CMYK
RGB Variations
Color information
#B76485 (or 0xB76485) is known color: Tapestry. HEX triplet: B7, 64 and 85. RGB value is (183,100,133). Sum of RGB (Red+Green+Blue) = 183+100+133=416 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.99% from 416); Green value is 100 (39.45% from 255 or 24.04% from 416); Blue value is 133 (52.34% from 255 or 31.97% from 416); Max value from RGB is 183 - color contains mainly: red. Hex color #B76485 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B76485 is #489B7A. Grayscale: #808080. Windows color (decimal): -4758395 or 8742071. OLE color: 8742071.
HSL color Cylindrical-coordinate representation of color #B76485: hue angle of 336.14º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B76485 is Cyan = 0, Magento = 0.45, Yellow = 0.27 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 100 | 133 | - |
| CMYK | 0 | 0.45 | 0.27 | 0.28 |
| HSL | 336.14º | 0.37% | 0.55% | - |
| HSV(B) | 336.14º | 0.45% | 0.72% | - |
| XYZ | 28.32 | 20.88 | 24.73 | - |
| YUV | 128.58 | 130.5 | 166.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 100 | 133 | 0 | 0.45 | 0.27 | 0.28 | 336.14 | 0.37 | 0.55 |
| Hex | B7 | 64 | 85 | 0 | 2D | 1B | 1C | 150 | 25 | 37 |
| Octal | 267 | 144 | 205 | 0 | 55 | 33 | 34 | 520 | 45 | 67 |
| Binary | 10110111 | 1100100 | 10000101 | 0 | 101101 | 11011 | 11100 | 101010000 | 100101 | 110111 |
Color Harmonies of #B76485
Complementary color
Monochromatic Colors of #B76485
Black with #B76485
Text Example
Text Example
White with #B76485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76485; }
p { color: rgb(183,100,133); }
H1.HeaderClassName
{
color: #B76485;
}
.AnyTagClassName
{
color: #B76485;
}
</style>
background-color css
<style>
a { background-color: #B76485; }
a { background-color: rgb(183,100,133); }
div.DivClassName
{
background-color: #B76485;
}
.BgClassName
{
background-color: #B76485;
}
</style>
border-color css
<style>
span { border-color: #B76485; }
span { border-color: rgb(183,100,133); }
td.TdClassName
{
border-color: #B76485;
}
.TagClassName
{
border-color: #B76485;
}
</style>