Shades of Tapestry #B97184
Tints of Tapestry #B97184
RGB
CMYK
RGB Variations
Color information
#B97184 (or 0xB97184) is known color: Tapestry. HEX triplet: B9, 71 and 84. RGB value is (185,113,132). Sum of RGB (Red+Green+Blue) = 185+113+132=430 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.02% from 430); Green value is 113 (44.53% from 255 or 26.28% from 430); Blue value is 132 (51.95% from 255 or 30.70% from 430); Max value from RGB is 185 - color contains mainly: red. Hex color #B97184 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97184 is #468E7B. Grayscale: #888888. Windows color (decimal): -4623996 or 8679865. OLE color: 8679865.
HSL color Cylindrical-coordinate representation of color #B97184: hue angle of 344.17º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B97184 is Cyan = 0, Magento = 0.39, Yellow = 0.29 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 113 | 132 | - |
| CMYK | 0 | 0.39 | 0.29 | 0.27 |
| HSL | 344.17º | 0.34% | 0.58% | - |
| HSV(B) | 344.17º | 0.39% | 0.73% | - |
| XYZ | 30.08 | 23.79 | 24.84 | - |
| YUV | 136.69 | 125.35 | 162.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 113 | 132 | 0 | 0.39 | 0.29 | 0.27 | 344.17 | 0.34 | 0.58 |
| Hex | B9 | 71 | 84 | 0 | 27 | 1D | 1B | 158 | 22 | 3A |
| Octal | 271 | 161 | 204 | 0 | 47 | 35 | 33 | 530 | 42 | 72 |
| Binary | 10111001 | 1110001 | 10000100 | 0 | 100111 | 11101 | 11011 | 101011000 | 100010 | 111010 |
Color Harmonies of #B97184
Complementary color
Monochromatic Colors of #B97184
Black with #B97184
Text Example
Text Example
White with #B97184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B97184; }
p { color: rgb(185,113,132); }
H1.HeaderClassName
{
color: #B97184;
}
.AnyTagClassName
{
color: #B97184;
}
</style>
background-color css
<style>
a { background-color: #B97184; }
a { background-color: rgb(185,113,132); }
div.DivClassName
{
background-color: #B97184;
}
.BgClassName
{
background-color: #B97184;
}
</style>
border-color css
<style>
span { border-color: #B97184; }
span { border-color: rgb(185,113,132); }
td.TdClassName
{
border-color: #B97184;
}
.TagClassName
{
border-color: #B97184;
}
</style>