Shades of Tapestry #B6667A
Tints of Tapestry #B6667A
RGB
CMYK
RGB Variations
Color information
#B6667A (or 0xB6667A) is known color: Tapestry. HEX triplet: B6, 66 and 7A. RGB value is (182,102,122). Sum of RGB (Red+Green+Blue) = 182+102+122=406 (53% of max value = 765). Red value is 182 (71.48% from 255 or 44.83% from 406); Green value is 102 (40.23% from 255 or 25.12% from 406); Blue value is 122 (48.05% from 255 or 30.05% from 406); Max value from RGB is 182 - color contains mainly: red. Hex color #B6667A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6667A is #499985. Grayscale: #808080. Windows color (decimal): -4823430 or 8021686. OLE color: 8021686.
HSL color Cylindrical-coordinate representation of color #B6667A: hue angle of 345º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B6667A is Cyan = 0, Magento = 0.44, Yellow = 0.33 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 102 | 122 | - |
| CMYK | 0 | 0.44 | 0.33 | 0.29 |
| HSL | 345º | 0.35% | 0.56% | - |
| HSV(B) | 345º | 0.44% | 0.71% | - |
| XYZ | 27.56 | 20.85 | 20.99 | - |
| YUV | 128.2 | 124.5 | 166.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 102 | 122 | 0 | 0.44 | 0.33 | 0.29 | 345 | 0.35 | 0.56 |
| Hex | B6 | 66 | 7A | 0 | 2C | 21 | 1D | 159 | 23 | 38 |
| Octal | 266 | 146 | 172 | 0 | 54 | 41 | 35 | 531 | 43 | 70 |
| Binary | 10110110 | 1100110 | 1111010 | 0 | 101100 | 100001 | 11101 | 101011001 | 100011 | 111000 |
Color Harmonies of #B6667A
Complementary color
Monochromatic Colors of #B6667A
Black with #B6667A
Text Example
Text Example
White with #B6667A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6667A; }
p { color: rgb(182,102,122); }
H1.HeaderClassName
{
color: #B6667A;
}
.AnyTagClassName
{
color: #B6667A;
}
</style>
background-color css
<style>
a { background-color: #B6667A; }
a { background-color: rgb(182,102,122); }
div.DivClassName
{
background-color: #B6667A;
}
.BgClassName
{
background-color: #B6667A;
}
</style>
border-color css
<style>
span { border-color: #B6667A; }
span { border-color: rgb(182,102,122); }
td.TdClassName
{
border-color: #B6667A;
}
.TagClassName
{
border-color: #B6667A;
}
</style>