Shades of Tapestry #B8638D
Tints of Tapestry #B8638D
RGB
CMYK
RGB Variations
Color information
#B8638D (or 0xB8638D) is known color: Tapestry. HEX triplet: B8, 63 and 8D. RGB value is (184,99,141). Sum of RGB (Red+Green+Blue) = 184+99+141=424 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.40% from 424); Green value is 99 (39.06% from 255 or 23.35% from 424); Blue value is 141 (55.47% from 255 or 33.25% from 424); Max value from RGB is 184 - color contains mainly: red. Hex color #B8638D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B8638D is #479C72. Grayscale: #818181. Windows color (decimal): -4693107 or 9266104. OLE color: 9266104.
HSL color Cylindrical-coordinate representation of color #B8638D: 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 #B8638D is Cyan = 0, Magento = 0.46, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 99 | 141 | - |
| CMYK | 0 | 0.46 | 0.23 | 0.28 |
| HSL | 330.35º | 0.37% | 0.55% | - |
| HSV(B) | 330.35º | 0.46% | 0.72% | - |
| XYZ | 29.04 | 21.04 | 27.73 | - |
| YUV | 129.2 | 134.66 | 167.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 99 | 141 | 0 | 0.46 | 0.23 | 0.28 | 330.35 | 0.37 | 0.55 |
| Hex | B8 | 63 | 8D | 0 | 2E | 17 | 1C | 14A | 25 | 37 |
| Octal | 270 | 143 | 215 | 0 | 56 | 27 | 34 | 512 | 45 | 67 |
| Binary | 10111000 | 1100011 | 10001101 | 0 | 101110 | 10111 | 11100 | 101001010 | 100101 | 110111 |
Color Harmonies of #B8638D
Complementary color
Monochromatic Colors of #B8638D
Black with #B8638D
Text Example
Text Example
White with #B8638D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8638D; }
p { color: rgb(184,99,141); }
H1.HeaderClassName
{
color: #B8638D;
}
.AnyTagClassName
{
color: #B8638D;
}
</style>
background-color css
<style>
a { background-color: #B8638D; }
a { background-color: rgb(184,99,141); }
div.DivClassName
{
background-color: #B8638D;
}
.BgClassName
{
background-color: #B8638D;
}
</style>
border-color css
<style>
span { border-color: #B8638D; }
span { border-color: rgb(184,99,141); }
td.TdClassName
{
border-color: #B8638D;
}
.TagClassName
{
border-color: #B8638D;
}
</style>