Shades of Tapestry #B7667A
Tints of Tapestry #B7667A
RGB
CMYK
RGB Variations
Color information
#B7667A (or 0xB7667A) is known color: Tapestry. HEX triplet: B7, 66 and 7A. RGB value is (183,102,122). Sum of RGB (Red+Green+Blue) = 183+102+122=407 (53% of max value = 765). Red value is 183 (71.88% from 255 or 44.96% from 407); Green value is 102 (40.23% from 255 or 25.06% from 407); Blue value is 122 (48.05% from 255 or 29.98% from 407); Max value from RGB is 183 - color contains mainly: red. Hex color #B7667A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7667A is #489985. Grayscale: #808080. Windows color (decimal): -4757894 or 8021687. OLE color: 8021687.
HSL color Cylindrical-coordinate representation of color #B7667A: hue angle of 345.19º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B7667A is Cyan = 0, Magento = 0.44, Yellow = 0.33 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 102 | 122 | - |
| CMYK | 0 | 0.44 | 0.33 | 0.28 |
| HSL | 345.19º | 0.36% | 0.56% | - |
| HSV(B) | 345.19º | 0.44% | 0.72% | - |
| XYZ | 27.79 | 20.98 | 21 | - |
| YUV | 128.5 | 124.34 | 166.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 102 | 122 | 0 | 0.44 | 0.33 | 0.28 | 345.19 | 0.36 | 0.56 |
| Hex | B7 | 66 | 7A | 0 | 2C | 21 | 1C | 159 | 24 | 38 |
| Octal | 267 | 146 | 172 | 0 | 54 | 41 | 34 | 531 | 44 | 70 |
| Binary | 10110111 | 1100110 | 1111010 | 0 | 101100 | 100001 | 11100 | 101011001 | 100100 | 111000 |
Color Harmonies of #B7667A
Complementary color
Monochromatic Colors of #B7667A
Black with #B7667A
Text Example
Text Example
White with #B7667A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7667A; }
p { color: rgb(183,102,122); }
H1.HeaderClassName
{
color: #B7667A;
}
.AnyTagClassName
{
color: #B7667A;
}
</style>
background-color css
<style>
a { background-color: #B7667A; }
a { background-color: rgb(183,102,122); }
div.DivClassName
{
background-color: #B7667A;
}
.BgClassName
{
background-color: #B7667A;
}
</style>
border-color css
<style>
span { border-color: #B7667A; }
span { border-color: rgb(183,102,122); }
td.TdClassName
{
border-color: #B7667A;
}
.TagClassName
{
border-color: #B7667A;
}
</style>