#B46B8E

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

Shades of Tapestry #B46B8E

Tints of Tapestry #B46B8E

Color information

#B46B8E (or 0xB46B8E) is unknown color: approx Tapestry. HEX triplet: B4, 6B and 8E. RGB value is (180,107,142). Sum of RGB (Red+Green+Blue) = 180+107+142=429 (56% of max value = 765). Red value is 180 (70.70% from 255 or 41.96% from 429); Green value is 107 (42.19% from 255 or 24.94% from 429); Blue value is 142 (55.86% from 255 or 33.10% from 429); Max value from RGB is 180 - color contains mainly: red. Hex color #B46B8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46B8E is #4B9471. Grayscale: #848484. Windows color (decimal): -4953202 or 9333684. OLE color: 9333684.

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

Color convert

RGB180107142-
CMYK00.410.210.29
HSL331.23º32.74%56.27%-
HSV(B)331.23º40.56%70.59%-
XYZ28.9622.1728.34-
YUV132.82133.18161.65-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.96%
GREEN value IS 107 (42.19% from 255) = 24.94%
BLUE value IS 142 (55.86% from 255) = 33.10%
R=41.96%
G=24.94%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.21
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18010714200.410.210.29331.2332.7456.27
HexB46B8E029151D14b2138
Octal26415321605125355134170
Binary1011010011010111000111001010011010111101101001011100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46B8E; }

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

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

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

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

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

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

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

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