Shades of Tapestry #B8617E
Tints of Tapestry #B8617E
RGB
CMYK
RGB Variations
Color information
#B8617E (or 0xB8617E) is known color: Tapestry. HEX triplet: B8, 61 and 7E. RGB value is (184,97,126). Sum of RGB (Red+Green+Blue) = 184+97+126=407 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.21% from 407); Green value is 97 (38.28% from 255 or 23.83% from 407); Blue value is 126 (49.61% from 255 or 30.96% from 407); Max value from RGB is 184 - color contains mainly: red. Hex color #B8617E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8617E is #479E81. Grayscale: #7E7E7E. Windows color (decimal): -4693634 or 8282552. OLE color: 8282552.
HSL color Cylindrical-coordinate representation of color #B8617E: 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.47%. Process color model (Four color, CMYK) of #B8617E is Cyan = 0, Magento = 0.47, Yellow = 0.32 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 97 | 126 | - |
| CMYK | 0 | 0.47 | 0.32 | 0.28 |
| HSL | 340º | 0.38% | 0.55% | - |
| HSV(B) | 340º | 0.47% | 0.72% | - |
| XYZ | 27.81 | 20.25 | 22.18 | - |
| YUV | 126.32 | 127.82 | 169.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 97 | 126 | 0 | 0.47 | 0.32 | 0.28 | 340 | 0.38 | 0.55 |
| Hex | B8 | 61 | 7E | 0 | 2F | 20 | 1C | 154 | 26 | 37 |
| Octal | 270 | 141 | 176 | 0 | 57 | 40 | 34 | 524 | 46 | 67 |
| Binary | 10111000 | 1100001 | 1111110 | 0 | 101111 | 100000 | 11100 | 101010100 | 100110 | 110111 |
Color Harmonies of #B8617E
Complementary color
Monochromatic Colors of #B8617E
Black with #B8617E
Text Example
Text Example
White with #B8617E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8617E; }
p { color: rgb(184,97,126); }
H1.HeaderClassName
{
color: #B8617E;
}
.AnyTagClassName
{
color: #B8617E;
}
</style>
background-color css
<style>
a { background-color: #B8617E; }
a { background-color: rgb(184,97,126); }
div.DivClassName
{
background-color: #B8617E;
}
.BgClassName
{
background-color: #B8617E;
}
</style>
border-color css
<style>
span { border-color: #B8617E; }
span { border-color: rgb(184,97,126); }
td.TdClassName
{
border-color: #B8617E;
}
.TagClassName
{
border-color: #B8617E;
}
</style>