#B46F8C

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

Shades of Tapestry #B46F8C

Tints of Tapestry #B46F8C

Color information

#B46F8C (or 0xB46F8C) is unknown color: approx Tapestry. HEX triplet: B4, 6F and 8C. RGB value is (180,111,140). Sum of RGB (Red+Green+Blue) = 180+111+140=431 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.76% from 431); Green value is 111 (43.75% from 255 or 25.75% from 431); Blue value is 140 (55.08% from 255 or 32.48% from 431); Max value from RGB is 180 - color contains mainly: red. Hex color #B46F8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46F8C is #4B9073. Grayscale: #868686. Windows color (decimal): -4952180 or 9203636. OLE color: 9203636.

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

Color convert

RGB180111140-
CMYK00.380.220.29
HSL334.78º31.51%57.06%-
HSV(B)334.78º38.33%70.59%-
XYZ29.2422.9727.7-
YUV134.94130.86160.14-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.76%
GREEN value IS 111 (43.75% from 255) = 25.75%
BLUE value IS 140 (55.08% from 255) = 32.48%
R=41.76%
G=25.75%
B=32.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011114000.380.220.29334.7831.5157.06
HexB46F8C026161D14f2039
Octal26415721404626355174071
Binary1011010011011111000110001001101011011101101001111100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46F8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46F8C; }

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

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

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

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

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

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

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

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