Shades of Tapestry #B67A91
Tints of Tapestry #B67A91
RGB
CMYK
RGB Variations
Color information
#B67A91 (or 0xB67A91) is known color: Tapestry. HEX triplet: B6, 7A and 91. RGB value is (182,122,145). Sum of RGB (Red+Green+Blue) = 182+122+145=449 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.53% from 449); Green value is 122 (48.05% from 255 or 27.17% from 449); Blue value is 145 (57.03% from 255 or 32.29% from 449); Max value from RGB is 182 - color contains mainly: red. Hex color #B67A91 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B67A91 is #49856E. Grayscale: #8E8E8E. Windows color (decimal): -4818287 or 9534134. OLE color: 9534134.
HSL color Cylindrical-coordinate representation of color #B67A91: hue angle of 337º 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 #B67A91 is Cyan = 0, Magento = 0.33, Yellow = 0.20 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 122 | 145 | - |
| CMYK | 0 | 0.33 | 0.20 | 0.29 |
| HSL | 337º | 0.29% | 0.6% | - |
| HSV(B) | 337º | 0.33% | 0.71% | - |
| XYZ | 31.36 | 25.91 | 30.14 | - |
| YUV | 142.56 | 129.38 | 156.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 122 | 145 | 0 | 0.33 | 0.20 | 0.29 | 337 | 0.29 | 0.6 |
| Hex | B6 | 7A | 91 | 0 | 21 | 14 | 1D | 151 | 1D | 3C |
| Octal | 266 | 172 | 221 | 0 | 41 | 24 | 35 | 521 | 35 | 74 |
| Binary | 10110110 | 1111010 | 10010001 | 0 | 100001 | 10100 | 11101 | 101010001 | 11101 | 111100 |
Color Harmonies of #B67A91
Complementary color
Monochromatic Colors of #B67A91
Black with #B67A91
Text Example
Text Example
White with #B67A91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B67A91; }
p { color: rgb(182,122,145); }
H1.HeaderClassName
{
color: #B67A91;
}
.AnyTagClassName
{
color: #B67A91;
}
</style>
background-color css
<style>
a { background-color: #B67A91; }
a { background-color: rgb(182,122,145); }
div.DivClassName
{
background-color: #B67A91;
}
.BgClassName
{
background-color: #B67A91;
}
</style>
border-color css
<style>
span { border-color: #B67A91; }
span { border-color: rgb(182,122,145); }
td.TdClassName
{
border-color: #B67A91;
}
.TagClassName
{
border-color: #B67A91;
}
</style>