Shades of Tapestry #B8777F
Tints of Tapestry #B8777F
RGB
CMYK
RGB Variations
Color information
#B8777F (or 0xB8777F) is known color: Tapestry. HEX triplet: B8, 77 and 7F. RGB value is (184,119,127). Sum of RGB (Red+Green+Blue) = 184+119+127=430 (56% of max value = 765). Red value is 184 (72.27% from 255 or 42.79% from 430); Green value is 119 (46.88% from 255 or 27.67% from 430); Blue value is 127 (50% from 255 or 29.53% from 430); Max value from RGB is 184 - color contains mainly: red. Hex color #B8777F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8777F is #478880. Grayscale: #8B8B8B. Windows color (decimal): -4688001 or 8353720. OLE color: 8353720.
HSL color Cylindrical-coordinate representation of color #B8777F: hue angle of 352.62º 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 #B8777F is Cyan = 0, Magento = 0.35, Yellow = 0.31 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 119 | 127 | - |
| CMYK | 0 | 0.35 | 0.31 | 0.28 |
| HSL | 352.62º | 0.31% | 0.59% | - |
| HSV(B) | 352.62º | 0.35% | 0.72% | - |
| XYZ | 30.19 | 24.92 | 23.3 | - |
| YUV | 139.35 | 121.03 | 159.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 119 | 127 | 0 | 0.35 | 0.31 | 0.28 | 352.62 | 0.31 | 0.59 |
| Hex | B8 | 77 | 7F | 0 | 23 | 1F | 1C | 161 | 1F | 3B |
| Octal | 270 | 167 | 177 | 0 | 43 | 37 | 34 | 541 | 37 | 73 |
| Binary | 10111000 | 1110111 | 1111111 | 0 | 100011 | 11111 | 11100 | 101100001 | 11111 | 111011 |
Color Harmonies of #B8777F
Complementary color
Monochromatic Colors of #B8777F
Black with #B8777F
Text Example
Text Example
White with #B8777F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8777F; }
p { color: rgb(184,119,127); }
H1.HeaderClassName
{
color: #B8777F;
}
.AnyTagClassName
{
color: #B8777F;
}
</style>
background-color css
<style>
a { background-color: #B8777F; }
a { background-color: rgb(184,119,127); }
div.DivClassName
{
background-color: #B8777F;
}
.BgClassName
{
background-color: #B8777F;
}
</style>
border-color css
<style>
span { border-color: #B8777F; }
span { border-color: rgb(184,119,127); }
td.TdClassName
{
border-color: #B8777F;
}
.TagClassName
{
border-color: #B8777F;
}
</style>