Shades of Tapestry #B8638F
Tints of Tapestry #B8638F
RGB
CMYK
RGB Variations
Color information
#B8638F (or 0xB8638F) is known color: Tapestry. HEX triplet: B8, 63 and 8F. RGB value is (184,99,143). Sum of RGB (Red+Green+Blue) = 184+99+143=426 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.19% from 426); Green value is 99 (39.06% from 255 or 23.24% from 426); Blue value is 143 (56.25% from 255 or 33.57% from 426); Max value from RGB is 184 - color contains mainly: red. Hex color #B8638F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B8638F is #479C70. Grayscale: #818181. Windows color (decimal): -4693105 or 9397176. OLE color: 9397176.
HSL color Cylindrical-coordinate representation of color #B8638F: hue angle of 328.94º 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 #B8638F is Cyan = 0, Magento = 0.46, Yellow = 0.22 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 99 | 143 | - |
| CMYK | 0 | 0.46 | 0.22 | 0.28 |
| HSL | 328.94º | 0.37% | 0.55% | - |
| HSV(B) | 328.94º | 0.46% | 0.72% | - |
| XYZ | 29.19 | 21.1 | 28.52 | - |
| YUV | 129.43 | 135.66 | 166.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 99 | 143 | 0 | 0.46 | 0.22 | 0.28 | 328.94 | 0.37 | 0.55 |
| Hex | B8 | 63 | 8F | 0 | 2E | 16 | 1C | 149 | 25 | 37 |
| Octal | 270 | 143 | 217 | 0 | 56 | 26 | 34 | 511 | 45 | 67 |
| Binary | 10111000 | 1100011 | 10001111 | 0 | 101110 | 10110 | 11100 | 101001001 | 100101 | 110111 |
Color Harmonies of #B8638F
Complementary color
Monochromatic Colors of #B8638F
Black with #B8638F
Text Example
Text Example
White with #B8638F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8638F; }
p { color: rgb(184,99,143); }
H1.HeaderClassName
{
color: #B8638F;
}
.AnyTagClassName
{
color: #B8638F;
}
</style>
background-color css
<style>
a { background-color: #B8638F; }
a { background-color: rgb(184,99,143); }
div.DivClassName
{
background-color: #B8638F;
}
.BgClassName
{
background-color: #B8638F;
}
</style>
border-color css
<style>
span { border-color: #B8638F; }
span { border-color: rgb(184,99,143); }
td.TdClassName
{
border-color: #B8638F;
}
.TagClassName
{
border-color: #B8638F;
}
</style>