Shades of Tapestry #B4617B
Tints of Tapestry #B4617B
RGB
CMYK
RGB Variations
Color information
#B4617B (or 0xB4617B) is known color: Tapestry. HEX triplet: B4, 61 and 7B. RGB value is (180,97,123). Sum of RGB (Red+Green+Blue) = 180+97+123=400 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45% from 400); Green value is 97 (38.28% from 255 or 24.25% from 400); Blue value is 123 (48.44% from 255 or 30.75% from 400); Max value from RGB is 180 - color contains mainly: red. Hex color #B4617B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4617B is #4B9E84. Grayscale: #7C7C7C. Windows color (decimal): -4955781 or 8085940. OLE color: 8085940.
HSL color Cylindrical-coordinate representation of color #B4617B: hue angle of 341.2º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B4617B is Cyan = 0, Magento = 0.46, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 97 | 123 | - |
| CMYK | 0 | 0.46 | 0.32 | 0.29 |
| HSL | 341.2º | 0.36% | 0.54% | - |
| HSV(B) | 341.2º | 0.46% | 0.71% | - |
| XYZ | 26.67 | 19.68 | 21.13 | - |
| YUV | 124.78 | 127 | 167.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 97 | 123 | 0 | 0.46 | 0.32 | 0.29 | 341.2 | 0.36 | 0.54 |
| Hex | B4 | 61 | 7B | 0 | 2E | 20 | 1D | 155 | 24 | 36 |
| Octal | 264 | 141 | 173 | 0 | 56 | 40 | 35 | 525 | 44 | 66 |
| Binary | 10110100 | 1100001 | 1111011 | 0 | 101110 | 100000 | 11101 | 101010101 | 100100 | 110110 |
Color Harmonies of #B4617B
Complementary color
Monochromatic Colors of #B4617B
Black with #B4617B
Text Example
Text Example
White with #B4617B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4617B; }
p { color: rgb(180,97,123); }
H1.HeaderClassName
{
color: #B4617B;
}
.AnyTagClassName
{
color: #B4617B;
}
</style>
background-color css
<style>
a { background-color: #B4617B; }
a { background-color: rgb(180,97,123); }
div.DivClassName
{
background-color: #B4617B;
}
.BgClassName
{
background-color: #B4617B;
}
</style>
border-color css
<style>
span { border-color: #B4617B; }
span { border-color: rgb(180,97,123); }
td.TdClassName
{
border-color: #B4617B;
}
.TagClassName
{
border-color: #B4617B;
}
</style>