#B46086

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

Shades of Tapestry #B46086

Tints of Tapestry #B46086

Color information

#B46086 (or 0xB46086) is unknown color: approx Tapestry. HEX triplet: B4, 60 and 86. RGB value is (180,96,134). Sum of RGB (Red+Green+Blue) = 180+96+134=410 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.90% from 410); Green value is 96 (37.89% from 255 or 23.41% from 410); Blue value is 134 (52.73% from 255 or 32.68% from 410); Max value from RGB is 180 - color contains mainly: red. Hex color #B46086 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46086 is #4B9F79. Grayscale: #7D7D7D. Windows color (decimal): -4956026 or 8806580. OLE color: 8806580.

HSL color Cylindrical-coordinate representation of color #B46086: hue angle of 332.86º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B46086 is Cyan = 0, Magento = 0.47, Yellow = 0.26 and Black (K on CMYK) = 0.29.

Color convert

RGB18096134-
CMYK00.470.260.29
HSL332.86º35.9%54.12%-
HSV(B)332.86º46.67%70.59%-
XYZ27.3119.7924.93-
YUV125.45132.83166.91-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.90%
GREEN value IS 96 (37.89% from 255) = 23.41%
BLUE value IS 134 (52.73% from 255) = 32.68%
R=43.90%
G=23.41%
B=32.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.26
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1809613400.470.260.29332.8635.954.12
HexB4608602F1A1D14d2436
Octal26414020605732355154466
Binary1011010011000001000011001011111101011101101001101100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46086; }

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

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

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

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

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

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

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

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