Shades of Tapestry #B67192
Tints of Tapestry #B67192
RGB
CMYK
RGB Variations
Color information
#B67192 (or 0xB67192) is known color: Tapestry. HEX triplet: B6, 71 and 92. RGB value is (182,113,146). Sum of RGB (Red+Green+Blue) = 182+113+146=441 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.27% from 441); Green value is 113 (44.53% from 255 or 25.62% from 441); Blue value is 146 (57.42% from 255 or 33.11% from 441); Max value from RGB is 182 - color contains mainly: red. Hex color #B67192 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B67192 is #498E6D. Grayscale: #898989. Windows color (decimal): -4820590 or 9597366. OLE color: 9597366.
HSL color Cylindrical-coordinate representation of color #B67192: hue angle of 331.3º 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 #B67192 is Cyan = 0, Magento = 0.38, Yellow = 0.20 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 113 | 146 | - |
| CMYK | 0 | 0.38 | 0.20 | 0.29 |
| HSL | 331.3º | 0.32% | 0.58% | - |
| HSV(B) | 331.3º | 0.38% | 0.71% | - |
| XYZ | 30.38 | 23.83 | 30.19 | - |
| YUV | 137.39 | 132.86 | 159.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 113 | 146 | 0 | 0.38 | 0.20 | 0.29 | 331.3 | 0.32 | 0.58 |
| Hex | B6 | 71 | 92 | 0 | 26 | 14 | 1D | 14B | 20 | 3A |
| Octal | 266 | 161 | 222 | 0 | 46 | 24 | 35 | 513 | 40 | 72 |
| Binary | 10110110 | 1110001 | 10010010 | 0 | 100110 | 10100 | 11101 | 101001011 | 100000 | 111010 |
Color Harmonies of #B67192
Complementary color
Monochromatic Colors of #B67192
Black with #B67192
Text Example
Text Example
White with #B67192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B67192; }
p { color: rgb(182,113,146); }
H1.HeaderClassName
{
color: #B67192;
}
.AnyTagClassName
{
color: #B67192;
}
</style>
background-color css
<style>
a { background-color: #B67192; }
a { background-color: rgb(182,113,146); }
div.DivClassName
{
background-color: #B67192;
}
.BgClassName
{
background-color: #B67192;
}
</style>
border-color css
<style>
span { border-color: #B67192; }
span { border-color: rgb(182,113,146); }
td.TdClassName
{
border-color: #B67192;
}
.TagClassName
{
border-color: #B67192;
}
</style>