Shades of Tapestry #B8777D
Tints of Tapestry #B8777D
RGB
CMYK
RGB Variations
Color information
#B8777D (or 0xB8777D) is known color: Tapestry. HEX triplet: B8, 77 and 7D. RGB value is (184,119,125). Sum of RGB (Red+Green+Blue) = 184+119+125=428 (56% of max value = 765). Red value is 184 (72.27% from 255 or 42.99% from 428); Green value is 119 (46.88% from 255 or 27.80% from 428); Blue value is 125 (49.22% from 255 or 29.21% from 428); Max value from RGB is 184 - color contains mainly: red. Hex color #B8777D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8777D is #478882. Grayscale: #8B8B8B. Windows color (decimal): -4688003 or 8222648. OLE color: 8222648.
HSL color Cylindrical-coordinate representation of color #B8777D: hue angle of 354.46º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B8777D is Cyan = 0, Magento = 0.35, Yellow = 0.32 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 119 | 125 | - |
| CMYK | 0 | 0.35 | 0.32 | 0.28 |
| HSL | 354.46º | 0.31% | 0.59% | - |
| HSV(B) | 354.46º | 0.35% | 0.72% | - |
| XYZ | 30.07 | 24.86 | 22.62 | - |
| YUV | 139.12 | 120.03 | 160.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 119 | 125 | 0 | 0.35 | 0.32 | 0.28 | 354.46 | 0.31 | 0.59 |
| Hex | B8 | 77 | 7D | 0 | 23 | 20 | 1C | 162 | 1F | 3B |
| Octal | 270 | 167 | 175 | 0 | 43 | 40 | 34 | 542 | 37 | 73 |
| Binary | 10111000 | 1110111 | 1111101 | 0 | 100011 | 100000 | 11100 | 101100010 | 11111 | 111011 |
Color Harmonies of #B8777D
Complementary color
Monochromatic Colors of #B8777D
Black with #B8777D
Text Example
Text Example
White with #B8777D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8777D; }
p { color: rgb(184,119,125); }
H1.HeaderClassName
{
color: #B8777D;
}
.AnyTagClassName
{
color: #B8777D;
}
</style>
background-color css
<style>
a { background-color: #B8777D; }
a { background-color: rgb(184,119,125); }
div.DivClassName
{
background-color: #B8777D;
}
.BgClassName
{
background-color: #B8777D;
}
</style>
border-color css
<style>
span { border-color: #B8777D; }
span { border-color: rgb(184,119,125); }
td.TdClassName
{
border-color: #B8777D;
}
.TagClassName
{
border-color: #B8777D;
}
</style>