#B46E8B

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

Shades of Tapestry #B46E8B

Tints of Tapestry #B46E8B

Color information

#B46E8B (or 0xB46E8B) is unknown color: approx Tapestry. HEX triplet: B4, 6E and 8B. RGB value is (180,110,139). Sum of RGB (Red+Green+Blue) = 180+110+139=429 (56% of max value = 765). Red value is 180 (70.70% from 255 or 41.96% from 429); Green value is 110 (43.36% from 255 or 25.64% from 429); Blue value is 139 (54.69% from 255 or 32.40% from 429); Max value from RGB is 180 - color contains mainly: red. Hex color #B46E8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46E8B is #4B9174. Grayscale: #868686. Windows color (decimal): -4952437 or 9137844. OLE color: 9137844.

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

Color convert

RGB180110139-
CMYK00.390.230.29
HSL335.14º31.82%56.86%-
HSV(B)335.14º38.89%70.59%-
XYZ29.0622.7227.28-
YUV134.24130.69160.64-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.96%
GREEN value IS 110 (43.36% from 255) = 25.64%
BLUE value IS 139 (54.69% from 255) = 32.40%
R=41.96%
G=25.64%
B=32.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011013900.390.230.29335.1431.8256.86
HexB46E8B027171D14f2039
Octal26415621304727355174071
Binary1011010011011101000101101001111011111101101001111100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46E8B; }

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

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

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

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

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

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

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

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