Shades of Tapestry #B5678E
Tints of Tapestry #B5678E
RGB
CMYK
RGB Variations
Color information
#B5678E (or 0xB5678E) is known color: Tapestry. HEX triplet: B5, 67 and 8E. RGB value is (181,103,142). Sum of RGB (Red+Green+Blue) = 181+103+142=426 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.49% from 426); Green value is 103 (40.62% from 255 or 24.18% from 426); Blue value is 142 (55.86% from 255 or 33.33% from 426); Max value from RGB is 181 - color contains mainly: red. Hex color #B5678E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5678E is #4A9871. Grayscale: #828282. Windows color (decimal): -4888690 or 9332661. OLE color: 9332661.
HSL color Cylindrical-coordinate representation of color #B5678E: hue angle of 330º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B5678E is Cyan = 0, Magento = 0.43, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 103 | 142 | - |
| CMYK | 0 | 0.43 | 0.22 | 0.29 |
| HSL | 330º | 0.35% | 0.56% | - |
| HSV(B) | 330º | 0.43% | 0.71% | - |
| XYZ | 28.79 | 21.48 | 28.22 | - |
| YUV | 130.77 | 134.34 | 163.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 103 | 142 | 0 | 0.43 | 0.22 | 0.29 | 330 | 0.35 | 0.56 |
| Hex | B5 | 67 | 8E | 0 | 2B | 16 | 1D | 14A | 23 | 38 |
| Octal | 265 | 147 | 216 | 0 | 53 | 26 | 35 | 512 | 43 | 70 |
| Binary | 10110101 | 1100111 | 10001110 | 0 | 101011 | 10110 | 11101 | 101001010 | 100011 | 111000 |
Color Harmonies of #B5678E
Complementary color
Monochromatic Colors of #B5678E
Black with #B5678E
Text Example
Text Example
White with #B5678E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5678E; }
p { color: rgb(181,103,142); }
H1.HeaderClassName
{
color: #B5678E;
}
.AnyTagClassName
{
color: #B5678E;
}
</style>
background-color css
<style>
a { background-color: #B5678E; }
a { background-color: rgb(181,103,142); }
div.DivClassName
{
background-color: #B5678E;
}
.BgClassName
{
background-color: #B5678E;
}
</style>
border-color css
<style>
span { border-color: #B5678E; }
span { border-color: rgb(181,103,142); }
td.TdClassName
{
border-color: #B5678E;
}
.TagClassName
{
border-color: #B5678E;
}
</style>