Shades of Tapestry #B97584
Tints of Tapestry #B97584
RGB
CMYK
RGB Variations
Color information
#B97584 (or 0xB97584) is known color: Tapestry. HEX triplet: B9, 75 and 84. RGB value is (185,117,132). Sum of RGB (Red+Green+Blue) = 185+117+132=434 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.63% from 434); Green value is 117 (46.09% from 255 or 26.96% from 434); Blue value is 132 (51.95% from 255 or 30.41% from 434); Max value from RGB is 185 - color contains mainly: red. Hex color #B97584 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97584 is #468A7B. Grayscale: #8B8B8B. Windows color (decimal): -4622972 or 8680889. OLE color: 8680889.
HSL color Cylindrical-coordinate representation of color #B97584: hue angle of 346.76º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B97584 is Cyan = 0, Magento = 0.37, Yellow = 0.29 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 117 | 132 | - |
| CMYK | 0 | 0.37 | 0.29 | 0.27 |
| HSL | 346.76º | 0.33% | 0.59% | - |
| HSV(B) | 346.76º | 0.37% | 0.73% | - |
| XYZ | 30.53 | 24.7 | 24.99 | - |
| YUV | 139.04 | 124.03 | 160.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 117 | 132 | 0 | 0.37 | 0.29 | 0.27 | 346.76 | 0.33 | 0.59 |
| Hex | B9 | 75 | 84 | 0 | 25 | 1D | 1B | 15B | 21 | 3B |
| Octal | 271 | 165 | 204 | 0 | 45 | 35 | 33 | 533 | 41 | 73 |
| Binary | 10111001 | 1110101 | 10000100 | 0 | 100101 | 11101 | 11011 | 101011011 | 100001 | 111011 |
Color Harmonies of #B97584
Complementary color
Monochromatic Colors of #B97584
Black with #B97584
Text Example
Text Example
White with #B97584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B97584; }
p { color: rgb(185,117,132); }
H1.HeaderClassName
{
color: #B97584;
}
.AnyTagClassName
{
color: #B97584;
}
</style>
background-color css
<style>
a { background-color: #B97584; }
a { background-color: rgb(185,117,132); }
div.DivClassName
{
background-color: #B97584;
}
.BgClassName
{
background-color: #B97584;
}
</style>
border-color css
<style>
span { border-color: #B97584; }
span { border-color: rgb(185,117,132); }
td.TdClassName
{
border-color: #B97584;
}
.TagClassName
{
border-color: #B97584;
}
</style>