#B4617D

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

Shades of Tapestry #B4617D

Tints of Tapestry #B4617D

Color information

#B4617D (or 0xB4617D) is unknown color: approx Tapestry. HEX triplet: B4, 61 and 7D. RGB value is (180,97,125). Sum of RGB (Red+Green+Blue) = 180+97+125=402 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.78% from 402); Green value is 97 (38.28% from 255 or 24.13% from 402); Blue value is 125 (49.22% from 255 or 31.09% from 402); Max value from RGB is 180 - color contains mainly: red. Hex color #B4617D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4617D is #4B9E82. Grayscale: #7C7C7C. Windows color (decimal): -4955779 or 8217012. OLE color: 8217012.

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

Color convert

RGB18097125-
CMYK00.460.310.29
HSL339.76º35.62%54.31%-
HSV(B)339.76º46.11%70.59%-
XYZ26.819.7321.8-
YUV125.01128167.22-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.78%
GREEN value IS 97 (38.28% from 255) = 24.13%
BLUE value IS 125 (49.22% from 255) = 31.09%
R=44.78%
G=24.13%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1809712500.460.310.29339.7635.6254.31
HexB4617D02E1F1D1542436
Octal26414117505637355244466
Binary101101001100001111110101011101111111101101010100100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4617D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4617D; }

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

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

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

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

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

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

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

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