Shades of Tapestry #B56175
Tints of Tapestry #B56175
RGB
CMYK
RGB Variations
Color information
#B56175 (or 0xB56175) is known color: Tapestry. HEX triplet: B5, 61 and 75. RGB value is (181,97,117). Sum of RGB (Red+Green+Blue) = 181+97+117=395 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.82% from 395); Green value is 97 (38.28% from 255 or 24.56% from 395); Blue value is 117 (46.09% from 255 or 29.62% from 395); Max value from RGB is 181 - color contains mainly: red. Hex color #B56175 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56175 is #4A9E8A. Grayscale: #7C7C7C. Windows color (decimal): -4890251 or 7692725. OLE color: 7692725.
HSL color Cylindrical-coordinate representation of color #B56175: hue angle of 345.71º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B56175 is Cyan = 0, Magento = 0.46, Yellow = 0.35 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 97 | 117 | - |
| CMYK | 0 | 0.46 | 0.35 | 0.29 |
| HSL | 345.71º | 0.36% | 0.55% | - |
| HSV(B) | 345.71º | 0.46% | 0.71% | - |
| XYZ | 26.54 | 19.66 | 19.23 | - |
| YUV | 124.4 | 123.83 | 168.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 97 | 117 | 0 | 0.46 | 0.35 | 0.29 | 345.71 | 0.36 | 0.55 |
| Hex | B5 | 61 | 75 | 0 | 2E | 23 | 1D | 15A | 24 | 37 |
| Octal | 265 | 141 | 165 | 0 | 56 | 43 | 35 | 532 | 44 | 67 |
| Binary | 10110101 | 1100001 | 1110101 | 0 | 101110 | 100011 | 11101 | 101011010 | 100100 | 110111 |
Color Harmonies of #B56175
Complementary color
Monochromatic Colors of #B56175
Black with #B56175
Text Example
Text Example
White with #B56175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56175; }
p { color: rgb(181,97,117); }
H1.HeaderClassName
{
color: #B56175;
}
.AnyTagClassName
{
color: #B56175;
}
</style>
background-color css
<style>
a { background-color: #B56175; }
a { background-color: rgb(181,97,117); }
div.DivClassName
{
background-color: #B56175;
}
.BgClassName
{
background-color: #B56175;
}
</style>
border-color css
<style>
span { border-color: #B56175; }
span { border-color: rgb(181,97,117); }
td.TdClassName
{
border-color: #B56175;
}
.TagClassName
{
border-color: #B56175;
}
</style>