Shades of Tapestry #B66683
Tints of Tapestry #B66683
RGB
CMYK
RGB Variations
Color information
#B66683 (or 0xB66683) is known color: Tapestry. HEX triplet: B6, 66 and 83. RGB value is (182,102,131). Sum of RGB (Red+Green+Blue) = 182+102+131=415 (54% of max value = 765). Red value is 182 (71.48% from 255 or 43.86% from 415); Green value is 102 (40.23% from 255 or 24.58% from 415); Blue value is 131 (51.56% from 255 or 31.57% from 415); Max value from RGB is 182 - color contains mainly: red. Hex color #B66683 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B66683 is #49997C. Grayscale: #818181. Windows color (decimal): -4823421 or 8611510. OLE color: 8611510.
HSL color Cylindrical-coordinate representation of color #B66683: hue angle of 338.25º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B66683 is Cyan = 0, Magento = 0.44, Yellow = 0.28 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 102 | 131 | - |
| CMYK | 0 | 0.44 | 0.28 | 0.29 |
| HSL | 338.25º | 0.35% | 0.56% | - |
| HSV(B) | 338.25º | 0.44% | 0.71% | - |
| XYZ | 28.14 | 21.09 | 24.06 | - |
| YUV | 129.23 | 129 | 165.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 102 | 131 | 0 | 0.44 | 0.28 | 0.29 | 338.25 | 0.35 | 0.56 |
| Hex | B6 | 66 | 83 | 0 | 2C | 1C | 1D | 152 | 23 | 38 |
| Octal | 266 | 146 | 203 | 0 | 54 | 34 | 35 | 522 | 43 | 70 |
| Binary | 10110110 | 1100110 | 10000011 | 0 | 101100 | 11100 | 11101 | 101010010 | 100011 | 111000 |
Color Harmonies of #B66683
Complementary color
Monochromatic Colors of #B66683
Black with #B66683
Text Example
Text Example
White with #B66683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B66683; }
p { color: rgb(182,102,131); }
H1.HeaderClassName
{
color: #B66683;
}
.AnyTagClassName
{
color: #B66683;
}
</style>
background-color css
<style>
a { background-color: #B66683; }
a { background-color: rgb(182,102,131); }
div.DivClassName
{
background-color: #B66683;
}
.BgClassName
{
background-color: #B66683;
}
</style>
border-color css
<style>
span { border-color: #B66683; }
span { border-color: rgb(182,102,131); }
td.TdClassName
{
border-color: #B66683;
}
.TagClassName
{
border-color: #B66683;
}
</style>