Shades of Tapestry #B5668E
Tints of Tapestry #B5668E
RGB
CMYK
RGB Variations
Color information
#B5668E (or 0xB5668E) is known color: Tapestry. HEX triplet: B5, 66 and 8E. RGB value is (181,102,142). Sum of RGB (Red+Green+Blue) = 181+102+142=425 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.59% from 425); Green value is 102 (40.23% from 255 or 24% from 425); Blue value is 142 (55.86% from 255 or 33.41% from 425); Max value from RGB is 181 - color contains mainly: red. Hex color #B5668E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5668E is #4A9971. Grayscale: #828282. Windows color (decimal): -4888946 or 9332405. OLE color: 9332405.
HSL color Cylindrical-coordinate representation of color #B5668E: hue angle of 329.62º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B5668E is Cyan = 0, Magento = 0.44, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 102 | 142 | - |
| CMYK | 0 | 0.44 | 0.22 | 0.29 |
| HSL | 329.62º | 0.35% | 0.55% | - |
| HSV(B) | 329.62º | 0.44% | 0.71% | - |
| XYZ | 28.69 | 21.28 | 28.19 | - |
| YUV | 130.18 | 134.67 | 164.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 102 | 142 | 0 | 0.44 | 0.22 | 0.29 | 329.62 | 0.35 | 0.55 |
| Hex | B5 | 66 | 8E | 0 | 2C | 16 | 1D | 14A | 23 | 37 |
| Octal | 265 | 146 | 216 | 0 | 54 | 26 | 35 | 512 | 43 | 67 |
| Binary | 10110101 | 1100110 | 10001110 | 0 | 101100 | 10110 | 11101 | 101001010 | 100011 | 110111 |
Color Harmonies of #B5668E
Complementary color
Monochromatic Colors of #B5668E
Black with #B5668E
Text Example
Text Example
White with #B5668E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5668E; }
p { color: rgb(181,102,142); }
H1.HeaderClassName
{
color: #B5668E;
}
.AnyTagClassName
{
color: #B5668E;
}
</style>
background-color css
<style>
a { background-color: #B5668E; }
a { background-color: rgb(181,102,142); }
div.DivClassName
{
background-color: #B5668E;
}
.BgClassName
{
background-color: #B5668E;
}
</style>
border-color css
<style>
span { border-color: #B5668E; }
span { border-color: rgb(181,102,142); }
td.TdClassName
{
border-color: #B5668E;
}
.TagClassName
{
border-color: #B5668E;
}
</style>