Shades of Tapestry #B4658F
Tints of Tapestry #B4658F
RGB
CMYK
RGB Variations
Color information
#B4658F (or 0xB4658F) is known color: Tapestry. HEX triplet: B4, 65 and 8F. RGB value is (180,101,143). Sum of RGB (Red+Green+Blue) = 180+101+143=424 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.45% from 424); Green value is 101 (39.84% from 255 or 23.82% from 424); Blue value is 143 (56.25% from 255 or 33.73% from 424); Max value from RGB is 180 - color contains mainly: red. Hex color #B4658F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4658F is #4B9A70. Grayscale: #818181. Windows color (decimal): -4954737 or 9397684. OLE color: 9397684.
HSL color Cylindrical-coordinate representation of color #B4658F: hue angle of 328.1º degrees, saturation: 0.34, 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 #B4658F is Cyan = 0, Magento = 0.44, Yellow = 0.21 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 101 | 143 | - |
| CMYK | 0 | 0.44 | 0.21 | 0.29 |
| HSL | 328.1º | 0.34% | 0.55% | - |
| HSV(B) | 328.1º | 0.44% | 0.71% | - |
| XYZ | 28.43 | 20.99 | 28.54 | - |
| YUV | 129.41 | 135.67 | 164.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 101 | 143 | 0 | 0.44 | 0.21 | 0.29 | 328.1 | 0.34 | 0.55 |
| Hex | B4 | 65 | 8F | 0 | 2C | 15 | 1D | 148 | 22 | 37 |
| Octal | 264 | 145 | 217 | 0 | 54 | 25 | 35 | 510 | 42 | 67 |
| Binary | 10110100 | 1100101 | 10001111 | 0 | 101100 | 10101 | 11101 | 101001000 | 100010 | 110111 |
Color Harmonies of #B4658F
Complementary color
Monochromatic Colors of #B4658F
Black with #B4658F
Text Example
Text Example
White with #B4658F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4658F; }
p { color: rgb(180,101,143); }
H1.HeaderClassName
{
color: #B4658F;
}
.AnyTagClassName
{
color: #B4658F;
}
</style>
background-color css
<style>
a { background-color: #B4658F; }
a { background-color: rgb(180,101,143); }
div.DivClassName
{
background-color: #B4658F;
}
.BgClassName
{
background-color: #B4658F;
}
</style>
border-color css
<style>
span { border-color: #B4658F; }
span { border-color: rgb(180,101,143); }
td.TdClassName
{
border-color: #B4658F;
}
.TagClassName
{
border-color: #B4658F;
}
</style>