Shades of Tapestry #B67993
Tints of Tapestry #B67993
RGB
CMYK
RGB Variations
Color information
#B67993 (or 0xB67993) is known color: Tapestry. HEX triplet: B6, 79 and 93. RGB value is (182,121,147). Sum of RGB (Red+Green+Blue) = 182+121+147=450 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.44% from 450); Green value is 121 (47.66% from 255 or 26.89% from 450); Blue value is 147 (57.81% from 255 or 32.67% from 450); Max value from RGB is 182 - color contains mainly: red. Hex color #B67993 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B67993 is #49866C. Grayscale: #8E8E8E. Windows color (decimal): -4818541 or 9664950. OLE color: 9664950.
HSL color Cylindrical-coordinate representation of color #B67993: hue angle of 334.43º degrees, saturation: 0.29, 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 #B67993 is Cyan = 0, Magento = 0.34, Yellow = 0.19 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 121 | 147 | - |
| CMYK | 0 | 0.34 | 0.19 | 0.29 |
| HSL | 334.43º | 0.29% | 0.59% | - |
| HSV(B) | 334.43º | 0.34% | 0.71% | - |
| XYZ | 31.4 | 25.73 | 30.91 | - |
| YUV | 142.2 | 130.71 | 156.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 121 | 147 | 0 | 0.34 | 0.19 | 0.29 | 334.43 | 0.29 | 0.59 |
| Hex | B6 | 79 | 93 | 0 | 22 | 13 | 1D | 14E | 1D | 3B |
| Octal | 266 | 171 | 223 | 0 | 42 | 23 | 35 | 516 | 35 | 73 |
| Binary | 10110110 | 1111001 | 10010011 | 0 | 100010 | 10011 | 11101 | 101001110 | 11101 | 111011 |
Color Harmonies of #B67993
Complementary color
Monochromatic Colors of #B67993
Black with #B67993
Text Example
Text Example
White with #B67993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B67993; }
p { color: rgb(182,121,147); }
H1.HeaderClassName
{
color: #B67993;
}
.AnyTagClassName
{
color: #B67993;
}
</style>
background-color css
<style>
a { background-color: #B67993; }
a { background-color: rgb(182,121,147); }
div.DivClassName
{
background-color: #B67993;
}
.BgClassName
{
background-color: #B67993;
}
</style>
border-color css
<style>
span { border-color: #B67993; }
span { border-color: rgb(182,121,147); }
td.TdClassName
{
border-color: #B67993;
}
.TagClassName
{
border-color: #B67993;
}
</style>