#B46E8C

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

Shades of Tapestry #B46E8C

Tints of Tapestry #B46E8C

Color information

#B46E8C (or 0xB46E8C) is unknown color: approx Tapestry. HEX triplet: B4, 6E and 8C. RGB value is (180,110,140). Sum of RGB (Red+Green+Blue) = 180+110+140=430 (56% of max value = 765). Red value is 180 (70.70% from 255 or 41.86% from 430); Green value is 110 (43.36% from 255 or 25.58% from 430); Blue value is 140 (55.08% from 255 or 32.56% from 430); Max value from RGB is 180 - color contains mainly: red. Hex color #B46E8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46E8C is #4B9173. Grayscale: #868686. Windows color (decimal): -4952436 or 9203380. OLE color: 9203380.

HSL color Cylindrical-coordinate representation of color #B46E8C: hue angle of 334.29º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B46E8C is Cyan = 0, Magento = 0.39, Yellow = 0.22 and Black (K on CMYK) = 0.29.

Color convert

RGB180110140-
CMYK00.390.220.29
HSL334.29º31.82%56.86%-
HSV(B)334.29º38.89%70.59%-
XYZ29.1322.7527.67-
YUV134.35131.19160.56-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.86%
GREEN value IS 110 (43.36% from 255) = 25.58%
BLUE value IS 140 (55.08% from 255) = 32.56%
R=41.86%
G=25.58%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011014000.390.220.29334.2931.8256.86
HexB46E8C027161D14e2039
Octal26415621404726355164071
Binary1011010011011101000110001001111011011101101001110100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46E8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46E8C; }

 p { color: rgb(180,110,140); }

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

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

 a { background-color: rgb(180,110,140); }

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

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

 span { border-color: rgb(180,110,140); }

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