Shades of Tapestry #B46693
Tints of Tapestry #B46693
RGB
CMYK
RGB Variations
Color information
#B46693 (or 0xB46693) is known color: Tapestry. HEX triplet: B4, 66 and 93. RGB value is (180,102,147). Sum of RGB (Red+Green+Blue) = 180+102+147=429 (56% of max value = 765). Red value is 180 (70.70% from 255 or 41.96% from 429); Green value is 102 (40.23% from 255 or 23.78% from 429); Blue value is 147 (57.81% from 255 or 34.27% from 429); Max value from RGB is 180 - color contains mainly: red. Hex color #B46693 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46693 is #4B996C. Grayscale: #828282. Windows color (decimal): -4954477 or 9660084. OLE color: 9660084.
HSL color Cylindrical-coordinate representation of color #B46693: hue angle of 325.38º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B46693 is Cyan = 0, Magento = 0.43, Yellow = 0.18 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 102 | 147 | - |
| CMYK | 0 | 0.43 | 0.18 | 0.29 |
| HSL | 325.38º | 0.34% | 0.55% | - |
| HSV(B) | 325.38º | 0.43% | 0.71% | - |
| XYZ | 28.84 | 21.31 | 30.2 | - |
| YUV | 130.45 | 137.34 | 163.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 102 | 147 | 0 | 0.43 | 0.18 | 0.29 | 325.38 | 0.34 | 0.55 |
| Hex | B4 | 66 | 93 | 0 | 2B | 12 | 1D | 145 | 22 | 37 |
| Octal | 264 | 146 | 223 | 0 | 53 | 22 | 35 | 505 | 42 | 67 |
| Binary | 10110100 | 1100110 | 10010011 | 0 | 101011 | 10010 | 11101 | 101000101 | 100010 | 110111 |
Color Harmonies of #B46693
Complementary color
Monochromatic Colors of #B46693
Black with #B46693
Text Example
Text Example
White with #B46693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B46693; }
p { color: rgb(180,102,147); }
H1.HeaderClassName
{
color: #B46693;
}
.AnyTagClassName
{
color: #B46693;
}
</style>
background-color css
<style>
a { background-color: #B46693; }
a { background-color: rgb(180,102,147); }
div.DivClassName
{
background-color: #B46693;
}
.BgClassName
{
background-color: #B46693;
}
</style>
border-color css
<style>
span { border-color: #B46693; }
span { border-color: rgb(180,102,147); }
td.TdClassName
{
border-color: #B46693;
}
.TagClassName
{
border-color: #B46693;
}
</style>