#B46E8F

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

Shades of Tapestry #B46E8F

Tints of Tapestry #B46E8F

Color information

#B46E8F (or 0xB46E8F) is unknown color: approx Tapestry. HEX triplet: B4, 6E and 8F. RGB value is (180,110,143). Sum of RGB (Red+Green+Blue) = 180+110+143=433 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.57% from 433); Green value is 110 (43.36% from 255 or 25.40% from 433); Blue value is 143 (56.25% from 255 or 33.03% from 433); Max value from RGB is 180 - color contains mainly: red. Hex color #B46E8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46E8F is #4B9170. Grayscale: #868686. Windows color (decimal): -4952433 or 9399988. OLE color: 9399988.

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

Color convert

RGB180110143-
CMYK00.390.210.29
HSL331.71º31.82%56.86%-
HSV(B)331.71º38.89%70.59%-
XYZ29.3622.8428.85-
YUV134.69132.69160.32-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.57%
GREEN value IS 110 (43.36% from 255) = 25.40%
BLUE value IS 143 (56.25% from 255) = 33.03%
R=41.57%
G=25.40%
B=33.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.21
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011014300.390.210.29331.7131.8256.86
HexB46E8F027151D14c2039
Octal26415621704725355144071
Binary1011010011011101000111101001111010111101101001100100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46E8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46E8F; }

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

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

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

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

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

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

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

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