Shades of Tapestry #B87B7E
Tints of Tapestry #B87B7E
RGB
CMYK
RGB Variations
Color information
#B87B7E (or 0xB87B7E) is known color: Tapestry. HEX triplet: B8, 7B and 7E. RGB value is (184,123,126). Sum of RGB (Red+Green+Blue) = 184+123+126=433 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.49% from 433); Green value is 123 (48.44% from 255 or 28.41% from 433); Blue value is 126 (49.61% from 255 or 29.10% from 433); Max value from RGB is 184 - color contains mainly: red. Hex color #B87B7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B87B7E is #478481. Grayscale: #8D8D8D. Windows color (decimal): -4686978 or 8289208. OLE color: 8289208.
HSL color Cylindrical-coordinate representation of color #B87B7E: hue angle of 357.05º degrees, saturation: 0.3, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B87B7E is Cyan = 0, Magento = 0.33, Yellow = 0.32 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 123 | 126 | - |
| CMYK | 0 | 0.33 | 0.32 | 0.28 |
| HSL | 357.05º | 0.3% | 0.6% | - |
| HSV(B) | 357.05º | 0.33% | 0.72% | - |
| XYZ | 30.62 | 25.86 | 23.12 | - |
| YUV | 141.58 | 119.21 | 158.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 123 | 126 | 0 | 0.33 | 0.32 | 0.28 | 357.05 | 0.3 | 0.6 |
| Hex | B8 | 7B | 7E | 0 | 21 | 20 | 1C | 165 | 1E | 3C |
| Octal | 270 | 173 | 176 | 0 | 41 | 40 | 34 | 545 | 36 | 74 |
| Binary | 10111000 | 1111011 | 1111110 | 0 | 100001 | 100000 | 11100 | 101100101 | 11110 | 111100 |
Color Harmonies of #B87B7E
Complementary color
Monochromatic Colors of #B87B7E
Black with #B87B7E
Text Example
Text Example
White with #B87B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87B7E; }
p { color: rgb(184,123,126); }
H1.HeaderClassName
{
color: #B87B7E;
}
.AnyTagClassName
{
color: #B87B7E;
}
</style>
background-color css
<style>
a { background-color: #B87B7E; }
a { background-color: rgb(184,123,126); }
div.DivClassName
{
background-color: #B87B7E;
}
.BgClassName
{
background-color: #B87B7E;
}
</style>
border-color css
<style>
span { border-color: #B87B7E; }
span { border-color: rgb(184,123,126); }
td.TdClassName
{
border-color: #B87B7E;
}
.TagClassName
{
border-color: #B87B7E;
}
</style>