#B46485

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

Shades of Tapestry #B46485

Tints of Tapestry #B46485

Color information

#B46485 (or 0xB46485) is unknown color: approx Tapestry. HEX triplet: B4, 64 and 85. RGB value is (180,100,133). Sum of RGB (Red+Green+Blue) = 180+100+133=413 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.58% from 413); Green value is 100 (39.45% from 255 or 24.21% from 413); Blue value is 133 (52.34% from 255 or 32.20% from 413); Max value from RGB is 180 - color contains mainly: red. Hex color #B46485 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46485 is #4B9B7A. Grayscale: #7F7F7F. Windows color (decimal): -4955003 or 8742068. OLE color: 8742068.

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

Color convert

RGB180100133-
CMYK00.440.260.29
HSL335.25º34.78%54.9%-
HSV(B)335.25º44.44%70.59%-
XYZ27.6120.5124.69-
YUV127.68131165.32-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.58%
GREEN value IS 100 (39.45% from 255) = 24.21%
BLUE value IS 133 (52.34% from 255) = 32.20%
R=43.58%
G=24.21%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.26
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18010013300.440.260.29335.2534.7854.9
HexB4648502C1A1D14f2337
Octal26414420505432355174367
Binary1011010011001001000010101011001101011101101001111100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46485; }

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

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

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

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

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

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

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

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