Shades of Tapestry #B86078
Tints of Tapestry #B86078
RGB
CMYK
RGB Variations
Color information
#B86078 (or 0xB86078) is known color: Tapestry. HEX triplet: B8, 60 and 78. RGB value is (184,96,120). Sum of RGB (Red+Green+Blue) = 184+96+120=400 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46% from 400); Green value is 96 (37.89% from 255 or 24% from 400); Blue value is 120 (47.27% from 255 or 30% from 400); Max value from RGB is 184 - color contains mainly: red. Hex color #B86078 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B86078 is #479F87. Grayscale: #7D7D7D. Windows color (decimal): -4693896 or 7889080. OLE color: 7889080.
HSL color Cylindrical-coordinate representation of color #B86078: hue angle of 343.64º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B86078 is Cyan = 0, Magento = 0.48, Yellow = 0.35 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 96 | 120 | - |
| CMYK | 0 | 0.48 | 0.35 | 0.28 |
| HSL | 343.64º | 0.38% | 0.55% | - |
| HSV(B) | 343.64º | 0.48% | 0.72% | - |
| XYZ | 27.34 | 19.91 | 20.17 | - |
| YUV | 125.05 | 125.15 | 170.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 96 | 120 | 0 | 0.48 | 0.35 | 0.28 | 343.64 | 0.38 | 0.55 |
| Hex | B8 | 60 | 78 | 0 | 30 | 23 | 1C | 158 | 26 | 37 |
| Octal | 270 | 140 | 170 | 0 | 60 | 43 | 34 | 530 | 46 | 67 |
| Binary | 10111000 | 1100000 | 1111000 | 0 | 110000 | 100011 | 11100 | 101011000 | 100110 | 110111 |
Color Harmonies of #B86078
Complementary color
Monochromatic Colors of #B86078
Black with #B86078
Text Example
Text Example
White with #B86078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86078; }
p { color: rgb(184,96,120); }
H1.HeaderClassName
{
color: #B86078;
}
.AnyTagClassName
{
color: #B86078;
}
</style>
background-color css
<style>
a { background-color: #B86078; }
a { background-color: rgb(184,96,120); }
div.DivClassName
{
background-color: #B86078;
}
.BgClassName
{
background-color: #B86078;
}
</style>
border-color css
<style>
span { border-color: #B86078; }
span { border-color: rgb(184,96,120); }
td.TdClassName
{
border-color: #B86078;
}
.TagClassName
{
border-color: #B86078;
}
</style>