Shades of Tapestry #B67892
Tints of Tapestry #B67892
RGB
CMYK
RGB Variations
Color information
#B67892 (or 0xB67892) is known color: Tapestry. HEX triplet: B6, 78 and 92. RGB value is (182,120,146). Sum of RGB (Red+Green+Blue) = 182+120+146=448 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.62% from 448); Green value is 120 (47.27% from 255 or 26.79% from 448); Blue value is 146 (57.42% from 255 or 32.59% from 448); Max value from RGB is 182 - color contains mainly: red. Hex color #B67892 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B67892 is #49876D. Grayscale: #8D8D8D. Windows color (decimal): -4818798 or 9599158. OLE color: 9599158.
HSL color Cylindrical-coordinate representation of color #B67892: hue angle of 334.84º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B67892 is Cyan = 0, Magento = 0.34, Yellow = 0.20 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 120 | 146 | - |
| CMYK | 0 | 0.34 | 0.20 | 0.29 |
| HSL | 334.84º | 0.3% | 0.59% | - |
| HSV(B) | 334.84º | 0.34% | 0.71% | - |
| XYZ | 31.2 | 25.45 | 30.46 | - |
| YUV | 141.5 | 130.54 | 156.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 120 | 146 | 0 | 0.34 | 0.20 | 0.29 | 334.84 | 0.3 | 0.59 |
| Hex | B6 | 78 | 92 | 0 | 22 | 14 | 1D | 14F | 1E | 3B |
| Octal | 266 | 170 | 222 | 0 | 42 | 24 | 35 | 517 | 36 | 73 |
| Binary | 10110110 | 1111000 | 10010010 | 0 | 100010 | 10100 | 11101 | 101001111 | 11110 | 111011 |
Color Harmonies of #B67892
Complementary color
Monochromatic Colors of #B67892
Black with #B67892
Text Example
Text Example
White with #B67892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B67892; }
p { color: rgb(182,120,146); }
H1.HeaderClassName
{
color: #B67892;
}
.AnyTagClassName
{
color: #B67892;
}
</style>
background-color css
<style>
a { background-color: #B67892; }
a { background-color: rgb(182,120,146); }
div.DivClassName
{
background-color: #B67892;
}
.BgClassName
{
background-color: #B67892;
}
</style>
border-color css
<style>
span { border-color: #B67892; }
span { border-color: rgb(182,120,146); }
td.TdClassName
{
border-color: #B67892;
}
.TagClassName
{
border-color: #B67892;
}
</style>