Shades of Tapestry #B0678F
Tints of Tapestry #B0678F
RGB
CMYK
RGB Variations
Color information
#B0678F (or 0xB0678F) is known color: Tapestry. HEX triplet: B0, 67 and 8F. RGB value is (176,103,143). Sum of RGB (Red+Green+Blue) = 176+103+143=422 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.71% from 422); Green value is 103 (40.62% from 255 or 24.41% from 422); Blue value is 143 (56.25% from 255 or 33.89% from 422); Max value from RGB is 176 - color contains mainly: red. Hex color #B0678F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0678F is #4F9870. Grayscale: #818181. Windows color (decimal): -5216369 or 9398192. OLE color: 9398192.
HSL color Cylindrical-coordinate representation of color #B0678F: hue angle of 327.12º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B0678F is Cyan = 0, Magento = 0.41, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 103 | 143 | - |
| CMYK | 0 | 0.41 | 0.19 | 0.31 |
| HSL | 327.12º | 0.32% | 0.55% | - |
| HSV(B) | 327.12º | 0.41% | 0.69% | - |
| XYZ | 27.71 | 20.91 | 28.56 | - |
| YUV | 129.39 | 135.68 | 161.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 103 | 143 | 0 | 0.41 | 0.19 | 0.31 | 327.12 | 0.32 | 0.55 |
| Hex | B0 | 67 | 8F | 0 | 29 | 13 | 1F | 147 | 20 | 37 |
| Octal | 260 | 147 | 217 | 0 | 51 | 23 | 37 | 507 | 40 | 67 |
| Binary | 10110000 | 1100111 | 10001111 | 0 | 101001 | 10011 | 11111 | 101000111 | 100000 | 110111 |
Color Harmonies of #B0678F
Complementary color
Monochromatic Colors of #B0678F
Black with #B0678F
Text Example
Text Example
White with #B0678F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0678F; }
p { color: rgb(176,103,143); }
H1.HeaderClassName
{
color: #B0678F;
}
.AnyTagClassName
{
color: #B0678F;
}
</style>
background-color css
<style>
a { background-color: #B0678F; }
a { background-color: rgb(176,103,143); }
div.DivClassName
{
background-color: #B0678F;
}
.BgClassName
{
background-color: #B0678F;
}
</style>
border-color css
<style>
span { border-color: #B0678F; }
span { border-color: rgb(176,103,143); }
td.TdClassName
{
border-color: #B0678F;
}
.TagClassName
{
border-color: #B0678F;
}
</style>