Shades of Tapestry #B06C90
Tints of Tapestry #B06C90
RGB
CMYK
RGB Variations
Color information
#B06C90 (or 0xB06C90) is known color: Tapestry. HEX triplet: B0, 6C and 90. RGB value is (176,108,144). Sum of RGB (Red+Green+Blue) = 176+108+144=428 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.12% from 428); Green value is 108 (42.58% from 255 or 25.23% from 428); Blue value is 144 (56.64% from 255 or 33.64% from 428); Max value from RGB is 176 - color contains mainly: red. Hex color #B06C90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06C90 is #4F936F. Grayscale: #848484. Windows color (decimal): -5215088 or 9465008. OLE color: 9465008.
HSL color Cylindrical-coordinate representation of color #B06C90: hue angle of 328.24º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B06C90 is Cyan = 0, Magento = 0.39, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 108 | 144 | - |
| CMYK | 0 | 0.39 | 0.18 | 0.31 |
| HSL | 328.24º | 0.3% | 0.56% | - |
| HSV(B) | 328.24º | 0.39% | 0.69% | - |
| XYZ | 28.3 | 21.97 | 29.13 | - |
| YUV | 132.44 | 134.53 | 159.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 108 | 144 | 0 | 0.39 | 0.18 | 0.31 | 328.24 | 0.3 | 0.56 |
| Hex | B0 | 6C | 90 | 0 | 27 | 12 | 1F | 148 | 1E | 38 |
| Octal | 260 | 154 | 220 | 0 | 47 | 22 | 37 | 510 | 36 | 70 |
| Binary | 10110000 | 1101100 | 10010000 | 0 | 100111 | 10010 | 11111 | 101001000 | 11110 | 111000 |
Color Harmonies of #B06C90
Complementary color
Monochromatic Colors of #B06C90
Black with #B06C90
Text Example
Text Example
White with #B06C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06C90; }
p { color: rgb(176,108,144); }
H1.HeaderClassName
{
color: #B06C90;
}
.AnyTagClassName
{
color: #B06C90;
}
</style>
background-color css
<style>
a { background-color: #B06C90; }
a { background-color: rgb(176,108,144); }
div.DivClassName
{
background-color: #B06C90;
}
.BgClassName
{
background-color: #B06C90;
}
</style>
border-color css
<style>
span { border-color: #B06C90; }
span { border-color: rgb(176,108,144); }
td.TdClassName
{
border-color: #B06C90;
}
.TagClassName
{
border-color: #B06C90;
}
</style>