Shades of Tapestry #B06491
Tints of Tapestry #B06491
RGB
CMYK
RGB Variations
Color information
#B06491 (or 0xB06491) is known color: Tapestry. HEX triplet: B0, 64 and 91. RGB value is (176,100,145). Sum of RGB (Red+Green+Blue) = 176+100+145=421 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.81% from 421); Green value is 100 (39.45% from 255 or 23.75% from 421); Blue value is 145 (57.03% from 255 or 34.44% from 421); Max value from RGB is 176 - color contains mainly: red. Hex color #B06491 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06491 is #4F9B6E. Grayscale: #7F7F7F. Windows color (decimal): -5217135 or 9528496. OLE color: 9528496.
HSL color Cylindrical-coordinate representation of color #B06491: hue angle of 324.47º 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 #B06491 is Cyan = 0, Magento = 0.43, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 100 | 145 | - |
| CMYK | 0 | 0.43 | 0.18 | 0.31 |
| HSL | 324.47º | 0.32% | 0.54% | - |
| HSV(B) | 324.47º | 0.43% | 0.69% | - |
| XYZ | 27.57 | 20.39 | 29.27 | - |
| YUV | 127.85 | 137.68 | 162.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 100 | 145 | 0 | 0.43 | 0.18 | 0.31 | 324.47 | 0.32 | 0.54 |
| Hex | B0 | 64 | 91 | 0 | 2B | 12 | 1F | 144 | 20 | 36 |
| Octal | 260 | 144 | 221 | 0 | 53 | 22 | 37 | 504 | 40 | 66 |
| Binary | 10110000 | 1100100 | 10010001 | 0 | 101011 | 10010 | 11111 | 101000100 | 100000 | 110110 |
Color Harmonies of #B06491
Complementary color
Monochromatic Colors of #B06491
Black with #B06491
Text Example
Text Example
White with #B06491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06491; }
p { color: rgb(176,100,145); }
H1.HeaderClassName
{
color: #B06491;
}
.AnyTagClassName
{
color: #B06491;
}
</style>
background-color css
<style>
a { background-color: #B06491; }
a { background-color: rgb(176,100,145); }
div.DivClassName
{
background-color: #B06491;
}
.BgClassName
{
background-color: #B06491;
}
</style>
border-color css
<style>
span { border-color: #B06491; }
span { border-color: rgb(176,100,145); }
td.TdClassName
{
border-color: #B06491;
}
.TagClassName
{
border-color: #B06491;
}
</style>