Shades of Tapestry #B67A8B
Tints of Tapestry #B67A8B
RGB
CMYK
RGB Variations
Color information
#B67A8B (or 0xB67A8B) is known color: Tapestry. HEX triplet: B6, 7A and 8B. RGB value is (182,122,139). Sum of RGB (Red+Green+Blue) = 182+122+139=443 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.08% from 443); Green value is 122 (48.05% from 255 or 27.54% from 443); Blue value is 139 (54.69% from 255 or 31.38% from 443); Max value from RGB is 182 - color contains mainly: red. Hex color #B67A8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B67A8B is #498574. Grayscale: #8D8D8D. Windows color (decimal): -4818293 or 9140918. OLE color: 9140918.
HSL color Cylindrical-coordinate representation of color #B67A8B: hue angle of 343º 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 #B67A8B is Cyan = 0, Magento = 0.33, Yellow = 0.24 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 122 | 139 | - |
| CMYK | 0 | 0.33 | 0.24 | 0.29 |
| HSL | 343º | 0.29% | 0.6% | - |
| HSV(B) | 343º | 0.33% | 0.71% | - |
| XYZ | 30.91 | 25.73 | 27.76 | - |
| YUV | 141.88 | 126.38 | 156.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 122 | 139 | 0 | 0.33 | 0.24 | 0.29 | 343 | 0.29 | 0.6 |
| Hex | B6 | 7A | 8B | 0 | 21 | 18 | 1D | 157 | 1D | 3C |
| Octal | 266 | 172 | 213 | 0 | 41 | 30 | 35 | 527 | 35 | 74 |
| Binary | 10110110 | 1111010 | 10001011 | 0 | 100001 | 11000 | 11101 | 101010111 | 11101 | 111100 |
Color Harmonies of #B67A8B
Complementary color
Monochromatic Colors of #B67A8B
Black with #B67A8B
Text Example
Text Example
White with #B67A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B67A8B; }
p { color: rgb(182,122,139); }
H1.HeaderClassName
{
color: #B67A8B;
}
.AnyTagClassName
{
color: #B67A8B;
}
</style>
background-color css
<style>
a { background-color: #B67A8B; }
a { background-color: rgb(182,122,139); }
div.DivClassName
{
background-color: #B67A8B;
}
.BgClassName
{
background-color: #B67A8B;
}
</style>
border-color css
<style>
span { border-color: #B67A8B; }
span { border-color: rgb(182,122,139); }
td.TdClassName
{
border-color: #B67A8B;
}
.TagClassName
{
border-color: #B67A8B;
}
</style>