Shades of Tapestry #B37C92
Tints of Tapestry #B37C92
RGB
CMYK
RGB Variations
Color information
#B37C92 (or 0xB37C92) is known color: Tapestry. HEX triplet: B3, 7C and 92. RGB value is (179,124,146). Sum of RGB (Red+Green+Blue) = 179+124+146=449 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.87% from 449); Green value is 124 (48.83% from 255 or 27.62% from 449); Blue value is 146 (57.42% from 255 or 32.52% from 449); Max value from RGB is 179 - color contains mainly: red. Hex color #B37C92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B37C92 is #4C836D. Grayscale: #8E8E8E. Windows color (decimal): -5014382 or 9600179. OLE color: 9600179.
HSL color Cylindrical-coordinate representation of color #B37C92: hue angle of 336º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B37C92 is Cyan = 0, Magento = 0.31, Yellow = 0.18 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 124 | 146 | - |
| CMYK | 0 | 0.31 | 0.18 | 0.30 |
| HSL | 336º | 0.27% | 0.59% | - |
| HSV(B) | 336º | 0.31% | 0.7% | - |
| XYZ | 30.99 | 26.07 | 30.59 | - |
| YUV | 142.95 | 129.72 | 153.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 124 | 146 | 0 | 0.31 | 0.18 | 0.30 | 336 | 0.27 | 0.59 |
| Hex | B3 | 7C | 92 | 0 | 1F | 12 | 1E | 150 | 1B | 3B |
| Octal | 263 | 174 | 222 | 0 | 37 | 22 | 36 | 520 | 33 | 73 |
| Binary | 10110011 | 1111100 | 10010010 | 0 | 11111 | 10010 | 11110 | 101010000 | 11011 | 111011 |
Color Harmonies of #B37C92
Complementary color
Monochromatic Colors of #B37C92
Black with #B37C92
Text Example
Text Example
White with #B37C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37C92; }
p { color: rgb(179,124,146); }
H1.HeaderClassName
{
color: #B37C92;
}
.AnyTagClassName
{
color: #B37C92;
}
</style>
background-color css
<style>
a { background-color: #B37C92; }
a { background-color: rgb(179,124,146); }
div.DivClassName
{
background-color: #B37C92;
}
.BgClassName
{
background-color: #B37C92;
}
</style>
border-color css
<style>
span { border-color: #B37C92; }
span { border-color: rgb(179,124,146); }
td.TdClassName
{
border-color: #B37C92;
}
.TagClassName
{
border-color: #B37C92;
}
</style>