Shades of Tapestry #B0667A
Tints of Tapestry #B0667A
RGB
CMYK
RGB Variations
Color information
#B0667A (or 0xB0667A) is known color: Tapestry. HEX triplet: B0, 66 and 7A. RGB value is (176,102,122). Sum of RGB (Red+Green+Blue) = 176+102+122=400 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44% from 400); Green value is 102 (40.23% from 255 or 25.5% from 400); Blue value is 122 (48.05% from 255 or 30.5% from 400); Max value from RGB is 176 - color contains mainly: red. Hex color #B0667A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0667A is #4F9985. Grayscale: #7E7E7E. Windows color (decimal): -5216646 or 8021680. OLE color: 8021680.
HSL color Cylindrical-coordinate representation of color #B0667A: hue angle of 343.78º 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 #B0667A is Cyan = 0, Magento = 0.42, Yellow = 0.31 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 102 | 122 | - |
| CMYK | 0 | 0.42 | 0.31 | 0.31 |
| HSL | 343.78º | 0.32% | 0.55% | - |
| HSV(B) | 343.78º | 0.42% | 0.69% | - |
| XYZ | 26.17 | 20.14 | 20.92 | - |
| YUV | 126.41 | 125.52 | 163.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 102 | 122 | 0 | 0.42 | 0.31 | 0.31 | 343.78 | 0.32 | 0.55 |
| Hex | B0 | 66 | 7A | 0 | 2A | 1F | 1F | 158 | 20 | 37 |
| Octal | 260 | 146 | 172 | 0 | 52 | 37 | 37 | 530 | 40 | 67 |
| Binary | 10110000 | 1100110 | 1111010 | 0 | 101010 | 11111 | 11111 | 101011000 | 100000 | 110111 |
Color Harmonies of #B0667A
Complementary color
Monochromatic Colors of #B0667A
Black with #B0667A
Text Example
Text Example
White with #B0667A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0667A; }
p { color: rgb(176,102,122); }
H1.HeaderClassName
{
color: #B0667A;
}
.AnyTagClassName
{
color: #B0667A;
}
</style>
background-color css
<style>
a { background-color: #B0667A; }
a { background-color: rgb(176,102,122); }
div.DivClassName
{
background-color: #B0667A;
}
.BgClassName
{
background-color: #B0667A;
}
</style>
border-color css
<style>
span { border-color: #B0667A; }
span { border-color: rgb(176,102,122); }
td.TdClassName
{
border-color: #B0667A;
}
.TagClassName
{
border-color: #B0667A;
}
</style>