Shades of Tapestry #B87079
Tints of Tapestry #B87079
RGB
CMYK
RGB Variations
Color information
#B87079 (or 0xB87079) is known color: Tapestry. HEX triplet: B8, 70 and 79. RGB value is (184,112,121). Sum of RGB (Red+Green+Blue) = 184+112+121=417 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.12% from 417); Green value is 112 (44.14% from 255 or 26.86% from 417); Blue value is 121 (47.66% from 255 or 29.02% from 417); Max value from RGB is 184 - color contains mainly: red. Hex color #B87079 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B87079 is #478F86. Grayscale: #868686. Windows color (decimal): -4689799 or 7958712. OLE color: 7958712.
HSL color Cylindrical-coordinate representation of color #B87079: hue angle of 352.5º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B87079 is Cyan = 0, Magento = 0.39, Yellow = 0.34 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 112 | 121 | - |
| CMYK | 0 | 0.39 | 0.34 | 0.28 |
| HSL | 352.5º | 0.34% | 0.58% | - |
| HSV(B) | 352.5º | 0.39% | 0.72% | - |
| XYZ | 29.01 | 23.16 | 21.03 | - |
| YUV | 134.55 | 120.35 | 163.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 112 | 121 | 0 | 0.39 | 0.34 | 0.28 | 352.5 | 0.34 | 0.58 |
| Hex | B8 | 70 | 79 | 0 | 27 | 22 | 1C | 160 | 22 | 3A |
| Octal | 270 | 160 | 171 | 0 | 47 | 42 | 34 | 540 | 42 | 72 |
| Binary | 10111000 | 1110000 | 1111001 | 0 | 100111 | 100010 | 11100 | 101100000 | 100010 | 111010 |
Color Harmonies of #B87079
Complementary color
Monochromatic Colors of #B87079
Black with #B87079
Text Example
Text Example
White with #B87079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87079; }
p { color: rgb(184,112,121); }
H1.HeaderClassName
{
color: #B87079;
}
.AnyTagClassName
{
color: #B87079;
}
</style>
background-color css
<style>
a { background-color: #B87079; }
a { background-color: rgb(184,112,121); }
div.DivClassName
{
background-color: #B87079;
}
.BgClassName
{
background-color: #B87079;
}
</style>
border-color css
<style>
span { border-color: #B87079; }
span { border-color: rgb(184,112,121); }
td.TdClassName
{
border-color: #B87079;
}
.TagClassName
{
border-color: #B87079;
}
</style>