Shades of Tapestry #B66779
Tints of Tapestry #B66779
RGB
CMYK
RGB Variations
Color information
#B66779 (or 0xB66779) is known color: Tapestry. HEX triplet: B6, 67 and 79. RGB value is (182,103,121). Sum of RGB (Red+Green+Blue) = 182+103+121=406 (53% of max value = 765). Red value is 182 (71.48% from 255 or 44.83% from 406); Green value is 103 (40.62% from 255 or 25.37% from 406); Blue value is 121 (47.66% from 255 or 29.80% from 406); Max value from RGB is 182 - color contains mainly: red. Hex color #B66779 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B66779 is #499886. Grayscale: #808080. Windows color (decimal): -4823175 or 7956406. OLE color: 7956406.
HSL color Cylindrical-coordinate representation of color #B66779: hue angle of 346.33º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B66779 is Cyan = 0, Magento = 0.43, Yellow = 0.34 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 103 | 121 | - |
| CMYK | 0 | 0.43 | 0.34 | 0.29 |
| HSL | 346.33º | 0.35% | 0.56% | - |
| HSV(B) | 346.33º | 0.43% | 0.71% | - |
| XYZ | 27.59 | 21.03 | 20.69 | - |
| YUV | 128.67 | 123.67 | 166.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 103 | 121 | 0 | 0.43 | 0.34 | 0.29 | 346.33 | 0.35 | 0.56 |
| Hex | B6 | 67 | 79 | 0 | 2B | 22 | 1D | 15A | 23 | 38 |
| Octal | 266 | 147 | 171 | 0 | 53 | 42 | 35 | 532 | 43 | 70 |
| Binary | 10110110 | 1100111 | 1111001 | 0 | 101011 | 100010 | 11101 | 101011010 | 100011 | 111000 |
Color Harmonies of #B66779
Complementary color
Monochromatic Colors of #B66779
Black with #B66779
Text Example
Text Example
White with #B66779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B66779; }
p { color: rgb(182,103,121); }
H1.HeaderClassName
{
color: #B66779;
}
.AnyTagClassName
{
color: #B66779;
}
</style>
background-color css
<style>
a { background-color: #B66779; }
a { background-color: rgb(182,103,121); }
div.DivClassName
{
background-color: #B66779;
}
.BgClassName
{
background-color: #B66779;
}
</style>
border-color css
<style>
span { border-color: #B66779; }
span { border-color: rgb(182,103,121); }
td.TdClassName
{
border-color: #B66779;
}
.TagClassName
{
border-color: #B66779;
}
</style>