Shades of Tapestry #B8638B
Tints of Tapestry #B8638B
RGB
CMYK
RGB Variations
Color information
#B8638B (or 0xB8638B) is known color: Tapestry. HEX triplet: B8, 63 and 8B. RGB value is (184,99,139). Sum of RGB (Red+Green+Blue) = 184+99+139=422 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.60% from 422); Green value is 99 (39.06% from 255 or 23.46% from 422); Blue value is 139 (54.69% from 255 or 32.94% from 422); Max value from RGB is 184 - color contains mainly: red. Hex color #B8638B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B8638B is #479C74. Grayscale: #808080. Windows color (decimal): -4693109 or 9135032. OLE color: 9135032.
HSL color Cylindrical-coordinate representation of color #B8638B: hue angle of 331.76º 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 #B8638B is Cyan = 0, Magento = 0.46, Yellow = 0.24 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 99 | 139 | - |
| CMYK | 0 | 0.46 | 0.24 | 0.28 |
| HSL | 331.76º | 0.37% | 0.55% | - |
| HSV(B) | 331.76º | 0.46% | 0.72% | - |
| XYZ | 28.89 | 20.98 | 26.95 | - |
| YUV | 128.98 | 133.66 | 167.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 99 | 139 | 0 | 0.46 | 0.24 | 0.28 | 331.76 | 0.37 | 0.55 |
| Hex | B8 | 63 | 8B | 0 | 2E | 18 | 1C | 14C | 25 | 37 |
| Octal | 270 | 143 | 213 | 0 | 56 | 30 | 34 | 514 | 45 | 67 |
| Binary | 10111000 | 1100011 | 10001011 | 0 | 101110 | 11000 | 11100 | 101001100 | 100101 | 110111 |
Color Harmonies of #B8638B
Complementary color
Monochromatic Colors of #B8638B
Black with #B8638B
Text Example
Text Example
White with #B8638B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8638B; }
p { color: rgb(184,99,139); }
H1.HeaderClassName
{
color: #B8638B;
}
.AnyTagClassName
{
color: #B8638B;
}
</style>
background-color css
<style>
a { background-color: #B8638B; }
a { background-color: rgb(184,99,139); }
div.DivClassName
{
background-color: #B8638B;
}
.BgClassName
{
background-color: #B8638B;
}
</style>
border-color css
<style>
span { border-color: #B8638B; }
span { border-color: rgb(184,99,139); }
td.TdClassName
{
border-color: #B8638B;
}
.TagClassName
{
border-color: #B8638B;
}
</style>