Shades of Tapestry #B8658A
Tints of Tapestry #B8658A
RGB
CMYK
RGB Variations
Color information
#B8658A (or 0xB8658A) is known color: Tapestry. HEX triplet: B8, 65 and 8A. RGB value is (184,101,138). Sum of RGB (Red+Green+Blue) = 184+101+138=423 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.50% from 423); Green value is 101 (39.84% from 255 or 23.88% from 423); Blue value is 138 (54.30% from 255 or 32.62% from 423); Max value from RGB is 184 - color contains mainly: red. Hex color #B8658A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B8658A is #479A75. Grayscale: #818181. Windows color (decimal): -4692598 or 9070008. OLE color: 9070008.
HSL color Cylindrical-coordinate representation of color #B8658A: hue angle of 333.25º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B8658A is Cyan = 0, Magento = 0.45, Yellow = 0.25 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 101 | 138 | - |
| CMYK | 0 | 0.45 | 0.25 | 0.28 |
| HSL | 333.25º | 0.37% | 0.56% | - |
| HSV(B) | 333.25º | 0.45% | 0.72% | - |
| XYZ | 29.01 | 21.33 | 26.63 | - |
| YUV | 130.04 | 132.5 | 166.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 101 | 138 | 0 | 0.45 | 0.25 | 0.28 | 333.25 | 0.37 | 0.56 |
| Hex | B8 | 65 | 8A | 0 | 2D | 19 | 1C | 14D | 25 | 38 |
| Octal | 270 | 145 | 212 | 0 | 55 | 31 | 34 | 515 | 45 | 70 |
| Binary | 10111000 | 1100101 | 10001010 | 0 | 101101 | 11001 | 11100 | 101001101 | 100101 | 111000 |
Color Harmonies of #B8658A
Complementary color
Monochromatic Colors of #B8658A
Black with #B8658A
Text Example
Text Example
White with #B8658A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8658A; }
p { color: rgb(184,101,138); }
H1.HeaderClassName
{
color: #B8658A;
}
.AnyTagClassName
{
color: #B8658A;
}
</style>
background-color css
<style>
a { background-color: #B8658A; }
a { background-color: rgb(184,101,138); }
div.DivClassName
{
background-color: #B8658A;
}
.BgClassName
{
background-color: #B8658A;
}
</style>
border-color css
<style>
span { border-color: #B8658A; }
span { border-color: rgb(184,101,138); }
td.TdClassName
{
border-color: #B8658A;
}
.TagClassName
{
border-color: #B8658A;
}
</style>