Shades of Tapestry #B67584
Tints of Tapestry #B67584
RGB
CMYK
RGB Variations
Color information
#B67584 (or 0xB67584) is known color: Tapestry. HEX triplet: B6, 75 and 84. RGB value is (182,117,132). Sum of RGB (Red+Green+Blue) = 182+117+132=431 (57% of max value = 765). Red value is 182 (71.48% from 255 or 42.23% from 431); Green value is 117 (46.09% from 255 or 27.15% from 431); Blue value is 132 (51.95% from 255 or 30.63% from 431); Max value from RGB is 182 - color contains mainly: red. Hex color #B67584 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B67584 is #498A7B. Grayscale: #8A8A8A. Windows color (decimal): -4819580 or 8680886. OLE color: 8680886.
HSL color Cylindrical-coordinate representation of color #B67584: hue angle of 346.15º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B67584 is Cyan = 0, Magento = 0.36, Yellow = 0.27 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 117 | 132 | - |
| CMYK | 0 | 0.36 | 0.27 | 0.29 |
| HSL | 346.15º | 0.31% | 0.59% | - |
| HSV(B) | 346.15º | 0.36% | 0.71% | - |
| XYZ | 29.82 | 24.33 | 24.96 | - |
| YUV | 138.15 | 124.53 | 159.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 117 | 132 | 0 | 0.36 | 0.27 | 0.29 | 346.15 | 0.31 | 0.59 |
| Hex | B6 | 75 | 84 | 0 | 24 | 1B | 1D | 15A | 1F | 3B |
| Octal | 266 | 165 | 204 | 0 | 44 | 33 | 35 | 532 | 37 | 73 |
| Binary | 10110110 | 1110101 | 10000100 | 0 | 100100 | 11011 | 11101 | 101011010 | 11111 | 111011 |
Color Harmonies of #B67584
Complementary color
Monochromatic Colors of #B67584
Black with #B67584
Text Example
Text Example
White with #B67584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B67584; }
p { color: rgb(182,117,132); }
H1.HeaderClassName
{
color: #B67584;
}
.AnyTagClassName
{
color: #B67584;
}
</style>
background-color css
<style>
a { background-color: #B67584; }
a { background-color: rgb(182,117,132); }
div.DivClassName
{
background-color: #B67584;
}
.BgClassName
{
background-color: #B67584;
}
</style>
border-color css
<style>
span { border-color: #B67584; }
span { border-color: rgb(182,117,132); }
td.TdClassName
{
border-color: #B67584;
}
.TagClassName
{
border-color: #B67584;
}
</style>