#B46680

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

Shades of Tapestry #B46680

Tints of Tapestry #B46680

Color information

#B46680 (or 0xB46680) is unknown color: approx Tapestry. HEX triplet: B4, 66 and 80. RGB value is (180,102,128). Sum of RGB (Red+Green+Blue) = 180+102+128=410 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.90% from 410); Green value is 102 (40.23% from 255 or 24.88% from 410); Blue value is 128 (50.39% from 255 or 31.22% from 410); Max value from RGB is 180 - color contains mainly: red. Hex color #B46680 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46680 is #4B997F. Grayscale: #808080. Windows color (decimal): -4954496 or 8414900. OLE color: 8414900.

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

Color convert

RGB180102128-
CMYK00.430.290.29
HSL340º34.21%55.29%-
HSV(B)340º43.33%70.59%-
XYZ27.4720.7622.98-
YUV128.29127.84164.89-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.90%
GREEN value IS 102 (40.23% from 255) = 24.88%
BLUE value IS 128 (50.39% from 255) = 31.22%
R=43.90%
G=24.88%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.29
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18010212800.430.290.2934034.2155.29
HexB4668002B1D1D1542237
Octal26414620005335355244267
Binary1011010011001101000000001010111110111101101010100100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46680; }

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

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

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

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

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

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

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

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