#B46687

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

Shades of Tapestry #B46687

Tints of Tapestry #B46687

Color information

#B46687 (or 0xB46687) is unknown color: approx Tapestry. HEX triplet: B4, 66 and 87. RGB value is (180,102,135). Sum of RGB (Red+Green+Blue) = 180+102+135=417 (55% of max value = 765). Red value is 180 (70.70% from 255 or 43.17% from 417); Green value is 102 (40.23% from 255 or 24.46% from 417); Blue value is 135 (53.12% from 255 or 32.37% from 417); Max value from RGB is 180 - color contains mainly: red. Hex color #B46687 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46687 is #4B9978. Grayscale: #818181. Windows color (decimal): -4954489 or 8873652. OLE color: 8873652.

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

Color convert

RGB180102135-
CMYK00.430.250.29
HSL334.62º34.21%55.29%-
HSV(B)334.62º43.33%70.59%-
XYZ27.9520.9625.49-
YUV129.08131.34164.32-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.17%
GREEN value IS 102 (40.23% from 255) = 24.46%
BLUE value IS 135 (53.12% from 255) = 32.37%
R=43.17%
G=24.46%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.25
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18010213500.430.250.29334.6234.2155.29
HexB4668702B191D14f2237
Octal26414620705331355174267
Binary1011010011001101000011101010111100111101101001111100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46687; }

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

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

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

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

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

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

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

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