#B46D8C

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

Shades of Tapestry #B46D8C

Tints of Tapestry #B46D8C

Color information

#B46D8C (or 0xB46D8C) is unknown color: approx Tapestry. HEX triplet: B4, 6D and 8C. RGB value is (180,109,140). Sum of RGB (Red+Green+Blue) = 180+109+140=429 (56% of max value = 765). Red value is 180 (70.70% from 255 or 41.96% from 429); Green value is 109 (42.97% from 255 or 25.41% from 429); Blue value is 140 (55.08% from 255 or 32.63% from 429); Max value from RGB is 180 - color contains mainly: red. Hex color #B46D8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46D8C is #4B9273. Grayscale: #858585. Windows color (decimal): -4952692 or 9203124. OLE color: 9203124.

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

Color convert

RGB180109140-
CMYK00.390.220.29
HSL333.8º32.13%56.67%-
HSV(B)333.8º39.44%70.59%-
XYZ29.0222.5327.63-
YUV133.76131.52160.98-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.96%
GREEN value IS 109 (42.97% from 255) = 25.41%
BLUE value IS 140 (55.08% from 255) = 32.63%
R=41.96%
G=25.41%
B=32.63%

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
Decimal18010914000.390.220.29333.832.1356.67
HexB46D8C027161D14e2039
Octal26415521404726355164071
Binary1011010011011011000110001001111011011101101001110100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46D8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46D8C; }

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

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

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

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

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

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

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

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