Shades of Tapestry #B8728B
Tints of Tapestry #B8728B
RGB
CMYK
RGB Variations
Color information
#B8728B (or 0xB8728B) is known color: Tapestry. HEX triplet: B8, 72 and 8B. RGB value is (184,114,139). Sum of RGB (Red+Green+Blue) = 184+114+139=437 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.11% from 437); Green value is 114 (44.92% from 255 or 26.09% from 437); Blue value is 139 (54.69% from 255 or 31.81% from 437); Max value from RGB is 184 - color contains mainly: red. Hex color #B8728B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B8728B is #478D74. Grayscale: #898989. Windows color (decimal): -4689269 or 9138872. OLE color: 9138872.
HSL color Cylindrical-coordinate representation of color #B8728B: hue angle of 338.57º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B8728B is Cyan = 0, Magento = 0.38, Yellow = 0.24 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 114 | 139 | - |
| CMYK | 0 | 0.38 | 0.24 | 0.28 |
| HSL | 338.57º | 0.33% | 0.58% | - |
| HSV(B) | 338.57º | 0.38% | 0.72% | - |
| XYZ | 30.44 | 24.09 | 27.47 | - |
| YUV | 137.78 | 128.69 | 160.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 114 | 139 | 0 | 0.38 | 0.24 | 0.28 | 338.57 | 0.33 | 0.58 |
| Hex | B8 | 72 | 8B | 0 | 26 | 18 | 1C | 153 | 21 | 3A |
| Octal | 270 | 162 | 213 | 0 | 46 | 30 | 34 | 523 | 41 | 72 |
| Binary | 10111000 | 1110010 | 10001011 | 0 | 100110 | 11000 | 11100 | 101010011 | 100001 | 111010 |
Color Harmonies of #B8728B
Complementary color
Monochromatic Colors of #B8728B
Black with #B8728B
Text Example
Text Example
White with #B8728B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8728B; }
p { color: rgb(184,114,139); }
H1.HeaderClassName
{
color: #B8728B;
}
.AnyTagClassName
{
color: #B8728B;
}
</style>
background-color css
<style>
a { background-color: #B8728B; }
a { background-color: rgb(184,114,139); }
div.DivClassName
{
background-color: #B8728B;
}
.BgClassName
{
background-color: #B8728B;
}
</style>
border-color css
<style>
span { border-color: #B8728B; }
span { border-color: rgb(184,114,139); }
td.TdClassName
{
border-color: #B8728B;
}
.TagClassName
{
border-color: #B8728B;
}
</style>