Shades of Tapestry #B5668C
Tints of Tapestry #B5668C
RGB
CMYK
RGB Variations
Color information
#B5668C (or 0xB5668C) is known color: Tapestry. HEX triplet: B5, 66 and 8C. RGB value is (181,102,140). Sum of RGB (Red+Green+Blue) = 181+102+140=423 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.79% from 423); Green value is 102 (40.23% from 255 or 24.11% from 423); Blue value is 140 (55.08% from 255 or 33.10% from 423); Max value from RGB is 181 - color contains mainly: red. Hex color #B5668C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5668C is #4A9973. Grayscale: #818181. Windows color (decimal): -4888948 or 9201333. OLE color: 9201333.
HSL color Cylindrical-coordinate representation of color #B5668C: hue angle of 331.14º 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 #B5668C is Cyan = 0, Magento = 0.44, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 102 | 140 | - |
| CMYK | 0 | 0.44 | 0.23 | 0.29 |
| HSL | 331.14º | 0.35% | 0.55% | - |
| HSV(B) | 331.14º | 0.44% | 0.71% | - |
| XYZ | 28.54 | 21.22 | 27.4 | - |
| YUV | 129.95 | 133.67 | 164.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 102 | 140 | 0 | 0.44 | 0.23 | 0.29 | 331.14 | 0.35 | 0.55 |
| Hex | B5 | 66 | 8C | 0 | 2C | 17 | 1D | 14B | 23 | 37 |
| Octal | 265 | 146 | 214 | 0 | 54 | 27 | 35 | 513 | 43 | 67 |
| Binary | 10110101 | 1100110 | 10001100 | 0 | 101100 | 10111 | 11101 | 101001011 | 100011 | 110111 |
Color Harmonies of #B5668C
Complementary color
Monochromatic Colors of #B5668C
Black with #B5668C
Text Example
Text Example
White with #B5668C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5668C; }
p { color: rgb(181,102,140); }
H1.HeaderClassName
{
color: #B5668C;
}
.AnyTagClassName
{
color: #B5668C;
}
</style>
background-color css
<style>
a { background-color: #B5668C; }
a { background-color: rgb(181,102,140); }
div.DivClassName
{
background-color: #B5668C;
}
.BgClassName
{
background-color: #B5668C;
}
</style>
border-color css
<style>
span { border-color: #B5668C; }
span { border-color: rgb(181,102,140); }
td.TdClassName
{
border-color: #B5668C;
}
.TagClassName
{
border-color: #B5668C;
}
</style>