Shades of Tapestry #B8618B
Tints of Tapestry #B8618B
RGB
CMYK
RGB Variations
Color information
#B8618B (or 0xB8618B) is known color: Tapestry. HEX triplet: B8, 61 and 8B. RGB value is (184,97,139). Sum of RGB (Red+Green+Blue) = 184+97+139=420 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.81% from 420); Green value is 97 (38.28% from 255 or 23.10% from 420); Blue value is 139 (54.69% from 255 or 33.10% from 420); Max value from RGB is 184 - color contains mainly: red. Hex color #B8618B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B8618B is #479E74. Grayscale: #7F7F7F. Windows color (decimal): -4693621 or 9134520. OLE color: 9134520.
HSL color Cylindrical-coordinate representation of color #B8618B: hue angle of 331.03º 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 #B8618B is Cyan = 0, Magento = 0.47, Yellow = 0.24 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 97 | 139 | - |
| CMYK | 0 | 0.47 | 0.24 | 0.28 |
| HSL | 331.03º | 0.38% | 0.55% | - |
| HSV(B) | 331.03º | 0.47% | 0.72% | - |
| XYZ | 28.7 | 20.6 | 26.89 | - |
| YUV | 127.8 | 134.32 | 168.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 97 | 139 | 0 | 0.47 | 0.24 | 0.28 | 331.03 | 0.38 | 0.55 |
| Hex | B8 | 61 | 8B | 0 | 2F | 18 | 1C | 14B | 26 | 37 |
| Octal | 270 | 141 | 213 | 0 | 57 | 30 | 34 | 513 | 46 | 67 |
| Binary | 10111000 | 1100001 | 10001011 | 0 | 101111 | 11000 | 11100 | 101001011 | 100110 | 110111 |
Color Harmonies of #B8618B
Complementary color
Monochromatic Colors of #B8618B
Black with #B8618B
Text Example
Text Example
White with #B8618B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8618B; }
p { color: rgb(184,97,139); }
H1.HeaderClassName
{
color: #B8618B;
}
.AnyTagClassName
{
color: #B8618B;
}
</style>
background-color css
<style>
a { background-color: #B8618B; }
a { background-color: rgb(184,97,139); }
div.DivClassName
{
background-color: #B8618B;
}
.BgClassName
{
background-color: #B8618B;
}
</style>
border-color css
<style>
span { border-color: #B8618B; }
span { border-color: rgb(184,97,139); }
td.TdClassName
{
border-color: #B8618B;
}
.TagClassName
{
border-color: #B8618B;
}
</style>