#B46483

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

Shades of Tapestry #B46483

Tints of Tapestry #B46483

Color information

#B46483 (or 0xB46483) is unknown color: approx Tapestry. HEX triplet: B4, 64 and 83. RGB value is (180,100,131). Sum of RGB (Red+Green+Blue) = 180+100+131=411 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.80% from 411); Green value is 100 (39.45% from 255 or 24.33% from 411); Blue value is 131 (51.56% from 255 or 31.87% from 411); Max value from RGB is 180 - color contains mainly: red. Hex color #B46483 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46483 is #4B9B7C. Grayscale: #7F7F7F. Windows color (decimal): -4955005 or 8610996. OLE color: 8610996.

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

Color convert

RGB180100131-
CMYK00.440.270.29
HSL336.75º34.78%54.9%-
HSV(B)336.75º44.44%70.59%-
XYZ27.4820.4623.97-
YUV127.45130165.48-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.80%
GREEN value IS 100 (39.45% from 255) = 24.33%
BLUE value IS 131 (51.56% from 255) = 31.87%
R=43.80%
G=24.33%
B=31.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18010013100.440.270.29336.7534.7854.9
HexB4648302C1B1D1512337
Octal26414420305433355214367
Binary1011010011001001000001101011001101111101101010001100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46483; }

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

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

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

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

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

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

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

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