Shades of Tapestry #B86679
Tints of Tapestry #B86679
RGB
CMYK
RGB Variations
Color information
#B86679 (or 0xB86679) is known color: Tapestry. HEX triplet: B8, 66 and 79. RGB value is (184,102,121). Sum of RGB (Red+Green+Blue) = 184+102+121=407 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.21% from 407); Green value is 102 (40.23% from 255 or 25.06% from 407); Blue value is 121 (47.66% from 255 or 29.73% from 407); Max value from RGB is 184 - color contains mainly: red. Hex color #B86679 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B86679 is #479986. Grayscale: #808080. Windows color (decimal): -4692359 or 7956152. OLE color: 7956152.
HSL color Cylindrical-coordinate representation of color #B86679: hue angle of 346.1º 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 #B86679 is Cyan = 0, Magento = 0.45, Yellow = 0.34 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 102 | 121 | - |
| CMYK | 0 | 0.45 | 0.34 | 0.28 |
| HSL | 346.1º | 0.37% | 0.56% | - |
| HSV(B) | 346.1º | 0.45% | 0.72% | - |
| XYZ | 27.97 | 21.07 | 20.68 | - |
| YUV | 128.68 | 123.67 | 167.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 102 | 121 | 0 | 0.45 | 0.34 | 0.28 | 346.1 | 0.37 | 0.56 |
| Hex | B8 | 66 | 79 | 0 | 2D | 22 | 1C | 15A | 25 | 38 |
| Octal | 270 | 146 | 171 | 0 | 55 | 42 | 34 | 532 | 45 | 70 |
| Binary | 10111000 | 1100110 | 1111001 | 0 | 101101 | 100010 | 11100 | 101011010 | 100101 | 111000 |
Color Harmonies of #B86679
Complementary color
Monochromatic Colors of #B86679
Black with #B86679
Text Example
Text Example
White with #B86679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86679; }
p { color: rgb(184,102,121); }
H1.HeaderClassName
{
color: #B86679;
}
.AnyTagClassName
{
color: #B86679;
}
</style>
background-color css
<style>
a { background-color: #B86679; }
a { background-color: rgb(184,102,121); }
div.DivClassName
{
background-color: #B86679;
}
.BgClassName
{
background-color: #B86679;
}
</style>
border-color css
<style>
span { border-color: #B86679; }
span { border-color: rgb(184,102,121); }
td.TdClassName
{
border-color: #B86679;
}
.TagClassName
{
border-color: #B86679;
}
</style>