#B4647A

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

Shades of Tapestry #B4647A

Tints of Tapestry #B4647A

Color information

#B4647A (or 0xB4647A) is unknown color: approx Tapestry. HEX triplet: B4, 64 and 7A. RGB value is (180,100,122). Sum of RGB (Red+Green+Blue) = 180+100+122=402 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.78% from 402); Green value is 100 (39.45% from 255 or 24.88% from 402); Blue value is 122 (48.05% from 255 or 30.35% from 402); Max value from RGB is 180 - color contains mainly: red. Hex color #B4647A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4647A is #4B9B85. Grayscale: #7E7E7E. Windows color (decimal): -4955014 or 8021172. OLE color: 8021172.

HSL color Cylindrical-coordinate representation of color #B4647A: hue angle of 343.5º degrees, saturation: 0.35, 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 #B4647A is Cyan = 0, Magento = 0.44, Yellow = 0.32 and Black (K on CMYK) = 0.29.

Color convert

RGB180100122-
CMYK00.440.320.29
HSL343.5º34.78%54.9%-
HSV(B)343.5º44.44%70.59%-
XYZ26.8920.2220.9-
YUV126.43125.5166.21-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.78%
GREEN value IS 100 (39.45% from 255) = 24.88%
BLUE value IS 122 (48.05% from 255) = 30.35%
R=44.78%
G=24.88%
B=30.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.32
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18010012200.440.320.29343.534.7854.9
HexB4647A02C201D1582337
Octal26414417205440355304367
Binary1011010011001001111010010110010000011101101011000100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4647A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4647A; }

 p { color: rgb(180,100,122); }

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

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

 a { background-color: rgb(180,100,122); }

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

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

 span { border-color: rgb(180,100,122); }

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