Shades of Tapestry #B7628C
Tints of Tapestry #B7628C
RGB
CMYK
RGB Variations
Color information
#B7628C (or 0xB7628C) is known color: Tapestry. HEX triplet: B7, 62 and 8C. RGB value is (183,98,140). Sum of RGB (Red+Green+Blue) = 183+98+140=421 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.47% from 421); Green value is 98 (38.67% from 255 or 23.28% from 421); Blue value is 140 (55.08% from 255 or 33.25% from 421); Max value from RGB is 183 - color contains mainly: red. Hex color #B7628C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B7628C is #489D73. Grayscale: #808080. Windows color (decimal): -4758900 or 9200311. OLE color: 9200311.
HSL color Cylindrical-coordinate representation of color #B7628C: hue angle of 330.35º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B7628C is Cyan = 0, Magento = 0.46, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 98 | 140 | - |
| CMYK | 0 | 0.46 | 0.23 | 0.28 |
| HSL | 330.35º | 0.37% | 0.55% | - |
| HSV(B) | 330.35º | 0.46% | 0.72% | - |
| XYZ | 28.63 | 20.7 | 27.3 | - |
| YUV | 128.2 | 134.66 | 167.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 98 | 140 | 0 | 0.46 | 0.23 | 0.28 | 330.35 | 0.37 | 0.55 |
| Hex | B7 | 62 | 8C | 0 | 2E | 17 | 1C | 14A | 25 | 37 |
| Octal | 267 | 142 | 214 | 0 | 56 | 27 | 34 | 512 | 45 | 67 |
| Binary | 10110111 | 1100010 | 10001100 | 0 | 101110 | 10111 | 11100 | 101001010 | 100101 | 110111 |
Color Harmonies of #B7628C
Complementary color
Monochromatic Colors of #B7628C
Black with #B7628C
Text Example
Text Example
White with #B7628C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7628C; }
p { color: rgb(183,98,140); }
H1.HeaderClassName
{
color: #B7628C;
}
.AnyTagClassName
{
color: #B7628C;
}
</style>
background-color css
<style>
a { background-color: #B7628C; }
a { background-color: rgb(183,98,140); }
div.DivClassName
{
background-color: #B7628C;
}
.BgClassName
{
background-color: #B7628C;
}
</style>
border-color css
<style>
span { border-color: #B7628C; }
span { border-color: rgb(183,98,140); }
td.TdClassName
{
border-color: #B7628C;
}
.TagClassName
{
border-color: #B7628C;
}
</style>