Shades of Tapestry #B66476
Tints of Tapestry #B66476
RGB
CMYK
RGB Variations
Color information
#B66476 (or 0xB66476) is known color: Tapestry. HEX triplet: B6, 64 and 76. RGB value is (182,100,118). Sum of RGB (Red+Green+Blue) = 182+100+118=400 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.5% from 400); Green value is 100 (39.45% from 255 or 25% from 400); Blue value is 118 (46.48% from 255 or 29.5% from 400); Max value from RGB is 182 - color contains mainly: red. Hex color #B66476 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B66476 is #499B89. Grayscale: #7E7E7E. Windows color (decimal): -4823946 or 7759030. OLE color: 7759030.
HSL color Cylindrical-coordinate representation of color #B66476: hue angle of 346.83º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B66476 is Cyan = 0, Magento = 0.45, Yellow = 0.35 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 100 | 118 | - |
| CMYK | 0 | 0.45 | 0.35 | 0.29 |
| HSL | 346.83º | 0.36% | 0.55% | - |
| HSV(B) | 346.83º | 0.45% | 0.71% | - |
| XYZ | 27.12 | 20.37 | 19.64 | - |
| YUV | 126.57 | 123.17 | 167.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 100 | 118 | 0 | 0.45 | 0.35 | 0.29 | 346.83 | 0.36 | 0.55 |
| Hex | B6 | 64 | 76 | 0 | 2D | 23 | 1D | 15B | 24 | 37 |
| Octal | 266 | 144 | 166 | 0 | 55 | 43 | 35 | 533 | 44 | 67 |
| Binary | 10110110 | 1100100 | 1110110 | 0 | 101101 | 100011 | 11101 | 101011011 | 100100 | 110111 |
Color Harmonies of #B66476
Complementary color
Monochromatic Colors of #B66476
Black with #B66476
Text Example
Text Example
White with #B66476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B66476; }
p { color: rgb(182,100,118); }
H1.HeaderClassName
{
color: #B66476;
}
.AnyTagClassName
{
color: #B66476;
}
</style>
background-color css
<style>
a { background-color: #B66476; }
a { background-color: rgb(182,100,118); }
div.DivClassName
{
background-color: #B66476;
}
.BgClassName
{
background-color: #B66476;
}
</style>
border-color css
<style>
span { border-color: #B66476; }
span { border-color: rgb(182,100,118); }
td.TdClassName
{
border-color: #B66476;
}
.TagClassName
{
border-color: #B66476;
}
</style>