Shades of Tapestry #B5768B
Tints of Tapestry #B5768B
RGB
CMYK
RGB Variations
Color information
#B5768B (or 0xB5768B) is known color: Tapestry. HEX triplet: B5, 76 and 8B. RGB value is (181,118,139). Sum of RGB (Red+Green+Blue) = 181+118+139=438 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.32% from 438); Green value is 118 (46.48% from 255 or 26.94% from 438); Blue value is 139 (54.69% from 255 or 31.74% from 438); Max value from RGB is 181 - color contains mainly: red. Hex color #B5768B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5768B is #4A8974. Grayscale: #8B8B8B. Windows color (decimal): -4884853 or 9139893. OLE color: 9139893.
HSL color Cylindrical-coordinate representation of color #B5768B: hue angle of 340º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B5768B is Cyan = 0, Magento = 0.35, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 118 | 139 | - |
| CMYK | 0 | 0.35 | 0.23 | 0.29 |
| HSL | 340º | 0.3% | 0.59% | - |
| HSV(B) | 340º | 0.35% | 0.71% | - |
| XYZ | 30.19 | 24.64 | 27.59 | - |
| YUV | 139.23 | 127.87 | 157.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 118 | 139 | 0 | 0.35 | 0.23 | 0.29 | 340 | 0.3 | 0.59 |
| Hex | B5 | 76 | 8B | 0 | 23 | 17 | 1D | 154 | 1E | 3B |
| Octal | 265 | 166 | 213 | 0 | 43 | 27 | 35 | 524 | 36 | 73 |
| Binary | 10110101 | 1110110 | 10001011 | 0 | 100011 | 10111 | 11101 | 101010100 | 11110 | 111011 |
Color Harmonies of #B5768B
Complementary color
Monochromatic Colors of #B5768B
Black with #B5768B
Text Example
Text Example
White with #B5768B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5768B; }
p { color: rgb(181,118,139); }
H1.HeaderClassName
{
color: #B5768B;
}
.AnyTagClassName
{
color: #B5768B;
}
</style>
background-color css
<style>
a { background-color: #B5768B; }
a { background-color: rgb(181,118,139); }
div.DivClassName
{
background-color: #B5768B;
}
.BgClassName
{
background-color: #B5768B;
}
</style>
border-color css
<style>
span { border-color: #B5768B; }
span { border-color: rgb(181,118,139); }
td.TdClassName
{
border-color: #B5768B;
}
.TagClassName
{
border-color: #B5768B;
}
</style>