Shades of Tapestry #B97380
Tints of Tapestry #B97380
RGB
CMYK
RGB Variations
Color information
#B97380 (or 0xB97380) is known color: Tapestry. HEX triplet: B9, 73 and 80. RGB value is (185,115,128). Sum of RGB (Red+Green+Blue) = 185+115+128=428 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.22% from 428); Green value is 115 (45.31% from 255 or 26.87% from 428); Blue value is 128 (50.39% from 255 or 29.91% from 428); Max value from RGB is 185 - color contains mainly: red. Hex color #B97380 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97380 is #468C7F. Grayscale: #898989. Windows color (decimal): -4623488 or 8418233. OLE color: 8418233.
HSL color Cylindrical-coordinate representation of color #B97380: hue angle of 348.86º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B97380 is Cyan = 0, Magento = 0.38, Yellow = 0.31 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 115 | 128 | - |
| CMYK | 0 | 0.38 | 0.31 | 0.27 |
| HSL | 348.86º | 0.33% | 0.59% | - |
| HSV(B) | 348.86º | 0.38% | 0.73% | - |
| XYZ | 30.03 | 24.13 | 23.5 | - |
| YUV | 137.41 | 122.69 | 161.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 115 | 128 | 0 | 0.38 | 0.31 | 0.27 | 348.86 | 0.33 | 0.59 |
| Hex | B9 | 73 | 80 | 0 | 26 | 1F | 1B | 15D | 21 | 3B |
| Octal | 271 | 163 | 200 | 0 | 46 | 37 | 33 | 535 | 41 | 73 |
| Binary | 10111001 | 1110011 | 10000000 | 0 | 100110 | 11111 | 11011 | 101011101 | 100001 | 111011 |
Color Harmonies of #B97380
Complementary color
Monochromatic Colors of #B97380
Black with #B97380
Text Example
Text Example
White with #B97380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B97380; }
p { color: rgb(185,115,128); }
H1.HeaderClassName
{
color: #B97380;
}
.AnyTagClassName
{
color: #B97380;
}
</style>
background-color css
<style>
a { background-color: #B97380; }
a { background-color: rgb(185,115,128); }
div.DivClassName
{
background-color: #B97380;
}
.BgClassName
{
background-color: #B97380;
}
</style>
border-color css
<style>
span { border-color: #B97380; }
span { border-color: rgb(185,115,128); }
td.TdClassName
{
border-color: #B97380;
}
.TagClassName
{
border-color: #B97380;
}
</style>