Shades of Tapestry #B8637D
Tints of Tapestry #B8637D
RGB
CMYK
RGB Variations
Color information
#B8637D (or 0xB8637D) is known color: Tapestry. HEX triplet: B8, 63 and 7D. RGB value is (184,99,125). Sum of RGB (Red+Green+Blue) = 184+99+125=408 (54% of max value = 765). Red value is 184 (72.27% from 255 or 45.10% from 408); Green value is 99 (39.06% from 255 or 24.26% from 408); Blue value is 125 (49.22% from 255 or 30.64% from 408); Max value from RGB is 184 - color contains mainly: red. Hex color #B8637D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8637D is #479C82. Grayscale: #7F7F7F. Windows color (decimal): -4693123 or 8217528. OLE color: 8217528.
HSL color Cylindrical-coordinate representation of color #B8637D: hue angle of 341.65º 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 #B8637D is Cyan = 0, Magento = 0.46, Yellow = 0.32 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 99 | 125 | - |
| CMYK | 0 | 0.46 | 0.32 | 0.28 |
| HSL | 341.65º | 0.37% | 0.55% | - |
| HSV(B) | 341.65º | 0.46% | 0.72% | - |
| XYZ | 27.93 | 20.59 | 21.91 | - |
| YUV | 127.38 | 126.66 | 168.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 99 | 125 | 0 | 0.46 | 0.32 | 0.28 | 341.65 | 0.37 | 0.55 |
| Hex | B8 | 63 | 7D | 0 | 2E | 20 | 1C | 156 | 25 | 37 |
| Octal | 270 | 143 | 175 | 0 | 56 | 40 | 34 | 526 | 45 | 67 |
| Binary | 10111000 | 1100011 | 1111101 | 0 | 101110 | 100000 | 11100 | 101010110 | 100101 | 110111 |
Color Harmonies of #B8637D
Complementary color
Monochromatic Colors of #B8637D
Black with #B8637D
Text Example
Text Example
White with #B8637D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8637D; }
p { color: rgb(184,99,125); }
H1.HeaderClassName
{
color: #B8637D;
}
.AnyTagClassName
{
color: #B8637D;
}
</style>
background-color css
<style>
a { background-color: #B8637D; }
a { background-color: rgb(184,99,125); }
div.DivClassName
{
background-color: #B8637D;
}
.BgClassName
{
background-color: #B8637D;
}
</style>
border-color css
<style>
span { border-color: #B8637D; }
span { border-color: rgb(184,99,125); }
td.TdClassName
{
border-color: #B8637D;
}
.TagClassName
{
border-color: #B8637D;
}
</style>