Shades of Tapestry #B7667D
Tints of Tapestry #B7667D
RGB
CMYK
RGB Variations
Color information
#B7667D (or 0xB7667D) is known color: Tapestry. HEX triplet: B7, 66 and 7D. RGB value is (183,102,125). Sum of RGB (Red+Green+Blue) = 183+102+125=410 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.63% from 410); Green value is 102 (40.23% from 255 or 24.88% from 410); Blue value is 125 (49.22% from 255 or 30.49% from 410); Max value from RGB is 183 - color contains mainly: red. Hex color #B7667D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7667D is #489982. Grayscale: #808080. Windows color (decimal): -4757891 or 8218295. OLE color: 8218295.
HSL color Cylindrical-coordinate representation of color #B7667D: hue angle of 342.96º 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 #B7667D is Cyan = 0, Magento = 0.44, Yellow = 0.32 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 102 | 125 | - |
| CMYK | 0 | 0.44 | 0.32 | 0.28 |
| HSL | 342.96º | 0.36% | 0.56% | - |
| HSV(B) | 342.96º | 0.44% | 0.72% | - |
| XYZ | 27.98 | 21.05 | 21.99 | - |
| YUV | 128.84 | 125.84 | 166.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 102 | 125 | 0 | 0.44 | 0.32 | 0.28 | 342.96 | 0.36 | 0.56 |
| Hex | B7 | 66 | 7D | 0 | 2C | 20 | 1C | 157 | 24 | 38 |
| Octal | 267 | 146 | 175 | 0 | 54 | 40 | 34 | 527 | 44 | 70 |
| Binary | 10110111 | 1100110 | 1111101 | 0 | 101100 | 100000 | 11100 | 101010111 | 100100 | 111000 |
Color Harmonies of #B7667D
Complementary color
Monochromatic Colors of #B7667D
Black with #B7667D
Text Example
Text Example
White with #B7667D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7667D; }
p { color: rgb(183,102,125); }
H1.HeaderClassName
{
color: #B7667D;
}
.AnyTagClassName
{
color: #B7667D;
}
</style>
background-color css
<style>
a { background-color: #B7667D; }
a { background-color: rgb(183,102,125); }
div.DivClassName
{
background-color: #B7667D;
}
.BgClassName
{
background-color: #B7667D;
}
</style>
border-color css
<style>
span { border-color: #B7667D; }
span { border-color: rgb(183,102,125); }
td.TdClassName
{
border-color: #B7667D;
}
.TagClassName
{
border-color: #B7667D;
}
</style>