Shades of Tapestry #B86575
Tints of Tapestry #B86575
RGB
CMYK
RGB Variations
Color information
#B86575 (or 0xB86575) is known color: Tapestry. HEX triplet: B8, 65 and 75. RGB value is (184,101,117). Sum of RGB (Red+Green+Blue) = 184+101+117=402 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.77% from 402); Green value is 101 (39.84% from 255 or 25.12% from 402); Blue value is 117 (46.09% from 255 or 29.10% from 402); Max value from RGB is 184 - color contains mainly: red. Hex color #B86575 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B86575 is #479A8A. Grayscale: #7F7F7F. Windows color (decimal): -4692619 or 7693752. OLE color: 7693752.
HSL color Cylindrical-coordinate representation of color #B86575: hue angle of 348.43º 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 #B86575 is Cyan = 0, Magento = 0.45, Yellow = 0.36 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 101 | 117 | - |
| CMYK | 0 | 0.45 | 0.36 | 0.28 |
| HSL | 348.43º | 0.37% | 0.56% | - |
| HSV(B) | 348.43º | 0.45% | 0.72% | - |
| XYZ | 27.63 | 20.78 | 19.38 | - |
| YUV | 127.64 | 122 | 168.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 101 | 117 | 0 | 0.45 | 0.36 | 0.28 | 348.43 | 0.37 | 0.56 |
| Hex | B8 | 65 | 75 | 0 | 2D | 24 | 1C | 15C | 25 | 38 |
| Octal | 270 | 145 | 165 | 0 | 55 | 44 | 34 | 534 | 45 | 70 |
| Binary | 10111000 | 1100101 | 1110101 | 0 | 101101 | 100100 | 11100 | 101011100 | 100101 | 111000 |
Color Harmonies of #B86575
Complementary color
Monochromatic Colors of #B86575
Black with #B86575
Text Example
Text Example
White with #B86575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86575; }
p { color: rgb(184,101,117); }
H1.HeaderClassName
{
color: #B86575;
}
.AnyTagClassName
{
color: #B86575;
}
</style>
background-color css
<style>
a { background-color: #B86575; }
a { background-color: rgb(184,101,117); }
div.DivClassName
{
background-color: #B86575;
}
.BgClassName
{
background-color: #B86575;
}
</style>
border-color css
<style>
span { border-color: #B86575; }
span { border-color: rgb(184,101,117); }
td.TdClassName
{
border-color: #B86575;
}
.TagClassName
{
border-color: #B86575;
}
</style>