Shades of Tapestry #B0667E
Tints of Tapestry #B0667E
RGB
CMYK
RGB Variations
Color information
#B0667E (or 0xB0667E) is known color: Tapestry. HEX triplet: B0, 66 and 7E. RGB value is (176,102,126). Sum of RGB (Red+Green+Blue) = 176+102+126=404 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.56% from 404); Green value is 102 (40.23% from 255 or 25.25% from 404); Blue value is 126 (49.61% from 255 or 31.19% from 404); Max value from RGB is 176 - color contains mainly: red. Hex color #B0667E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0667E is #4F9981. Grayscale: #7E7E7E. Windows color (decimal): -5216642 or 8283824. OLE color: 8283824.
HSL color Cylindrical-coordinate representation of color #B0667E: hue angle of 340.54º 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 #B0667E is Cyan = 0, Magento = 0.42, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 102 | 126 | - |
| CMYK | 0 | 0.42 | 0.28 | 0.31 |
| HSL | 340.54º | 0.32% | 0.55% | - |
| HSV(B) | 340.54º | 0.42% | 0.69% | - |
| XYZ | 26.42 | 20.24 | 22.25 | - |
| YUV | 126.86 | 127.52 | 163.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 102 | 126 | 0 | 0.42 | 0.28 | 0.31 | 340.54 | 0.32 | 0.55 |
| Hex | B0 | 66 | 7E | 0 | 2A | 1C | 1F | 155 | 20 | 37 |
| Octal | 260 | 146 | 176 | 0 | 52 | 34 | 37 | 525 | 40 | 67 |
| Binary | 10110000 | 1100110 | 1111110 | 0 | 101010 | 11100 | 11111 | 101010101 | 100000 | 110111 |
Color Harmonies of #B0667E
Complementary color
Monochromatic Colors of #B0667E
Black with #B0667E
Text Example
Text Example
White with #B0667E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0667E; }
p { color: rgb(176,102,126); }
H1.HeaderClassName
{
color: #B0667E;
}
.AnyTagClassName
{
color: #B0667E;
}
</style>
background-color css
<style>
a { background-color: #B0667E; }
a { background-color: rgb(176,102,126); }
div.DivClassName
{
background-color: #B0667E;
}
.BgClassName
{
background-color: #B0667E;
}
</style>
border-color css
<style>
span { border-color: #B0667E; }
span { border-color: rgb(176,102,126); }
td.TdClassName
{
border-color: #B0667E;
}
.TagClassName
{
border-color: #B0667E;
}
</style>