Shades of Tapestry #B5668F
Tints of Tapestry #B5668F
RGB
CMYK
RGB Variations
Color information
#B5668F (or 0xB5668F) is known color: Tapestry. HEX triplet: B5, 66 and 8F. RGB value is (181,102,143). Sum of RGB (Red+Green+Blue) = 181+102+143=426 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.49% from 426); Green value is 102 (40.23% from 255 or 23.94% from 426); Blue value is 143 (56.25% from 255 or 33.57% from 426); Max value from RGB is 181 - color contains mainly: red. Hex color #B5668F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5668F is #4A9970. Grayscale: #828282. Windows color (decimal): -4888945 or 9397941. OLE color: 9397941.
HSL color Cylindrical-coordinate representation of color #B5668F: hue angle of 328.86º 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 #B5668F is Cyan = 0, Magento = 0.44, Yellow = 0.21 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 102 | 143 | - |
| CMYK | 0 | 0.44 | 0.21 | 0.29 |
| HSL | 328.86º | 0.35% | 0.55% | - |
| HSV(B) | 328.86º | 0.44% | 0.71% | - |
| XYZ | 28.77 | 21.31 | 28.58 | - |
| YUV | 130.3 | 135.17 | 164.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 102 | 143 | 0 | 0.44 | 0.21 | 0.29 | 328.86 | 0.35 | 0.55 |
| Hex | B5 | 66 | 8F | 0 | 2C | 15 | 1D | 149 | 23 | 37 |
| Octal | 265 | 146 | 217 | 0 | 54 | 25 | 35 | 511 | 43 | 67 |
| Binary | 10110101 | 1100110 | 10001111 | 0 | 101100 | 10101 | 11101 | 101001001 | 100011 | 110111 |
Color Harmonies of #B5668F
Complementary color
Monochromatic Colors of #B5668F
Black with #B5668F
Text Example
Text Example
White with #B5668F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5668F; }
p { color: rgb(181,102,143); }
H1.HeaderClassName
{
color: #B5668F;
}
.AnyTagClassName
{
color: #B5668F;
}
</style>
background-color css
<style>
a { background-color: #B5668F; }
a { background-color: rgb(181,102,143); }
div.DivClassName
{
background-color: #B5668F;
}
.BgClassName
{
background-color: #B5668F;
}
</style>
border-color css
<style>
span { border-color: #B5668F; }
span { border-color: rgb(181,102,143); }
td.TdClassName
{
border-color: #B5668F;
}
.TagClassName
{
border-color: #B5668F;
}
</style>