Shades of Tapestry #B06C8E
Tints of Tapestry #B06C8E
RGB
CMYK
RGB Variations
Color information
#B06C8E (or 0xB06C8E) is known color: Tapestry. HEX triplet: B0, 6C and 8E. RGB value is (176,108,142). Sum of RGB (Red+Green+Blue) = 176+108+142=426 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.31% from 426); Green value is 108 (42.58% from 255 or 25.35% from 426); Blue value is 142 (55.86% from 255 or 33.33% from 426); Max value from RGB is 176 - color contains mainly: red. Hex color #B06C8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06C8E is #4F9371. Grayscale: #848484. Windows color (decimal): -5215090 or 9333936. OLE color: 9333936.
HSL color Cylindrical-coordinate representation of color #B06C8E: hue angle of 330º 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 #B06C8E is Cyan = 0, Magento = 0.39, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 108 | 142 | - |
| CMYK | 0 | 0.39 | 0.19 | 0.31 |
| HSL | 330º | 0.3% | 0.56% | - |
| HSV(B) | 330º | 0.39% | 0.69% | - |
| XYZ | 28.15 | 21.91 | 28.34 | - |
| YUV | 132.21 | 133.53 | 159.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 108 | 142 | 0 | 0.39 | 0.19 | 0.31 | 330 | 0.3 | 0.56 |
| Hex | B0 | 6C | 8E | 0 | 27 | 13 | 1F | 14A | 1E | 38 |
| Octal | 260 | 154 | 216 | 0 | 47 | 23 | 37 | 512 | 36 | 70 |
| Binary | 10110000 | 1101100 | 10001110 | 0 | 100111 | 10011 | 11111 | 101001010 | 11110 | 111000 |
Color Harmonies of #B06C8E
Complementary color
Monochromatic Colors of #B06C8E
Black with #B06C8E
Text Example
Text Example
White with #B06C8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06C8E; }
p { color: rgb(176,108,142); }
H1.HeaderClassName
{
color: #B06C8E;
}
.AnyTagClassName
{
color: #B06C8E;
}
</style>
background-color css
<style>
a { background-color: #B06C8E; }
a { background-color: rgb(176,108,142); }
div.DivClassName
{
background-color: #B06C8E;
}
.BgClassName
{
background-color: #B06C8E;
}
</style>
border-color css
<style>
span { border-color: #B06C8E; }
span { border-color: rgb(176,108,142); }
td.TdClassName
{
border-color: #B06C8E;
}
.TagClassName
{
border-color: #B06C8E;
}
</style>