Shades of Tapestry #B67A8C
Tints of Tapestry #B67A8C
RGB
CMYK
RGB Variations
Color information
#B67A8C (or 0xB67A8C) is known color: Tapestry. HEX triplet: B6, 7A and 8C. RGB value is (182,122,140). Sum of RGB (Red+Green+Blue) = 182+122+140=444 (58% of max value = 765). Red value is 182 (71.48% from 255 or 40.99% from 444); Green value is 122 (48.05% from 255 or 27.48% from 444); Blue value is 140 (55.08% from 255 or 31.53% from 444); Max value from RGB is 182 - color contains mainly: red. Hex color #B67A8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B67A8C is #498573. Grayscale: #8D8D8D. Windows color (decimal): -4818292 or 9206454. OLE color: 9206454.
HSL color Cylindrical-coordinate representation of color #B67A8C: hue angle of 342º degrees, saturation: 0.29, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B67A8C is Cyan = 0, Magento = 0.33, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 122 | 140 | - |
| CMYK | 0 | 0.33 | 0.23 | 0.29 |
| HSL | 342º | 0.29% | 0.6% | - |
| HSV(B) | 342º | 0.33% | 0.71% | - |
| XYZ | 30.98 | 25.76 | 28.15 | - |
| YUV | 141.99 | 126.88 | 156.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 122 | 140 | 0 | 0.33 | 0.23 | 0.29 | 342 | 0.29 | 0.6 |
| Hex | B6 | 7A | 8C | 0 | 21 | 17 | 1D | 156 | 1D | 3C |
| Octal | 266 | 172 | 214 | 0 | 41 | 27 | 35 | 526 | 35 | 74 |
| Binary | 10110110 | 1111010 | 10001100 | 0 | 100001 | 10111 | 11101 | 101010110 | 11101 | 111100 |
Color Harmonies of #B67A8C
Complementary color
Monochromatic Colors of #B67A8C
Black with #B67A8C
Text Example
Text Example
White with #B67A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B67A8C; }
p { color: rgb(182,122,140); }
H1.HeaderClassName
{
color: #B67A8C;
}
.AnyTagClassName
{
color: #B67A8C;
}
</style>
background-color css
<style>
a { background-color: #B67A8C; }
a { background-color: rgb(182,122,140); }
div.DivClassName
{
background-color: #B67A8C;
}
.BgClassName
{
background-color: #B67A8C;
}
</style>
border-color css
<style>
span { border-color: #B67A8C; }
span { border-color: rgb(182,122,140); }
td.TdClassName
{
border-color: #B67A8C;
}
.TagClassName
{
border-color: #B67A8C;
}
</style>