Shades of Tapestry #B06C8F
Tints of Tapestry #B06C8F
RGB
CMYK
RGB Variations
Color information
#B06C8F (or 0xB06C8F) is known color: Tapestry. HEX triplet: B0, 6C and 8F. RGB value is (176,108,143). Sum of RGB (Red+Green+Blue) = 176+108+143=427 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.22% from 427); Green value is 108 (42.58% from 255 or 25.29% from 427); Blue value is 143 (56.25% from 255 or 33.49% from 427); Max value from RGB is 176 - color contains mainly: red. Hex color #B06C8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06C8F is #4F9370. Grayscale: #848484. Windows color (decimal): -5215089 or 9399472. OLE color: 9399472.
HSL color Cylindrical-coordinate representation of color #B06C8F: hue angle of 329.12º 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 #B06C8F is Cyan = 0, Magento = 0.39, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 108 | 143 | - |
| CMYK | 0 | 0.39 | 0.19 | 0.31 |
| HSL | 329.12º | 0.3% | 0.56% | - |
| HSV(B) | 329.12º | 0.39% | 0.69% | - |
| XYZ | 28.22 | 21.94 | 28.73 | - |
| YUV | 132.32 | 134.03 | 159.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 108 | 143 | 0 | 0.39 | 0.19 | 0.31 | 329.12 | 0.3 | 0.56 |
| Hex | B0 | 6C | 8F | 0 | 27 | 13 | 1F | 149 | 1E | 38 |
| Octal | 260 | 154 | 217 | 0 | 47 | 23 | 37 | 511 | 36 | 70 |
| Binary | 10110000 | 1101100 | 10001111 | 0 | 100111 | 10011 | 11111 | 101001001 | 11110 | 111000 |
Color Harmonies of #B06C8F
Complementary color
Monochromatic Colors of #B06C8F
Black with #B06C8F
Text Example
Text Example
White with #B06C8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06C8F; }
p { color: rgb(176,108,143); }
H1.HeaderClassName
{
color: #B06C8F;
}
.AnyTagClassName
{
color: #B06C8F;
}
</style>
background-color css
<style>
a { background-color: #B06C8F; }
a { background-color: rgb(176,108,143); }
div.DivClassName
{
background-color: #B06C8F;
}
.BgClassName
{
background-color: #B06C8F;
}
</style>
border-color css
<style>
span { border-color: #B06C8F; }
span { border-color: rgb(176,108,143); }
td.TdClassName
{
border-color: #B06C8F;
}
.TagClassName
{
border-color: #B06C8F;
}
</style>