Shades of Tapestry #B9728B
Tints of Tapestry #B9728B
RGB
CMYK
RGB Variations
Color information
#B9728B (or 0xB9728B) is known color: Tapestry. HEX triplet: B9, 72 and 8B. RGB value is (185,114,139). Sum of RGB (Red+Green+Blue) = 185+114+139=438 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.24% from 438); Green value is 114 (44.92% from 255 or 26.03% from 438); Blue value is 139 (54.69% from 255 or 31.74% from 438); Max value from RGB is 185 - color contains mainly: red. Hex color #B9728B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9728B is #468D74. Grayscale: #8A8A8A. Windows color (decimal): -4623733 or 9138873. OLE color: 9138873.
HSL color Cylindrical-coordinate representation of color #B9728B: hue angle of 338.87º degrees, saturation: 0.34, 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 #B9728B is Cyan = 0, Magento = 0.38, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 114 | 139 | - |
| CMYK | 0 | 0.38 | 0.25 | 0.27 |
| HSL | 338.87º | 0.34% | 0.59% | - |
| HSV(B) | 338.87º | 0.38% | 0.73% | - |
| XYZ | 30.69 | 24.21 | 27.48 | - |
| YUV | 138.08 | 128.52 | 161.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 114 | 139 | 0 | 0.38 | 0.25 | 0.27 | 338.87 | 0.34 | 0.59 |
| Hex | B9 | 72 | 8B | 0 | 26 | 19 | 1B | 153 | 22 | 3B |
| Octal | 271 | 162 | 213 | 0 | 46 | 31 | 33 | 523 | 42 | 73 |
| Binary | 10111001 | 1110010 | 10001011 | 0 | 100110 | 11001 | 11011 | 101010011 | 100010 | 111011 |
Color Harmonies of #B9728B
Complementary color
Monochromatic Colors of #B9728B
Black with #B9728B
Text Example
Text Example
White with #B9728B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9728B; }
p { color: rgb(185,114,139); }
H1.HeaderClassName
{
color: #B9728B;
}
.AnyTagClassName
{
color: #B9728B;
}
</style>
background-color css
<style>
a { background-color: #B9728B; }
a { background-color: rgb(185,114,139); }
div.DivClassName
{
background-color: #B9728B;
}
.BgClassName
{
background-color: #B9728B;
}
</style>
border-color css
<style>
span { border-color: #B9728B; }
span { border-color: rgb(185,114,139); }
td.TdClassName
{
border-color: #B9728B;
}
.TagClassName
{
border-color: #B9728B;
}
</style>