Shades of Tapestry #B67E90
Tints of Tapestry #B67E90
RGB
CMYK
RGB Variations
Color information
#B67E90 (or 0xB67E90) is known color: Tapestry. HEX triplet: B6, 7E and 90. RGB value is (182,126,144). Sum of RGB (Red+Green+Blue) = 182+126+144=452 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.27% from 452); Green value is 126 (49.61% from 255 or 27.88% from 452); Blue value is 144 (56.64% from 255 or 31.86% from 452); Max value from RGB is 182 - color contains mainly: red. Hex color #B67E90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B67E90 is #49816F. Grayscale: #909090. Windows color (decimal): -4817264 or 9469622. OLE color: 9469622.
HSL color Cylindrical-coordinate representation of color #B67E90: hue angle of 340.71º degrees, saturation: 0.28, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B67E90 is Cyan = 0, Magento = 0.31, Yellow = 0.21 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 126 | 144 | - |
| CMYK | 0 | 0.31 | 0.21 | 0.29 |
| HSL | 340.71º | 0.28% | 0.6% | - |
| HSV(B) | 340.71º | 0.31% | 0.71% | - |
| XYZ | 31.79 | 26.88 | 29.9 | - |
| YUV | 144.8 | 127.55 | 154.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 126 | 144 | 0 | 0.31 | 0.21 | 0.29 | 340.71 | 0.28 | 0.6 |
| Hex | B6 | 7E | 90 | 0 | 1F | 15 | 1D | 155 | 1C | 3C |
| Octal | 266 | 176 | 220 | 0 | 37 | 25 | 35 | 525 | 34 | 74 |
| Binary | 10110110 | 1111110 | 10010000 | 0 | 11111 | 10101 | 11101 | 101010101 | 11100 | 111100 |
Color Harmonies of #B67E90
Complementary color
Monochromatic Colors of #B67E90
Black with #B67E90
Text Example
Text Example
White with #B67E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B67E90; }
p { color: rgb(182,126,144); }
H1.HeaderClassName
{
color: #B67E90;
}
.AnyTagClassName
{
color: #B67E90;
}
</style>
background-color css
<style>
a { background-color: #B67E90; }
a { background-color: rgb(182,126,144); }
div.DivClassName
{
background-color: #B67E90;
}
.BgClassName
{
background-color: #B67E90;
}
</style>
border-color css
<style>
span { border-color: #B67E90; }
span { border-color: rgb(182,126,144); }
td.TdClassName
{
border-color: #B67E90;
}
.TagClassName
{
border-color: #B67E90;
}
</style>