Shades of Tapestry #B07C92
Tints of Tapestry #B07C92
RGB
CMYK
RGB Variations
Color information
#B07C92 (or 0xB07C92) is known color: Tapestry. HEX triplet: B0, 7C and 92. RGB value is (176,124,146). Sum of RGB (Red+Green+Blue) = 176+124+146=446 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.46% from 446); Green value is 124 (48.83% from 255 or 27.80% from 446); Blue value is 146 (57.42% from 255 or 32.74% from 446); Max value from RGB is 176 - color contains mainly: red. Hex color #B07C92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07C92 is #4F836D. Grayscale: #8E8E8E. Windows color (decimal): -5210990 or 9600176. OLE color: 9600176.
HSL color Cylindrical-coordinate representation of color #B07C92: hue angle of 334.62º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B07C92 is Cyan = 0, Magento = 0.30, Yellow = 0.17 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 124 | 146 | - |
| CMYK | 0 | 0.30 | 0.17 | 0.31 |
| HSL | 334.62º | 0.25% | 0.59% | - |
| HSV(B) | 334.62º | 0.3% | 0.69% | - |
| XYZ | 30.3 | 25.72 | 30.56 | - |
| YUV | 142.06 | 130.23 | 152.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 124 | 146 | 0 | 0.30 | 0.17 | 0.31 | 334.62 | 0.25 | 0.59 |
| Hex | B0 | 7C | 92 | 0 | 1E | 11 | 1F | 14F | 19 | 3B |
| Octal | 260 | 174 | 222 | 0 | 36 | 21 | 37 | 517 | 31 | 73 |
| Binary | 10110000 | 1111100 | 10010010 | 0 | 11110 | 10001 | 11111 | 101001111 | 11001 | 111011 |
Color Harmonies of #B07C92
Complementary color
Monochromatic Colors of #B07C92
Black with #B07C92
Text Example
Text Example
White with #B07C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07C92; }
p { color: rgb(176,124,146); }
H1.HeaderClassName
{
color: #B07C92;
}
.AnyTagClassName
{
color: #B07C92;
}
</style>
background-color css
<style>
a { background-color: #B07C92; }
a { background-color: rgb(176,124,146); }
div.DivClassName
{
background-color: #B07C92;
}
.BgClassName
{
background-color: #B07C92;
}
</style>
border-color css
<style>
span { border-color: #B07C92; }
span { border-color: rgb(176,124,146); }
td.TdClassName
{
border-color: #B07C92;
}
.TagClassName
{
border-color: #B07C92;
}
</style>