Shades of Tapestry #B97C8C
Tints of Tapestry #B97C8C
RGB
CMYK
RGB Variations
Color information
#B97C8C (or 0xB97C8C) is known color: Tapestry. HEX triplet: B9, 7C and 8C. RGB value is (185,124,140). Sum of RGB (Red+Green+Blue) = 185+124+140=449 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.20% from 449); Green value is 124 (48.83% from 255 or 27.62% from 449); Blue value is 140 (55.08% from 255 or 31.18% from 449); Max value from RGB is 185 - color contains mainly: red. Hex color #B97C8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97C8C is #468373. Grayscale: #909090. Windows color (decimal): -4621172 or 9206969. OLE color: 9206969.
HSL color Cylindrical-coordinate representation of color #B97C8C: hue angle of 344.26º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B97C8C is Cyan = 0, Magento = 0.33, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 124 | 140 | - |
| CMYK | 0 | 0.33 | 0.24 | 0.27 |
| HSL | 344.26º | 0.3% | 0.61% | - |
| HSV(B) | 344.26º | 0.33% | 0.73% | - |
| XYZ | 31.95 | 26.62 | 28.27 | - |
| YUV | 144.06 | 125.71 | 157.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 124 | 140 | 0 | 0.33 | 0.24 | 0.27 | 344.26 | 0.3 | 0.61 |
| Hex | B9 | 7C | 8C | 0 | 21 | 18 | 1B | 158 | 1E | 3D |
| Octal | 271 | 174 | 214 | 0 | 41 | 30 | 33 | 530 | 36 | 75 |
| Binary | 10111001 | 1111100 | 10001100 | 0 | 100001 | 11000 | 11011 | 101011000 | 11110 | 111101 |
Color Harmonies of #B97C8C
Complementary color
Monochromatic Colors of #B97C8C
Black with #B97C8C
Text Example
Text Example
White with #B97C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B97C8C; }
p { color: rgb(185,124,140); }
H1.HeaderClassName
{
color: #B97C8C;
}
.AnyTagClassName
{
color: #B97C8C;
}
</style>
background-color css
<style>
a { background-color: #B97C8C; }
a { background-color: rgb(185,124,140); }
div.DivClassName
{
background-color: #B97C8C;
}
.BgClassName
{
background-color: #B97C8C;
}
</style>
border-color css
<style>
span { border-color: #B97C8C; }
span { border-color: rgb(185,124,140); }
td.TdClassName
{
border-color: #B97C8C;
}
.TagClassName
{
border-color: #B97C8C;
}
</style>