#B46686

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

Shades of Tapestry #B46686

Tints of Tapestry #B46686

Color information

#B46686 (or 0xB46686) is unknown color: approx Tapestry. HEX triplet: B4, 66 and 86. RGB value is (180,102,134). Sum of RGB (Red+Green+Blue) = 180+102+134=416 (55% of max value = 765). Red value is 180 (70.70% from 255 or 43.27% from 416); Green value is 102 (40.23% from 255 or 24.52% from 416); Blue value is 134 (52.73% from 255 or 32.21% from 416); Max value from RGB is 180 - color contains mainly: red. Hex color #B46686 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46686 is #4B9979. Grayscale: #808080. Windows color (decimal): -4954490 or 8808116. OLE color: 8808116.

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

Color convert

RGB180102134-
CMYK00.430.260.29
HSL335.38º34.21%55.29%-
HSV(B)335.38º43.33%70.59%-
XYZ27.8820.9325.12-
YUV128.97130.84164.4-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.27%
GREEN value IS 102 (40.23% from 255) = 24.52%
BLUE value IS 134 (52.73% from 255) = 32.21%
R=43.27%
G=24.52%
B=32.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.26
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18010213400.430.260.29335.3834.2155.29
HexB4668602B1A1D14f2237
Octal26414620605332355174267
Binary1011010011001101000011001010111101011101101001111100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46686; }

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

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

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

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

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

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

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

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