Shades of Tapestry #B97180
Tints of Tapestry #B97180
RGB
CMYK
RGB Variations
Color information
#B97180 (or 0xB97180) is known color: Tapestry. HEX triplet: B9, 71 and 80. RGB value is (185,113,128). Sum of RGB (Red+Green+Blue) = 185+113+128=426 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.43% from 426); Green value is 113 (44.53% from 255 or 26.53% from 426); Blue value is 128 (50.39% from 255 or 30.05% from 426); Max value from RGB is 185 - color contains mainly: red. Hex color #B97180 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97180 is #468E7F. Grayscale: #888888. Windows color (decimal): -4624000 or 8417721. OLE color: 8417721.
HSL color Cylindrical-coordinate representation of color #B97180: hue angle of 347.5º 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 #B97180 is Cyan = 0, Magento = 0.39, Yellow = 0.31 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 113 | 128 | - |
| CMYK | 0 | 0.39 | 0.31 | 0.27 |
| HSL | 347.5º | 0.34% | 0.58% | - |
| HSV(B) | 347.5º | 0.39% | 0.73% | - |
| XYZ | 29.81 | 23.68 | 23.42 | - |
| YUV | 136.24 | 123.35 | 162.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 113 | 128 | 0 | 0.39 | 0.31 | 0.27 | 347.5 | 0.34 | 0.58 |
| Hex | B9 | 71 | 80 | 0 | 27 | 1F | 1B | 15C | 22 | 3A |
| Octal | 271 | 161 | 200 | 0 | 47 | 37 | 33 | 534 | 42 | 72 |
| Binary | 10111001 | 1110001 | 10000000 | 0 | 100111 | 11111 | 11011 | 101011100 | 100010 | 111010 |
Color Harmonies of #B97180
Complementary color
Monochromatic Colors of #B97180
Black with #B97180
Text Example
Text Example
White with #B97180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B97180; }
p { color: rgb(185,113,128); }
H1.HeaderClassName
{
color: #B97180;
}
.AnyTagClassName
{
color: #B97180;
}
</style>
background-color css
<style>
a { background-color: #B97180; }
a { background-color: rgb(185,113,128); }
div.DivClassName
{
background-color: #B97180;
}
.BgClassName
{
background-color: #B97180;
}
</style>
border-color css
<style>
span { border-color: #B97180; }
span { border-color: rgb(185,113,128); }
td.TdClassName
{
border-color: #B97180;
}
.TagClassName
{
border-color: #B97180;
}
</style>