Shades of Tapestry #B4658C
Tints of Tapestry #B4658C
RGB
CMYK
RGB Variations
Color information
#B4658C (or 0xB4658C) is known color: Tapestry. HEX triplet: B4, 65 and 8C. RGB value is (180,101,140). Sum of RGB (Red+Green+Blue) = 180+101+140=421 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.76% from 421); Green value is 101 (39.84% from 255 or 23.99% from 421); Blue value is 140 (55.08% from 255 or 33.25% from 421); Max value from RGB is 180 - color contains mainly: red. Hex color #B4658C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4658C is #4B9A73. Grayscale: #808080. Windows color (decimal): -4954740 or 9201076. OLE color: 9201076.
HSL color Cylindrical-coordinate representation of color #B4658C: hue angle of 330.38º 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 #B4658C is Cyan = 0, Magento = 0.44, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 101 | 140 | - |
| CMYK | 0 | 0.44 | 0.22 | 0.29 |
| HSL | 330.38º | 0.34% | 0.55% | - |
| HSV(B) | 330.38º | 0.44% | 0.71% | - |
| XYZ | 28.21 | 20.9 | 27.36 | - |
| YUV | 129.07 | 134.17 | 164.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 101 | 140 | 0 | 0.44 | 0.22 | 0.29 | 330.38 | 0.34 | 0.55 |
| Hex | B4 | 65 | 8C | 0 | 2C | 16 | 1D | 14A | 22 | 37 |
| Octal | 264 | 145 | 214 | 0 | 54 | 26 | 35 | 512 | 42 | 67 |
| Binary | 10110100 | 1100101 | 10001100 | 0 | 101100 | 10110 | 11101 | 101001010 | 100010 | 110111 |
Color Harmonies of #B4658C
Complementary color
Monochromatic Colors of #B4658C
Black with #B4658C
Text Example
Text Example
White with #B4658C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4658C; }
p { color: rgb(180,101,140); }
H1.HeaderClassName
{
color: #B4658C;
}
.AnyTagClassName
{
color: #B4658C;
}
</style>
background-color css
<style>
a { background-color: #B4658C; }
a { background-color: rgb(180,101,140); }
div.DivClassName
{
background-color: #B4658C;
}
.BgClassName
{
background-color: #B4658C;
}
</style>
border-color css
<style>
span { border-color: #B4658C; }
span { border-color: rgb(180,101,140); }
td.TdClassName
{
border-color: #B4658C;
}
.TagClassName
{
border-color: #B4658C;
}
</style>