Shades of Tapestry #B0667C
Tints of Tapestry #B0667C
RGB
CMYK
RGB Variations
Color information
#B0667C (or 0xB0667C) is known color: Tapestry. HEX triplet: B0, 66 and 7C. RGB value is (176,102,124). Sum of RGB (Red+Green+Blue) = 176+102+124=402 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.78% from 402); Green value is 102 (40.23% from 255 or 25.37% from 402); Blue value is 124 (48.83% from 255 or 30.85% from 402); Max value from RGB is 176 - color contains mainly: red. Hex color #B0667C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0667C is #4F9983. Grayscale: #7E7E7E. Windows color (decimal): -5216644 or 8152752. OLE color: 8152752.
HSL color Cylindrical-coordinate representation of color #B0667C: hue angle of 342.16º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B0667C is Cyan = 0, Magento = 0.42, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 102 | 124 | - |
| CMYK | 0 | 0.42 | 0.30 | 0.31 |
| HSL | 342.16º | 0.32% | 0.55% | - |
| HSV(B) | 342.16º | 0.42% | 0.69% | - |
| XYZ | 26.29 | 20.19 | 21.58 | - |
| YUV | 126.63 | 126.52 | 163.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 102 | 124 | 0 | 0.42 | 0.30 | 0.31 | 342.16 | 0.32 | 0.55 |
| Hex | B0 | 66 | 7C | 0 | 2A | 1E | 1F | 156 | 20 | 37 |
| Octal | 260 | 146 | 174 | 0 | 52 | 36 | 37 | 526 | 40 | 67 |
| Binary | 10110000 | 1100110 | 1111100 | 0 | 101010 | 11110 | 11111 | 101010110 | 100000 | 110111 |
Color Harmonies of #B0667C
Complementary color
Monochromatic Colors of #B0667C
Black with #B0667C
Text Example
Text Example
White with #B0667C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0667C; }
p { color: rgb(176,102,124); }
H1.HeaderClassName
{
color: #B0667C;
}
.AnyTagClassName
{
color: #B0667C;
}
</style>
background-color css
<style>
a { background-color: #B0667C; }
a { background-color: rgb(176,102,124); }
div.DivClassName
{
background-color: #B0667C;
}
.BgClassName
{
background-color: #B0667C;
}
</style>
border-color css
<style>
span { border-color: #B0667C; }
span { border-color: rgb(176,102,124); }
td.TdClassName
{
border-color: #B0667C;
}
.TagClassName
{
border-color: #B0667C;
}
</style>