Shades of Tapestry #B8787E
Tints of Tapestry #B8787E
RGB
CMYK
RGB Variations
Color information
#B8787E (or 0xB8787E) is known color: Tapestry. HEX triplet: B8, 78 and 7E. RGB value is (184,120,126). Sum of RGB (Red+Green+Blue) = 184+120+126=430 (56% of max value = 765). Red value is 184 (72.27% from 255 or 42.79% from 430); Green value is 120 (47.27% from 255 or 27.91% from 430); Blue value is 126 (49.61% from 255 or 29.30% from 430); Max value from RGB is 184 - color contains mainly: red. Hex color #B8787E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8787E is #478781. Grayscale: #8B8B8B. Windows color (decimal): -4687746 or 8288440. OLE color: 8288440.
HSL color Cylindrical-coordinate representation of color #B8787E: hue angle of 354.38º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B8787E is Cyan = 0, Magento = 0.35, Yellow = 0.32 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 120 | 126 | - |
| CMYK | 0 | 0.35 | 0.32 | 0.28 |
| HSL | 354.38º | 0.31% | 0.6% | - |
| HSV(B) | 354.38º | 0.35% | 0.72% | - |
| XYZ | 30.25 | 25.13 | 22.99 | - |
| YUV | 139.82 | 120.2 | 159.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 120 | 126 | 0 | 0.35 | 0.32 | 0.28 | 354.38 | 0.31 | 0.6 |
| Hex | B8 | 78 | 7E | 0 | 23 | 20 | 1C | 162 | 1F | 3C |
| Octal | 270 | 170 | 176 | 0 | 43 | 40 | 34 | 542 | 37 | 74 |
| Binary | 10111000 | 1111000 | 1111110 | 0 | 100011 | 100000 | 11100 | 101100010 | 11111 | 111100 |
Color Harmonies of #B8787E
Complementary color
Monochromatic Colors of #B8787E
Black with #B8787E
Text Example
Text Example
White with #B8787E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8787E; }
p { color: rgb(184,120,126); }
H1.HeaderClassName
{
color: #B8787E;
}
.AnyTagClassName
{
color: #B8787E;
}
</style>
background-color css
<style>
a { background-color: #B8787E; }
a { background-color: rgb(184,120,126); }
div.DivClassName
{
background-color: #B8787E;
}
.BgClassName
{
background-color: #B8787E;
}
</style>
border-color css
<style>
span { border-color: #B8787E; }
span { border-color: rgb(184,120,126); }
td.TdClassName
{
border-color: #B8787E;
}
.TagClassName
{
border-color: #B8787E;
}
</style>