Shades of Tapestry #B66383
Tints of Tapestry #B66383
RGB
CMYK
RGB Variations
Color information
#B66383 (or 0xB66383) is known color: Tapestry. HEX triplet: B6, 63 and 83. RGB value is (182,99,131). Sum of RGB (Red+Green+Blue) = 182+99+131=412 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.17% from 412); Green value is 99 (39.06% from 255 or 24.03% from 412); Blue value is 131 (51.56% from 255 or 31.80% from 412); Max value from RGB is 182 - color contains mainly: red. Hex color #B66383 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B66383 is #499C7C. Grayscale: #7F7F7F. Windows color (decimal): -4824189 or 8610742. OLE color: 8610742.
HSL color Cylindrical-coordinate representation of color #B66383: hue angle of 336.87º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B66383 is Cyan = 0, Magento = 0.46, Yellow = 0.28 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 99 | 131 | - |
| CMYK | 0 | 0.46 | 0.28 | 0.29 |
| HSL | 336.87º | 0.36% | 0.55% | - |
| HSV(B) | 336.87º | 0.46% | 0.71% | - |
| XYZ | 27.85 | 20.51 | 23.96 | - |
| YUV | 127.47 | 130 | 166.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 99 | 131 | 0 | 0.46 | 0.28 | 0.29 | 336.87 | 0.36 | 0.55 |
| Hex | B6 | 63 | 83 | 0 | 2E | 1C | 1D | 151 | 24 | 37 |
| Octal | 266 | 143 | 203 | 0 | 56 | 34 | 35 | 521 | 44 | 67 |
| Binary | 10110110 | 1100011 | 10000011 | 0 | 101110 | 11100 | 11101 | 101010001 | 100100 | 110111 |
Color Harmonies of #B66383
Complementary color
Monochromatic Colors of #B66383
Black with #B66383
Text Example
Text Example
White with #B66383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B66383; }
p { color: rgb(182,99,131); }
H1.HeaderClassName
{
color: #B66383;
}
.AnyTagClassName
{
color: #B66383;
}
</style>
background-color css
<style>
a { background-color: #B66383; }
a { background-color: rgb(182,99,131); }
div.DivClassName
{
background-color: #B66383;
}
.BgClassName
{
background-color: #B66383;
}
</style>
border-color css
<style>
span { border-color: #B66383; }
span { border-color: rgb(182,99,131); }
td.TdClassName
{
border-color: #B66383;
}
.TagClassName
{
border-color: #B66383;
}
</style>