Shades of Tapestry #B97C8A
Tints of Tapestry #B97C8A
RGB
CMYK
RGB Variations
Color information
#B97C8A (or 0xB97C8A) is known color: Tapestry. HEX triplet: B9, 7C and 8A. RGB value is (185,124,138). Sum of RGB (Red+Green+Blue) = 185+124+138=447 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.39% from 447); Green value is 124 (48.83% from 255 or 27.74% from 447); Blue value is 138 (54.30% from 255 or 30.87% from 447); Max value from RGB is 185 - color contains mainly: red. Hex color #B97C8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97C8A is #468375. Grayscale: #8F8F8F. Windows color (decimal): -4621174 or 9075897. OLE color: 9075897.
HSL color Cylindrical-coordinate representation of color #B97C8A: hue angle of 346.23º 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 #B97C8A is Cyan = 0, Magento = 0.33, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 124 | 138 | - |
| CMYK | 0 | 0.33 | 0.25 | 0.27 |
| HSL | 346.23º | 0.3% | 0.61% | - |
| HSV(B) | 346.23º | 0.33% | 0.73% | - |
| XYZ | 31.8 | 26.56 | 27.5 | - |
| YUV | 143.84 | 124.71 | 157.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 124 | 138 | 0 | 0.33 | 0.25 | 0.27 | 346.23 | 0.3 | 0.61 |
| Hex | B9 | 7C | 8A | 0 | 21 | 19 | 1B | 15A | 1E | 3D |
| Octal | 271 | 174 | 212 | 0 | 41 | 31 | 33 | 532 | 36 | 75 |
| Binary | 10111001 | 1111100 | 10001010 | 0 | 100001 | 11001 | 11011 | 101011010 | 11110 | 111101 |
Color Harmonies of #B97C8A
Complementary color
Monochromatic Colors of #B97C8A
Black with #B97C8A
Text Example
Text Example
White with #B97C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B97C8A; }
p { color: rgb(185,124,138); }
H1.HeaderClassName
{
color: #B97C8A;
}
.AnyTagClassName
{
color: #B97C8A;
}
</style>
background-color css
<style>
a { background-color: #B97C8A; }
a { background-color: rgb(185,124,138); }
div.DivClassName
{
background-color: #B97C8A;
}
.BgClassName
{
background-color: #B97C8A;
}
</style>
border-color css
<style>
span { border-color: #B97C8A; }
span { border-color: rgb(185,124,138); }
td.TdClassName
{
border-color: #B97C8A;
}
.TagClassName
{
border-color: #B97C8A;
}
</style>