Shades of Tapestry #B66C7E
Tints of Tapestry #B66C7E
RGB
CMYK
RGB Variations
Color information
#B66C7E (or 0xB66C7E) is known color: Tapestry. HEX triplet: B6, 6C and 7E. RGB value is (182,108,126). Sum of RGB (Red+Green+Blue) = 182+108+126=416 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.75% from 416); Green value is 108 (42.58% from 255 or 25.96% from 416); Blue value is 126 (49.61% from 255 or 30.29% from 416); Max value from RGB is 182 - color contains mainly: red. Hex color #B66C7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B66C7E is #499381. Grayscale: #848484. Windows color (decimal): -4821890 or 8285366. OLE color: 8285366.
HSL color Cylindrical-coordinate representation of color #B66C7E: hue angle of 345.41º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B66C7E is Cyan = 0, Magento = 0.41, Yellow = 0.31 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 108 | 126 | - |
| CMYK | 0 | 0.41 | 0.31 | 0.29 |
| HSL | 345.41º | 0.34% | 0.57% | - |
| HSV(B) | 345.41º | 0.41% | 0.71% | - |
| XYZ | 28.42 | 22.18 | 22.52 | - |
| YUV | 132.18 | 124.52 | 163.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 108 | 126 | 0 | 0.41 | 0.31 | 0.29 | 345.41 | 0.34 | 0.57 |
| Hex | B6 | 6C | 7E | 0 | 29 | 1F | 1D | 159 | 22 | 39 |
| Octal | 266 | 154 | 176 | 0 | 51 | 37 | 35 | 531 | 42 | 71 |
| Binary | 10110110 | 1101100 | 1111110 | 0 | 101001 | 11111 | 11101 | 101011001 | 100010 | 111001 |
Color Harmonies of #B66C7E
Complementary color
Monochromatic Colors of #B66C7E
Black with #B66C7E
Text Example
Text Example
White with #B66C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B66C7E; }
p { color: rgb(182,108,126); }
H1.HeaderClassName
{
color: #B66C7E;
}
.AnyTagClassName
{
color: #B66C7E;
}
</style>
background-color css
<style>
a { background-color: #B66C7E; }
a { background-color: rgb(182,108,126); }
div.DivClassName
{
background-color: #B66C7E;
}
.BgClassName
{
background-color: #B66C7E;
}
</style>
border-color css
<style>
span { border-color: #B66C7E; }
span { border-color: rgb(182,108,126); }
td.TdClassName
{
border-color: #B66C7E;
}
.TagClassName
{
border-color: #B66C7E;
}
</style>