Shades of Tapestry #B8637F
Tints of Tapestry #B8637F
RGB
CMYK
RGB Variations
Color information
#B8637F (or 0xB8637F) is known color: Tapestry. HEX triplet: B8, 63 and 7F. RGB value is (184,99,127). Sum of RGB (Red+Green+Blue) = 184+99+127=410 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.88% from 410); Green value is 99 (39.06% from 255 or 24.15% from 410); Blue value is 127 (50% from 255 or 30.98% from 410); Max value from RGB is 184 - color contains mainly: red. Hex color #B8637F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8637F is #479C80. Grayscale: #7F7F7F. Windows color (decimal): -4693121 or 8348600. OLE color: 8348600.
HSL color Cylindrical-coordinate representation of color #B8637F: hue angle of 340.24º 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 #B8637F is Cyan = 0, Magento = 0.46, Yellow = 0.31 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 99 | 127 | - |
| CMYK | 0 | 0.46 | 0.31 | 0.28 |
| HSL | 340.24º | 0.37% | 0.55% | - |
| HSV(B) | 340.24º | 0.46% | 0.72% | - |
| XYZ | 28.06 | 20.65 | 22.58 | - |
| YUV | 127.61 | 127.66 | 168.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 99 | 127 | 0 | 0.46 | 0.31 | 0.28 | 340.24 | 0.37 | 0.55 |
| Hex | B8 | 63 | 7F | 0 | 2E | 1F | 1C | 154 | 25 | 37 |
| Octal | 270 | 143 | 177 | 0 | 56 | 37 | 34 | 524 | 45 | 67 |
| Binary | 10111000 | 1100011 | 1111111 | 0 | 101110 | 11111 | 11100 | 101010100 | 100101 | 110111 |
Color Harmonies of #B8637F
Complementary color
Monochromatic Colors of #B8637F
Black with #B8637F
Text Example
Text Example
White with #B8637F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8637F; }
p { color: rgb(184,99,127); }
H1.HeaderClassName
{
color: #B8637F;
}
.AnyTagClassName
{
color: #B8637F;
}
</style>
background-color css
<style>
a { background-color: #B8637F; }
a { background-color: rgb(184,99,127); }
div.DivClassName
{
background-color: #B8637F;
}
.BgClassName
{
background-color: #B8637F;
}
</style>
border-color css
<style>
span { border-color: #B8637F; }
span { border-color: rgb(184,99,127); }
td.TdClassName
{
border-color: #B8637F;
}
.TagClassName
{
border-color: #B8637F;
}
</style>