Shades of Tapestry #B06482
Tints of Tapestry #B06482
RGB
CMYK
RGB Variations
Color information
#B06482 (or 0xB06482) is known color: Tapestry. HEX triplet: B0, 64 and 82. RGB value is (176,100,130). Sum of RGB (Red+Green+Blue) = 176+100+130=406 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.35% from 406); Green value is 100 (39.45% from 255 or 24.63% from 406); Blue value is 130 (51.17% from 255 or 32.02% from 406); Max value from RGB is 176 - color contains mainly: red. Hex color #B06482 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06482 is #4F9B7D. Grayscale: #7E7E7E. Windows color (decimal): -5217150 or 8545456. OLE color: 8545456.
HSL color Cylindrical-coordinate representation of color #B06482: hue angle of 336.32º 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 #B06482 is Cyan = 0, Magento = 0.43, Yellow = 0.26 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 100 | 130 | - |
| CMYK | 0 | 0.43 | 0.26 | 0.31 |
| HSL | 336.32º | 0.32% | 0.54% | - |
| HSV(B) | 336.32º | 0.43% | 0.69% | - |
| XYZ | 26.49 | 19.96 | 23.57 | - |
| YUV | 126.14 | 130.18 | 163.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 100 | 130 | 0 | 0.43 | 0.26 | 0.31 | 336.32 | 0.32 | 0.54 |
| Hex | B0 | 64 | 82 | 0 | 2B | 1A | 1F | 150 | 20 | 36 |
| Octal | 260 | 144 | 202 | 0 | 53 | 32 | 37 | 520 | 40 | 66 |
| Binary | 10110000 | 1100100 | 10000010 | 0 | 101011 | 11010 | 11111 | 101010000 | 100000 | 110110 |
Color Harmonies of #B06482
Complementary color
Monochromatic Colors of #B06482
Black with #B06482
Text Example
Text Example
White with #B06482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06482; }
p { color: rgb(176,100,130); }
H1.HeaderClassName
{
color: #B06482;
}
.AnyTagClassName
{
color: #B06482;
}
</style>
background-color css
<style>
a { background-color: #B06482; }
a { background-color: rgb(176,100,130); }
div.DivClassName
{
background-color: #B06482;
}
.BgClassName
{
background-color: #B06482;
}
</style>
border-color css
<style>
span { border-color: #B06482; }
span { border-color: rgb(176,100,130); }
td.TdClassName
{
border-color: #B06482;
}
.TagClassName
{
border-color: #B06482;
}
</style>