Shades of Tapestry #B6777D
Tints of Tapestry #B6777D
RGB
CMYK
RGB Variations
Color information
#B6777D (or 0xB6777D) is known color: Tapestry. HEX triplet: B6, 77 and 7D. RGB value is (182,119,125). Sum of RGB (Red+Green+Blue) = 182+119+125=426 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.72% from 426); Green value is 119 (46.88% from 255 or 27.93% from 426); Blue value is 125 (49.22% from 255 or 29.34% from 426); Max value from RGB is 182 - color contains mainly: red. Hex color #B6777D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6777D is #498882. Grayscale: #8A8A8A. Windows color (decimal): -4819075 or 8222646. OLE color: 8222646.
HSL color Cylindrical-coordinate representation of color #B6777D: hue angle of 354.29º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B6777D is Cyan = 0, Magento = 0.35, Yellow = 0.31 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 119 | 125 | - |
| CMYK | 0 | 0.35 | 0.31 | 0.29 |
| HSL | 354.29º | 0.3% | 0.59% | - |
| HSV(B) | 354.29º | 0.35% | 0.71% | - |
| XYZ | 29.59 | 24.62 | 22.59 | - |
| YUV | 138.52 | 120.37 | 159.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 119 | 125 | 0 | 0.35 | 0.31 | 0.29 | 354.29 | 0.3 | 0.59 |
| Hex | B6 | 77 | 7D | 0 | 23 | 1F | 1D | 162 | 1E | 3B |
| Octal | 266 | 167 | 175 | 0 | 43 | 37 | 35 | 542 | 36 | 73 |
| Binary | 10110110 | 1110111 | 1111101 | 0 | 100011 | 11111 | 11101 | 101100010 | 11110 | 111011 |
Color Harmonies of #B6777D
Complementary color
Monochromatic Colors of #B6777D
Black with #B6777D
Text Example
Text Example
White with #B6777D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6777D; }
p { color: rgb(182,119,125); }
H1.HeaderClassName
{
color: #B6777D;
}
.AnyTagClassName
{
color: #B6777D;
}
</style>
background-color css
<style>
a { background-color: #B6777D; }
a { background-color: rgb(182,119,125); }
div.DivClassName
{
background-color: #B6777D;
}
.BgClassName
{
background-color: #B6777D;
}
</style>
border-color css
<style>
span { border-color: #B6777D; }
span { border-color: rgb(182,119,125); }
td.TdClassName
{
border-color: #B6777D;
}
.TagClassName
{
border-color: #B6777D;
}
</style>