Shades of Tapestry #B7607F
Tints of Tapestry #B7607F
RGB
CMYK
RGB Variations
Color information
#B7607F (or 0xB7607F) is known color: Tapestry. HEX triplet: B7, 60 and 7F. RGB value is (183,96,127). Sum of RGB (Red+Green+Blue) = 183+96+127=406 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.07% from 406); Green value is 96 (37.89% from 255 or 23.65% from 406); Blue value is 127 (50% from 255 or 31.28% from 406); Max value from RGB is 183 - color contains mainly: red. Hex color #B7607F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7607F is #489F80. Grayscale: #7D7D7D. Windows color (decimal): -4759425 or 8347831. OLE color: 8347831.
HSL color Cylindrical-coordinate representation of color #B7607F: hue angle of 338.62º 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 #B7607F is Cyan = 0, Magento = 0.48, Yellow = 0.31 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 96 | 127 | - |
| CMYK | 0 | 0.48 | 0.31 | 0.28 |
| HSL | 338.62º | 0.38% | 0.55% | - |
| HSV(B) | 338.62º | 0.48% | 0.72% | - |
| XYZ | 27.54 | 19.97 | 22.48 | - |
| YUV | 125.55 | 128.82 | 168.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 96 | 127 | 0 | 0.48 | 0.31 | 0.28 | 338.62 | 0.38 | 0.55 |
| Hex | B7 | 60 | 7F | 0 | 30 | 1F | 1C | 153 | 26 | 37 |
| Octal | 267 | 140 | 177 | 0 | 60 | 37 | 34 | 523 | 46 | 67 |
| Binary | 10110111 | 1100000 | 1111111 | 0 | 110000 | 11111 | 11100 | 101010011 | 100110 | 110111 |
Color Harmonies of #B7607F
Complementary color
Monochromatic Colors of #B7607F
Black with #B7607F
Text Example
Text Example
White with #B7607F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7607F; }
p { color: rgb(183,96,127); }
H1.HeaderClassName
{
color: #B7607F;
}
.AnyTagClassName
{
color: #B7607F;
}
</style>
background-color css
<style>
a { background-color: #B7607F; }
a { background-color: rgb(183,96,127); }
div.DivClassName
{
background-color: #B7607F;
}
.BgClassName
{
background-color: #B7607F;
}
</style>
border-color css
<style>
span { border-color: #B7607F; }
span { border-color: rgb(183,96,127); }
td.TdClassName
{
border-color: #B7607F;
}
.TagClassName
{
border-color: #B7607F;
}
</style>