Shades of Tapestry #B97D8B
Tints of Tapestry #B97D8B
RGB
CMYK
RGB Variations
Color information
#B97D8B (or 0xB97D8B) is known color: Tapestry. HEX triplet: B9, 7D and 8B. RGB value is (185,125,139). Sum of RGB (Red+Green+Blue) = 185+125+139=449 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.20% from 449); Green value is 125 (49.22% from 255 or 27.84% from 449); Blue value is 139 (54.69% from 255 or 30.96% from 449); Max value from RGB is 185 - color contains mainly: red. Hex color #B97D8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97D8B is #468274. Grayscale: #909090. Windows color (decimal): -4620917 or 9141689. OLE color: 9141689.
HSL color Cylindrical-coordinate representation of color #B97D8B: hue angle of 346º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B97D8B is Cyan = 0, Magento = 0.32, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 125 | 139 | - |
| CMYK | 0 | 0.32 | 0.25 | 0.27 |
| HSL | 346º | 0.3% | 0.61% | - |
| HSV(B) | 346º | 0.32% | 0.73% | - |
| XYZ | 32 | 26.85 | 27.92 | - |
| YUV | 144.54 | 124.88 | 156.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 125 | 139 | 0 | 0.32 | 0.25 | 0.27 | 346 | 0.3 | 0.61 |
| Hex | B9 | 7D | 8B | 0 | 20 | 19 | 1B | 15A | 1E | 3D |
| Octal | 271 | 175 | 213 | 0 | 40 | 31 | 33 | 532 | 36 | 75 |
| Binary | 10111001 | 1111101 | 10001011 | 0 | 100000 | 11001 | 11011 | 101011010 | 11110 | 111101 |
Color Harmonies of #B97D8B
Complementary color
Monochromatic Colors of #B97D8B
Black with #B97D8B
Text Example
Text Example
White with #B97D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B97D8B; }
p { color: rgb(185,125,139); }
H1.HeaderClassName
{
color: #B97D8B;
}
.AnyTagClassName
{
color: #B97D8B;
}
</style>
background-color css
<style>
a { background-color: #B97D8B; }
a { background-color: rgb(185,125,139); }
div.DivClassName
{
background-color: #B97D8B;
}
.BgClassName
{
background-color: #B97D8B;
}
</style>
border-color css
<style>
span { border-color: #B97D8B; }
span { border-color: rgb(185,125,139); }
td.TdClassName
{
border-color: #B97D8B;
}
.TagClassName
{
border-color: #B97D8B;
}
</style>