#B46878

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

Shades of Tapestry #B46878

Tints of Tapestry #B46878

Color information

#B46878 (or 0xB46878) is unknown color: approx Tapestry. HEX triplet: B4, 68 and 78. RGB value is (180,104,120). Sum of RGB (Red+Green+Blue) = 180+104+120=404 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.55% from 404); Green value is 104 (41.02% from 255 or 25.74% from 404); Blue value is 120 (47.27% from 255 or 29.70% from 404); Max value from RGB is 180 - color contains mainly: red. Hex color #B46878 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46878 is #4B9787. Grayscale: #808080. Windows color (decimal): -4953992 or 7891124. OLE color: 7891124.

HSL color Cylindrical-coordinate representation of color #B46878: hue angle of 347.37º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B46878 is Cyan = 0, Magento = 0.42, Yellow = 0.33 and Black (K on CMYK) = 0.29.

Color convert

RGB180104120-
CMYK00.420.330.29
HSL347.37º33.63%55.69%-
HSV(B)347.37º42.22%70.59%-
XYZ27.1620.9620.38-
YUV128.55123.18164.7-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.55%
GREEN value IS 104 (41.02% from 255) = 25.74%
BLUE value IS 120 (47.27% from 255) = 29.70%
R=44.55%
G=25.74%
B=29.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18010412000.420.330.29347.3733.6355.69
HexB4687802A211D15b2238
Octal26415017005241355334270
Binary1011010011010001111000010101010000111101101011011100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46878; }

 p { color: rgb(180,104,120); }

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

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

 a { background-color: rgb(180,104,120); }

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

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

 span { border-color: rgb(180,104,120); }

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