#B4617E

Color #B4617E Tapestry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tapestry #B4617E

Tints of Tapestry #B4617E

Color information

#B4617E (or 0xB4617E) is unknown color: approx Tapestry. HEX triplet: B4, 61 and 7E. RGB value is (180,97,126). Sum of RGB (Red+Green+Blue) = 180+97+126=403 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.67% from 403); Green value is 97 (38.28% from 255 or 24.07% from 403); Blue value is 126 (49.61% from 255 or 31.27% from 403); Max value from RGB is 180 - color contains mainly: red. Hex color #B4617E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4617E is #4B9E81. Grayscale: #7D7D7D. Windows color (decimal): -4955778 or 8282548. OLE color: 8282548.

HSL color Cylindrical-coordinate representation of color #B4617E: hue angle of 339.04º 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 #B4617E is Cyan = 0, Magento = 0.46, Yellow = 0.3 and Black (K on CMYK) = 0.29.

Color convert

RGB18097126-
CMYK00.460.30.29
HSL339.04º35.62%54.31%-
HSV(B)339.04º46.11%70.59%-
XYZ26.8619.7622.14-
YUV125.12128.5167.14-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 180 (70.70% from 255) = 44.67%
GREEN value IS 97 (38.28% from 255) = 24.07%
BLUE value IS 126 (49.61% from 255) = 31.27%
R=44.67%
G=24.07%
B=31.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.3
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1809712600.460.30.29339.0435.6254.31
HexB4617E02E1E1D1532436
Octal26414117605636355234466
Binary101101001100001111111001011101111011101101010011100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4617E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4617E; }

 p { color: rgb(180,97,126); }

 H1.HeaderClassName
 {
   color: #B4617E;
 }
 .AnyTagClassName
 {
   color: #B4617E;
 }
</style>
background-color css

<style>
 a { background-color: #B4617E; }

 a { background-color: rgb(180,97,126); }

 div.DivClassName
 {
   background-color: #B4617E;
 }
 .BgClassName
 {
   background-color: #B4617E;
 }
</style>
border-color css

<style>
 span { border-color: #B4617E; }

 span { border-color: rgb(180,97,126); }

 td.TdClassName
 {
   border-color: #B4617E;
 }
 .TagClassName
 {
   border-color: #B4617E;
 }
</style>