Shades of Tapestry #B57B92
Tints of Tapestry #B57B92
RGB
CMYK
RGB Variations
Color information
#B57B92 (or 0xB57B92) is known color: Tapestry. HEX triplet: B5, 7B and 92. RGB value is (181,123,146). Sum of RGB (Red+Green+Blue) = 181+123+146=450 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.22% from 450); Green value is 123 (48.44% from 255 or 27.33% from 450); Blue value is 146 (57.42% from 255 or 32.44% from 450); Max value from RGB is 181 - color contains mainly: red. Hex color #B57B92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57B92 is #4A846D. Grayscale: #8E8E8E. Windows color (decimal): -4883566 or 9599925. OLE color: 9599925.
HSL color Cylindrical-coordinate representation of color #B57B92: hue angle of 336.21º degrees, saturation: 0.28, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B57B92 is Cyan = 0, Magento = 0.32, Yellow = 0.19 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 123 | 146 | - |
| CMYK | 0 | 0.32 | 0.19 | 0.29 |
| HSL | 336.21º | 0.28% | 0.6% | - |
| HSV(B) | 336.21º | 0.32% | 0.71% | - |
| XYZ | 31.33 | 26.07 | 30.57 | - |
| YUV | 142.96 | 129.72 | 155.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 123 | 146 | 0 | 0.32 | 0.19 | 0.29 | 336.21 | 0.28 | 0.6 |
| Hex | B5 | 7B | 92 | 0 | 20 | 13 | 1D | 150 | 1C | 3C |
| Octal | 265 | 173 | 222 | 0 | 40 | 23 | 35 | 520 | 34 | 74 |
| Binary | 10110101 | 1111011 | 10010010 | 0 | 100000 | 10011 | 11101 | 101010000 | 11100 | 111100 |
Color Harmonies of #B57B92
Complementary color
Monochromatic Colors of #B57B92
Black with #B57B92
Text Example
Text Example
White with #B57B92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57B92; }
p { color: rgb(181,123,146); }
H1.HeaderClassName
{
color: #B57B92;
}
.AnyTagClassName
{
color: #B57B92;
}
</style>
background-color css
<style>
a { background-color: #B57B92; }
a { background-color: rgb(181,123,146); }
div.DivClassName
{
background-color: #B57B92;
}
.BgClassName
{
background-color: #B57B92;
}
</style>
border-color css
<style>
span { border-color: #B57B92; }
span { border-color: rgb(181,123,146); }
td.TdClassName
{
border-color: #B57B92;
}
.TagClassName
{
border-color: #B57B92;
}
</style>