Shades of Tapestry #B67194
Tints of Tapestry #B67194
RGB
CMYK
RGB Variations
Color information
#B67194 (or 0xB67194) is known color: Tapestry. HEX triplet: B6, 71 and 94. RGB value is (182,113,148). Sum of RGB (Red+Green+Blue) = 182+113+148=443 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.08% from 443); Green value is 113 (44.53% from 255 or 25.51% from 443); Blue value is 148 (58.20% from 255 or 33.41% from 443); Max value from RGB is 182 - color contains mainly: red. Hex color #B67194 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B67194 is #498E6B. Grayscale: #898989. Windows color (decimal): -4820588 or 9728438. OLE color: 9728438.
HSL color Cylindrical-coordinate representation of color #B67194: hue angle of 329.57º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B67194 is Cyan = 0, Magento = 0.38, Yellow = 0.19 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 113 | 148 | - |
| CMYK | 0 | 0.38 | 0.19 | 0.29 |
| HSL | 329.57º | 0.32% | 0.58% | - |
| HSV(B) | 329.57º | 0.38% | 0.71% | - |
| XYZ | 30.54 | 23.89 | 31.02 | - |
| YUV | 137.62 | 133.86 | 159.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 113 | 148 | 0 | 0.38 | 0.19 | 0.29 | 329.57 | 0.32 | 0.58 |
| Hex | B6 | 71 | 94 | 0 | 26 | 13 | 1D | 14A | 20 | 3A |
| Octal | 266 | 161 | 224 | 0 | 46 | 23 | 35 | 512 | 40 | 72 |
| Binary | 10110110 | 1110001 | 10010100 | 0 | 100110 | 10011 | 11101 | 101001010 | 100000 | 111010 |
Color Harmonies of #B67194
Complementary color
Monochromatic Colors of #B67194
Black with #B67194
Text Example
Text Example
White with #B67194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B67194; }
p { color: rgb(182,113,148); }
H1.HeaderClassName
{
color: #B67194;
}
.AnyTagClassName
{
color: #B67194;
}
</style>
background-color css
<style>
a { background-color: #B67194; }
a { background-color: rgb(182,113,148); }
div.DivClassName
{
background-color: #B67194;
}
.BgClassName
{
background-color: #B67194;
}
</style>
border-color css
<style>
span { border-color: #B67194; }
span { border-color: rgb(182,113,148); }
td.TdClassName
{
border-color: #B67194;
}
.TagClassName
{
border-color: #B67194;
}
</style>