#B46F85

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

Shades of Tapestry #B46F85

Tints of Tapestry #B46F85

Color information

#B46F85 (or 0xB46F85) is unknown color: approx Tapestry. HEX triplet: B4, 6F and 85. RGB value is (180,111,133). Sum of RGB (Red+Green+Blue) = 180+111+133=424 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.45% from 424); Green value is 111 (43.75% from 255 or 26.18% from 424); Blue value is 133 (52.34% from 255 or 31.37% from 424); Max value from RGB is 180 - color contains mainly: red. Hex color #B46F85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46F85 is #4B907A. Grayscale: #868686. Windows color (decimal): -4952187 or 8744884. OLE color: 8744884.

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

Color convert

RGB180111133-
CMYK00.380.260.29
HSL340.87º31.51%57.06%-
HSV(B)340.87º38.33%70.59%-
XYZ28.7422.7725.07-
YUV134.14127.36160.71-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.45%
GREEN value IS 111 (43.75% from 255) = 26.18%
BLUE value IS 133 (52.34% from 255) = 31.37%
R=42.45%
G=26.18%
B=31.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.26
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011113300.380.260.29340.8731.5157.06
HexB46F850261A1D1552039
Octal26415720504632355254071
Binary1011010011011111000010101001101101011101101010101100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46F85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46F85; }

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

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

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

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

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

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

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

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