Shades of Tapestry #B37B92
Tints of Tapestry #B37B92
RGB
CMYK
RGB Variations
Color information
#B37B92 (or 0xB37B92) is known color: Tapestry. HEX triplet: B3, 7B and 92. RGB value is (179,123,146). Sum of RGB (Red+Green+Blue) = 179+123+146=448 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.96% from 448); Green value is 123 (48.44% from 255 or 27.46% from 448); Blue value is 146 (57.42% from 255 or 32.59% from 448); Max value from RGB is 179 - color contains mainly: red. Hex color #B37B92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B37B92 is #4C846D. Grayscale: #8E8E8E. Windows color (decimal): -5014638 or 9599923. OLE color: 9599923.
HSL color Cylindrical-coordinate representation of color #B37B92: hue angle of 335.36º 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 #B37B92 is Cyan = 0, Magento = 0.31, Yellow = 0.18 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 123 | 146 | - |
| CMYK | 0 | 0.31 | 0.18 | 0.30 |
| HSL | 335.36º | 0.27% | 0.59% | - |
| HSV(B) | 335.36º | 0.31% | 0.7% | - |
| XYZ | 30.86 | 25.82 | 30.55 | - |
| YUV | 142.37 | 130.05 | 154.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 123 | 146 | 0 | 0.31 | 0.18 | 0.30 | 335.36 | 0.27 | 0.59 |
| Hex | B3 | 7B | 92 | 0 | 1F | 12 | 1E | 14F | 1B | 3B |
| Octal | 263 | 173 | 222 | 0 | 37 | 22 | 36 | 517 | 33 | 73 |
| Binary | 10110011 | 1111011 | 10010010 | 0 | 11111 | 10010 | 11110 | 101001111 | 11011 | 111011 |
Color Harmonies of #B37B92
Complementary color
Monochromatic Colors of #B37B92
Black with #B37B92
Text Example
Text Example
White with #B37B92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37B92; }
p { color: rgb(179,123,146); }
H1.HeaderClassName
{
color: #B37B92;
}
.AnyTagClassName
{
color: #B37B92;
}
</style>
background-color css
<style>
a { background-color: #B37B92; }
a { background-color: rgb(179,123,146); }
div.DivClassName
{
background-color: #B37B92;
}
.BgClassName
{
background-color: #B37B92;
}
</style>
border-color css
<style>
span { border-color: #B37B92; }
span { border-color: rgb(179,123,146); }
td.TdClassName
{
border-color: #B37B92;
}
.TagClassName
{
border-color: #B37B92;
}
</style>