Shades of Tapestry #B66275
Tints of Tapestry #B66275
RGB
CMYK
RGB Variations
Color information
#B66275 (or 0xB66275) is known color: Tapestry. HEX triplet: B6, 62 and 75. RGB value is (182,98,117). Sum of RGB (Red+Green+Blue) = 182+98+117=397 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.84% from 397); Green value is 98 (38.67% from 255 or 24.69% from 397); Blue value is 117 (46.09% from 255 or 29.47% from 397); Max value from RGB is 182 - color contains mainly: red. Hex color #B66275 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B66275 is #499D8A. Grayscale: #7D7D7D. Windows color (decimal): -4824459 or 7692982. OLE color: 7692982.
HSL color Cylindrical-coordinate representation of color #B66275: hue angle of 346.43º degrees, saturation: 0.37, 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 #B66275 is Cyan = 0, Magento = 0.46, Yellow = 0.36 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 98 | 117 | - |
| CMYK | 0 | 0.46 | 0.36 | 0.29 |
| HSL | 346.43º | 0.37% | 0.55% | - |
| HSV(B) | 346.43º | 0.46% | 0.71% | - |
| XYZ | 26.87 | 19.96 | 19.27 | - |
| YUV | 125.28 | 123.33 | 168.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 98 | 117 | 0 | 0.46 | 0.36 | 0.29 | 346.43 | 0.37 | 0.55 |
| Hex | B6 | 62 | 75 | 0 | 2E | 24 | 1D | 15A | 25 | 37 |
| Octal | 266 | 142 | 165 | 0 | 56 | 44 | 35 | 532 | 45 | 67 |
| Binary | 10110110 | 1100010 | 1110101 | 0 | 101110 | 100100 | 11101 | 101011010 | 100101 | 110111 |
Color Harmonies of #B66275
Complementary color
Monochromatic Colors of #B66275
Black with #B66275
Text Example
Text Example
White with #B66275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B66275; }
p { color: rgb(182,98,117); }
H1.HeaderClassName
{
color: #B66275;
}
.AnyTagClassName
{
color: #B66275;
}
</style>
background-color css
<style>
a { background-color: #B66275; }
a { background-color: rgb(182,98,117); }
div.DivClassName
{
background-color: #B66275;
}
.BgClassName
{
background-color: #B66275;
}
</style>
border-color css
<style>
span { border-color: #B66275; }
span { border-color: rgb(182,98,117); }
td.TdClassName
{
border-color: #B66275;
}
.TagClassName
{
border-color: #B66275;
}
</style>