Shades of Tapestry #B7607B
Tints of Tapestry #B7607B
RGB
CMYK
RGB Variations
Color information
#B7607B (or 0xB7607B) is known color: Tapestry. HEX triplet: B7, 60 and 7B. RGB value is (183,96,123). Sum of RGB (Red+Green+Blue) = 183+96+123=402 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.52% from 402); Green value is 96 (37.89% from 255 or 23.88% from 402); Blue value is 123 (48.44% from 255 or 30.60% from 402); Max value from RGB is 183 - color contains mainly: red. Hex color #B7607B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7607B is #489F84. Grayscale: #7D7D7D. Windows color (decimal): -4759429 or 8085687. OLE color: 8085687.
HSL color Cylindrical-coordinate representation of color #B7607B: hue angle of 341.38º 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 #B7607B is Cyan = 0, Magento = 0.48, Yellow = 0.33 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 96 | 123 | - |
| CMYK | 0 | 0.48 | 0.33 | 0.28 |
| HSL | 341.38º | 0.38% | 0.55% | - |
| HSV(B) | 341.38º | 0.48% | 0.72% | - |
| XYZ | 27.29 | 19.86 | 21.13 | - |
| YUV | 125.09 | 126.82 | 169.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 96 | 123 | 0 | 0.48 | 0.33 | 0.28 | 341.38 | 0.38 | 0.55 |
| Hex | B7 | 60 | 7B | 0 | 30 | 21 | 1C | 155 | 26 | 37 |
| Octal | 267 | 140 | 173 | 0 | 60 | 41 | 34 | 525 | 46 | 67 |
| Binary | 10110111 | 1100000 | 1111011 | 0 | 110000 | 100001 | 11100 | 101010101 | 100110 | 110111 |
Color Harmonies of #B7607B
Complementary color
Monochromatic Colors of #B7607B
Black with #B7607B
Text Example
Text Example
White with #B7607B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7607B; }
p { color: rgb(183,96,123); }
H1.HeaderClassName
{
color: #B7607B;
}
.AnyTagClassName
{
color: #B7607B;
}
</style>
background-color css
<style>
a { background-color: #B7607B; }
a { background-color: rgb(183,96,123); }
div.DivClassName
{
background-color: #B7607B;
}
.BgClassName
{
background-color: #B7607B;
}
</style>
border-color css
<style>
span { border-color: #B7607B; }
span { border-color: rgb(183,96,123); }
td.TdClassName
{
border-color: #B7607B;
}
.TagClassName
{
border-color: #B7607B;
}
</style>