Shades of Tapestry #B76490
Tints of Tapestry #B76490
RGB
CMYK
RGB Variations
Color information
#B76490 (or 0xB76490) is known color: Tapestry. HEX triplet: B7, 64 and 90. RGB value is (183,100,144). Sum of RGB (Red+Green+Blue) = 183+100+144=427 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.86% from 427); Green value is 100 (39.45% from 255 or 23.42% from 427); Blue value is 144 (56.64% from 255 or 33.72% from 427); Max value from RGB is 183 - color contains mainly: red. Hex color #B76490 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B76490 is #489B6F. Grayscale: #818181. Windows color (decimal): -4758384 or 9462967. OLE color: 9462967.
HSL color Cylindrical-coordinate representation of color #B76490: hue angle of 328.19º 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 #B76490 is Cyan = 0, Magento = 0.45, Yellow = 0.21 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 100 | 144 | - |
| CMYK | 0 | 0.45 | 0.21 | 0.28 |
| HSL | 328.19º | 0.37% | 0.55% | - |
| HSV(B) | 328.19º | 0.45% | 0.72% | - |
| XYZ | 29.12 | 21.2 | 28.94 | - |
| YUV | 129.83 | 136 | 165.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 100 | 144 | 0 | 0.45 | 0.21 | 0.28 | 328.19 | 0.37 | 0.55 |
| Hex | B7 | 64 | 90 | 0 | 2D | 15 | 1C | 148 | 25 | 37 |
| Octal | 267 | 144 | 220 | 0 | 55 | 25 | 34 | 510 | 45 | 67 |
| Binary | 10110111 | 1100100 | 10010000 | 0 | 101101 | 10101 | 11100 | 101001000 | 100101 | 110111 |
Color Harmonies of #B76490
Complementary color
Monochromatic Colors of #B76490
Black with #B76490
Text Example
Text Example
White with #B76490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76490; }
p { color: rgb(183,100,144); }
H1.HeaderClassName
{
color: #B76490;
}
.AnyTagClassName
{
color: #B76490;
}
</style>
background-color css
<style>
a { background-color: #B76490; }
a { background-color: rgb(183,100,144); }
div.DivClassName
{
background-color: #B76490;
}
.BgClassName
{
background-color: #B76490;
}
</style>
border-color css
<style>
span { border-color: #B76490; }
span { border-color: rgb(183,100,144); }
td.TdClassName
{
border-color: #B76490;
}
.TagClassName
{
border-color: #B76490;
}
</style>