#B46E89

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

Shades of Tapestry #B46E89

Tints of Tapestry #B46E89

Color information

#B46E89 (or 0xB46E89) is unknown color: approx Tapestry. HEX triplet: B4, 6E and 89. RGB value is (180,110,137). Sum of RGB (Red+Green+Blue) = 180+110+137=427 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.15% from 427); Green value is 110 (43.36% from 255 or 25.76% from 427); Blue value is 137 (53.91% from 255 or 32.08% from 427); Max value from RGB is 180 - color contains mainly: red. Hex color #B46E89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46E89 is #4B9176. Grayscale: #858585. Windows color (decimal): -4952439 or 9006772. OLE color: 9006772.

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

Color convert

RGB180110137-
CMYK00.390.240.29
HSL336.86º31.82%56.86%-
HSV(B)336.86º38.89%70.59%-
XYZ28.9122.6626.52-
YUV134.01129.69160.8-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.15%
GREEN value IS 110 (43.36% from 255) = 25.76%
BLUE value IS 137 (53.91% from 255) = 32.08%
R=42.15%
G=25.76%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011013700.390.240.29336.8631.8256.86
HexB46E89027181D1512039
Octal26415621104730355214071
Binary1011010011011101000100101001111100011101101010001100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46E89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46E89; }

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

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

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

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

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

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

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

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