#B46682

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

Shades of Tapestry #B46682

Tints of Tapestry #B46682

Color information

#B46682 (or 0xB46682) is unknown color: approx Tapestry. HEX triplet: B4, 66 and 82. RGB value is (180,102,130). Sum of RGB (Red+Green+Blue) = 180+102+130=412 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.69% from 412); Green value is 102 (40.23% from 255 or 24.76% from 412); Blue value is 130 (51.17% from 255 or 31.55% from 412); Max value from RGB is 180 - color contains mainly: red. Hex color #B46682 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46682 is #4B997D. Grayscale: #808080. Windows color (decimal): -4954494 or 8545972. OLE color: 8545972.

HSL color Cylindrical-coordinate representation of color #B46682: hue angle of 338.46º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B46682 is Cyan = 0, Magento = 0.43, Yellow = 0.28 and Black (K on CMYK) = 0.29.

Color convert

RGB180102130-
CMYK00.430.280.29
HSL338.46º34.21%55.29%-
HSV(B)338.46º43.33%70.59%-
XYZ27.620.8223.68-
YUV128.51128.84164.72-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.69%
GREEN value IS 102 (40.23% from 255) = 24.76%
BLUE value IS 130 (51.17% from 255) = 31.55%
R=43.69%
G=24.76%
B=31.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.28
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18010213000.430.280.29338.4634.2155.29
HexB4668202B1C1D1522237
Octal26414620205334355224267
Binary1011010011001101000001001010111110011101101010010100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46682; }

 p { color: rgb(180,102,130); }

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

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

 a { background-color: rgb(180,102,130); }

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

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

 span { border-color: rgb(180,102,130); }

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