Shades of Tapestry #B06590
Tints of Tapestry #B06590
RGB
CMYK
RGB Variations
Color information
#B06590 (or 0xB06590) is known color: Tapestry. HEX triplet: B0, 65 and 90. RGB value is (176,101,144). Sum of RGB (Red+Green+Blue) = 176+101+144=421 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.81% from 421); Green value is 101 (39.84% from 255 or 23.99% from 421); Blue value is 144 (56.64% from 255 or 34.20% from 421); Max value from RGB is 176 - color contains mainly: red. Hex color #B06590 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06590 is #4F9A6F. Grayscale: #808080. Windows color (decimal): -5216880 or 9463216. OLE color: 9463216.
HSL color Cylindrical-coordinate representation of color #B06590: hue angle of 325.6º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B06590 is Cyan = 0, Magento = 0.43, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 101 | 144 | - |
| CMYK | 0 | 0.43 | 0.18 | 0.31 |
| HSL | 325.6º | 0.32% | 0.54% | - |
| HSV(B) | 325.6º | 0.43% | 0.69% | - |
| XYZ | 27.59 | 20.55 | 28.9 | - |
| YUV | 128.33 | 136.85 | 162 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 101 | 144 | 0 | 0.43 | 0.18 | 0.31 | 325.6 | 0.32 | 0.54 |
| Hex | B0 | 65 | 90 | 0 | 2B | 12 | 1F | 146 | 20 | 36 |
| Octal | 260 | 145 | 220 | 0 | 53 | 22 | 37 | 506 | 40 | 66 |
| Binary | 10110000 | 1100101 | 10010000 | 0 | 101011 | 10010 | 11111 | 101000110 | 100000 | 110110 |
Color Harmonies of #B06590
Complementary color
Monochromatic Colors of #B06590
Black with #B06590
Text Example
Text Example
White with #B06590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06590; }
p { color: rgb(176,101,144); }
H1.HeaderClassName
{
color: #B06590;
}
.AnyTagClassName
{
color: #B06590;
}
</style>
background-color css
<style>
a { background-color: #B06590; }
a { background-color: rgb(176,101,144); }
div.DivClassName
{
background-color: #B06590;
}
.BgClassName
{
background-color: #B06590;
}
</style>
border-color css
<style>
span { border-color: #B06590; }
span { border-color: rgb(176,101,144); }
td.TdClassName
{
border-color: #B06590;
}
.TagClassName
{
border-color: #B06590;
}
</style>