#B46D91

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

Shades of Tapestry #B46D91

Tints of Tapestry #B46D91

Color information

#B46D91 (or 0xB46D91) is unknown color: approx Tapestry. HEX triplet: B4, 6D and 91. RGB value is (180,109,145). Sum of RGB (Red+Green+Blue) = 180+109+145=434 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.47% from 434); Green value is 109 (42.97% from 255 or 25.12% from 434); Blue value is 145 (57.03% from 255 or 33.41% from 434); Max value from RGB is 180 - color contains mainly: red. Hex color #B46D91 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46D91 is #4B926E. Grayscale: #868686. Windows color (decimal): -4952687 or 9530804. OLE color: 9530804.

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

Color convert

RGB180109145-
CMYK00.390.190.29
HSL329.58º32.13%56.67%-
HSV(B)329.58º39.44%70.59%-
XYZ29.422.6829.62-
YUV134.33134.02160.57-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.47%
GREEN value IS 109 (42.97% from 255) = 25.12%
BLUE value IS 145 (57.03% from 255) = 33.41%
R=41.47%
G=25.12%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.19
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18010914500.390.190.29329.5832.1356.67
HexB46D91027131D14a2039
Octal26415522104723355124071
Binary1011010011011011001000101001111001111101101001010100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46D91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46D91; }

 p { color: rgb(180,109,145); }

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

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

 a { background-color: rgb(180,109,145); }

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

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

 span { border-color: rgb(180,109,145); }

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