Shades of Tapestry #B6777E
Tints of Tapestry #B6777E
RGB
CMYK
RGB Variations
Color information
#B6777E (or 0xB6777E) is known color: Tapestry. HEX triplet: B6, 77 and 7E. RGB value is (182,119,126). Sum of RGB (Red+Green+Blue) = 182+119+126=427 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.62% from 427); Green value is 119 (46.88% from 255 or 27.87% from 427); Blue value is 126 (49.61% from 255 or 29.51% from 427); Max value from RGB is 182 - color contains mainly: red. Hex color #B6777E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6777E is #498881. Grayscale: #8A8A8A. Windows color (decimal): -4819074 or 8288182. OLE color: 8288182.
HSL color Cylindrical-coordinate representation of color #B6777E: hue angle of 353.33º 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 #B6777E is Cyan = 0, Magento = 0.35, Yellow = 0.31 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 119 | 126 | - |
| CMYK | 0 | 0.35 | 0.31 | 0.29 |
| HSL | 353.33º | 0.3% | 0.59% | - |
| HSV(B) | 353.33º | 0.35% | 0.71% | - |
| XYZ | 29.65 | 24.65 | 22.93 | - |
| YUV | 138.64 | 120.87 | 158.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 119 | 126 | 0 | 0.35 | 0.31 | 0.29 | 353.33 | 0.3 | 0.59 |
| Hex | B6 | 77 | 7E | 0 | 23 | 1F | 1D | 161 | 1E | 3B |
| Octal | 266 | 167 | 176 | 0 | 43 | 37 | 35 | 541 | 36 | 73 |
| Binary | 10110110 | 1110111 | 1111110 | 0 | 100011 | 11111 | 11101 | 101100001 | 11110 | 111011 |
Color Harmonies of #B6777E
Complementary color
Monochromatic Colors of #B6777E
Black with #B6777E
Text Example
Text Example
White with #B6777E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6777E; }
p { color: rgb(182,119,126); }
H1.HeaderClassName
{
color: #B6777E;
}
.AnyTagClassName
{
color: #B6777E;
}
</style>
background-color css
<style>
a { background-color: #B6777E; }
a { background-color: rgb(182,119,126); }
div.DivClassName
{
background-color: #B6777E;
}
.BgClassName
{
background-color: #B6777E;
}
</style>
border-color css
<style>
span { border-color: #B6777E; }
span { border-color: rgb(182,119,126); }
td.TdClassName
{
border-color: #B6777E;
}
.TagClassName
{
border-color: #B6777E;
}
</style>