Shades of Tapestry #B46692
Tints of Tapestry #B46692
RGB
CMYK
RGB Variations
Color information
#B46692 (or 0xB46692) is known color: Tapestry. HEX triplet: B4, 66 and 92. RGB value is (180,102,146). Sum of RGB (Red+Green+Blue) = 180+102+146=428 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.06% from 428); Green value is 102 (40.23% from 255 or 23.83% from 428); Blue value is 146 (57.42% from 255 or 34.11% from 428); Max value from RGB is 180 - color contains mainly: red. Hex color #B46692 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46692 is #4B996D. Grayscale: #828282. Windows color (decimal): -4954478 or 9594548. OLE color: 9594548.
HSL color Cylindrical-coordinate representation of color #B46692: hue angle of 326.15º 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 #B46692 is Cyan = 0, Magento = 0.43, Yellow = 0.19 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 102 | 146 | - |
| CMYK | 0 | 0.43 | 0.19 | 0.29 |
| HSL | 326.15º | 0.34% | 0.55% | - |
| HSV(B) | 326.15º | 0.43% | 0.71% | - |
| XYZ | 28.76 | 21.28 | 29.79 | - |
| YUV | 130.34 | 136.84 | 163.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 102 | 146 | 0 | 0.43 | 0.19 | 0.29 | 326.15 | 0.34 | 0.55 |
| Hex | B4 | 66 | 92 | 0 | 2B | 13 | 1D | 146 | 22 | 37 |
| Octal | 264 | 146 | 222 | 0 | 53 | 23 | 35 | 506 | 42 | 67 |
| Binary | 10110100 | 1100110 | 10010010 | 0 | 101011 | 10011 | 11101 | 101000110 | 100010 | 110111 |
Color Harmonies of #B46692
Complementary color
Monochromatic Colors of #B46692
Black with #B46692
Text Example
Text Example
White with #B46692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B46692; }
p { color: rgb(180,102,146); }
H1.HeaderClassName
{
color: #B46692;
}
.AnyTagClassName
{
color: #B46692;
}
</style>
background-color css
<style>
a { background-color: #B46692; }
a { background-color: rgb(180,102,146); }
div.DivClassName
{
background-color: #B46692;
}
.BgClassName
{
background-color: #B46692;
}
</style>
border-color css
<style>
span { border-color: #B46692; }
span { border-color: rgb(180,102,146); }
td.TdClassName
{
border-color: #B46692;
}
.TagClassName
{
border-color: #B46692;
}
</style>