Shades of Tapestry #B67D93
Tints of Tapestry #B67D93
RGB
CMYK
RGB Variations
Color information
#B67D93 (or 0xB67D93) is known color: Tapestry. HEX triplet: B6, 7D and 93. RGB value is (182,125,147). Sum of RGB (Red+Green+Blue) = 182+125+147=454 (60% of max value = 765). Red value is 182 (71.48% from 255 or 40.09% from 454); Green value is 125 (49.22% from 255 or 27.53% from 454); Blue value is 147 (57.81% from 255 or 32.38% from 454); Max value from RGB is 182 - color contains mainly: red. Hex color #B67D93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B67D93 is #49826C. Grayscale: #909090. Windows color (decimal): -4817517 or 9665974. OLE color: 9665974.
HSL color Cylindrical-coordinate representation of color #B67D93: hue angle of 336.84º 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 #B67D93 is Cyan = 0, Magento = 0.31, Yellow = 0.19 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 125 | 147 | - |
| CMYK | 0 | 0.31 | 0.19 | 0.29 |
| HSL | 336.84º | 0.28% | 0.6% | - |
| HSV(B) | 336.84º | 0.31% | 0.71% | - |
| XYZ | 31.89 | 26.72 | 31.08 | - |
| YUV | 144.55 | 129.38 | 154.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 125 | 147 | 0 | 0.31 | 0.19 | 0.29 | 336.84 | 0.28 | 0.6 |
| Hex | B6 | 7D | 93 | 0 | 1F | 13 | 1D | 151 | 1C | 3C |
| Octal | 266 | 175 | 223 | 0 | 37 | 23 | 35 | 521 | 34 | 74 |
| Binary | 10110110 | 1111101 | 10010011 | 0 | 11111 | 10011 | 11101 | 101010001 | 11100 | 111100 |
Color Harmonies of #B67D93
Complementary color
Monochromatic Colors of #B67D93
Black with #B67D93
Text Example
Text Example
White with #B67D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B67D93; }
p { color: rgb(182,125,147); }
H1.HeaderClassName
{
color: #B67D93;
}
.AnyTagClassName
{
color: #B67D93;
}
</style>
background-color css
<style>
a { background-color: #B67D93; }
a { background-color: rgb(182,125,147); }
div.DivClassName
{
background-color: #B67D93;
}
.BgClassName
{
background-color: #B67D93;
}
</style>
border-color css
<style>
span { border-color: #B67D93; }
span { border-color: rgb(182,125,147); }
td.TdClassName
{
border-color: #B67D93;
}
.TagClassName
{
border-color: #B67D93;
}
</style>