Shades of Tapestry #B7607D
Tints of Tapestry #B7607D
RGB
CMYK
RGB Variations
Color information
#B7607D (or 0xB7607D) is known color: Tapestry. HEX triplet: B7, 60 and 7D. RGB value is (183,96,125). Sum of RGB (Red+Green+Blue) = 183+96+125=404 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.30% from 404); Green value is 96 (37.89% from 255 or 23.76% from 404); Blue value is 125 (49.22% from 255 or 30.94% from 404); Max value from RGB is 183 - color contains mainly: red. Hex color #B7607D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7607D is #489F82. Grayscale: #7D7D7D. Windows color (decimal): -4759427 or 8216759. OLE color: 8216759.
HSL color Cylindrical-coordinate representation of color #B7607D: hue angle of 340º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B7607D is Cyan = 0, Magento = 0.48, Yellow = 0.32 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 96 | 125 | - |
| CMYK | 0 | 0.48 | 0.32 | 0.28 |
| HSL | 340º | 0.38% | 0.55% | - |
| HSV(B) | 340º | 0.48% | 0.72% | - |
| XYZ | 27.41 | 19.91 | 21.8 | - |
| YUV | 125.32 | 127.82 | 169.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 96 | 125 | 0 | 0.48 | 0.32 | 0.28 | 340 | 0.38 | 0.55 |
| Hex | B7 | 60 | 7D | 0 | 30 | 20 | 1C | 154 | 26 | 37 |
| Octal | 267 | 140 | 175 | 0 | 60 | 40 | 34 | 524 | 46 | 67 |
| Binary | 10110111 | 1100000 | 1111101 | 0 | 110000 | 100000 | 11100 | 101010100 | 100110 | 110111 |
Color Harmonies of #B7607D
Complementary color
Monochromatic Colors of #B7607D
Black with #B7607D
Text Example
Text Example
White with #B7607D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7607D; }
p { color: rgb(183,96,125); }
H1.HeaderClassName
{
color: #B7607D;
}
.AnyTagClassName
{
color: #B7607D;
}
</style>
background-color css
<style>
a { background-color: #B7607D; }
a { background-color: rgb(183,96,125); }
div.DivClassName
{
background-color: #B7607D;
}
.BgClassName
{
background-color: #B7607D;
}
</style>
border-color css
<style>
span { border-color: #B7607D; }
span { border-color: rgb(183,96,125); }
td.TdClassName
{
border-color: #B7607D;
}
.TagClassName
{
border-color: #B7607D;
}
</style>