#B46978

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

Shades of Tapestry #B46978

Tints of Tapestry #B46978

Color information

#B46978 (or 0xB46978) is unknown color: approx Tapestry. HEX triplet: B4, 69 and 78. RGB value is (180,105,120). Sum of RGB (Red+Green+Blue) = 180+105+120=405 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.44% from 405); Green value is 105 (41.41% from 255 or 25.93% from 405); Blue value is 120 (47.27% from 255 or 29.63% from 405); Max value from RGB is 180 - color contains mainly: red. Hex color #B46978 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46978 is #4B9687. Grayscale: #818181. Windows color (decimal): -4953736 or 7891380. OLE color: 7891380.

HSL color Cylindrical-coordinate representation of color #B46978: hue angle of 348º degrees, saturation: 0.33, 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 #B46978 is Cyan = 0, Magento = 0.42, Yellow = 0.33 and Black (K on CMYK) = 0.29.

Color convert

RGB180105120-
CMYK00.420.330.29
HSL348º33.33%55.88%-
HSV(B)348º41.67%70.59%-
XYZ27.2621.1620.42-
YUV129.14122.85164.28-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.44%
GREEN value IS 105 (41.41% from 255) = 25.93%
BLUE value IS 120 (47.27% from 255) = 29.63%
R=44.44%
G=25.93%
B=29.63%

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
Decimal18010512000.420.330.2934833.3355.88
HexB4697802A211D15c2138
Octal26415117005241355344170
Binary1011010011010011111000010101010000111101101011100100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46978; }

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

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

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

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

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

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

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

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