#B46A85

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

Shades of Tapestry #B46A85

Tints of Tapestry #B46A85

Color information

#B46A85 (or 0xB46A85) is unknown color: approx Tapestry. HEX triplet: B4, 6A and 85. RGB value is (180,106,133). Sum of RGB (Red+Green+Blue) = 180+106+133=419 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.96% from 419); Green value is 106 (41.80% from 255 or 25.30% from 419); Blue value is 133 (52.34% from 255 or 31.74% from 419); Max value from RGB is 180 - color contains mainly: red. Hex color #B46A85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46A85 is #4B957A. Grayscale: #838383. Windows color (decimal): -4953467 or 8743604. OLE color: 8743604.

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

Color convert

RGB180106133-
CMYK00.410.260.29
HSL338.11º33.04%56.08%-
HSV(B)338.11º41.11%70.59%-
XYZ28.2121.724.89-
YUV131.2129.02162.8-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.96%
GREEN value IS 106 (41.80% from 255) = 25.30%
BLUE value IS 133 (52.34% from 255) = 31.74%
R=42.96%
G=25.30%
B=31.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.26
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18010613300.410.260.29338.1133.0456.08
HexB46A850291A1D1522138
Octal26415220505132355224170
Binary1011010011010101000010101010011101011101101010010100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46A85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46A85; }

 p { color: rgb(180,106,133); }

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

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

 a { background-color: rgb(180,106,133); }

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

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

 span { border-color: rgb(180,106,133); }

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