#B46B8C

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

Shades of Tapestry #B46B8C

Tints of Tapestry #B46B8C

Color information

#B46B8C (or 0xB46B8C) is unknown color: approx Tapestry. HEX triplet: B4, 6B and 8C. RGB value is (180,107,140). Sum of RGB (Red+Green+Blue) = 180+107+140=427 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.15% from 427); Green value is 107 (42.19% from 255 or 25.06% from 427); Blue value is 140 (55.08% from 255 or 32.79% from 427); Max value from RGB is 180 - color contains mainly: red. Hex color #B46B8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46B8C is #4B9473. Grayscale: #848484. Windows color (decimal): -4953204 or 9202612. OLE color: 9202612.

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

Color convert

RGB180107140-
CMYK00.410.220.29
HSL332.88º32.74%56.27%-
HSV(B)332.88º40.56%70.59%-
XYZ28.8122.1127.56-
YUV132.59132.18161.82-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.15%
GREEN value IS 107 (42.19% from 255) = 25.06%
BLUE value IS 140 (55.08% from 255) = 32.79%
R=42.15%
G=25.06%
B=32.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18010714000.410.220.29332.8832.7456.27
HexB46B8C029161D14d2138
Octal26415321405126355154170
Binary1011010011010111000110001010011011011101101001101100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46B8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46B8C; }

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

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

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

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

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

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

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

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