#B46F7E

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

Shades of Tapestry #B46F7E

Tints of Tapestry #B46F7E

Color information

#B46F7E (or 0xB46F7E) is unknown color: approx Tapestry. HEX triplet: B4, 6F and 7E. RGB value is (180,111,126). Sum of RGB (Red+Green+Blue) = 180+111+126=417 (55% of max value = 765). Red value is 180 (70.70% from 255 or 43.17% from 417); Green value is 111 (43.75% from 255 or 26.62% from 417); Blue value is 126 (49.61% from 255 or 30.22% from 417); Max value from RGB is 180 - color contains mainly: red. Hex color #B46F7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46F7E is #4B9081. Grayscale: #858585. Windows color (decimal): -4952194 or 8286132. OLE color: 8286132.

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

Color convert

RGB180111126-
CMYK00.380.30.29
HSL346.96º31.51%57.06%-
HSV(B)346.96º38.33%70.59%-
XYZ28.2722.5822.61-
YUV133.34123.86161.28-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.17%
GREEN value IS 111 (43.75% from 255) = 26.62%
BLUE value IS 126 (49.61% from 255) = 30.22%
R=43.17%
G=26.62%
B=30.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.3
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011112600.380.30.29346.9631.5157.06
HexB46F7E0261E1D15b2039
Octal26415717604636355334071
Binary101101001101111111111001001101111011101101011011100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46F7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46F7E; }

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

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

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

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

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

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

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

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