#B46178

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

Shades of Tapestry #B46178

Tints of Tapestry #B46178

Color information

#B46178 (or 0xB46178) is unknown color: approx Tapestry. HEX triplet: B4, 61 and 78. RGB value is (180,97,120). Sum of RGB (Red+Green+Blue) = 180+97+120=397 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.34% from 397); Green value is 97 (38.28% from 255 or 24.43% from 397); Blue value is 120 (47.27% from 255 or 30.23% from 397); Max value from RGB is 180 - color contains mainly: red. Hex color #B46178 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46178 is #4B9E87. Grayscale: #7C7C7C. Windows color (decimal): -4955784 or 7889332. OLE color: 7889332.

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

Color convert

RGB18097120-
CMYK00.460.330.29
HSL343.37º35.62%54.31%-
HSV(B)343.37º46.11%70.59%-
XYZ26.4919.6120.16-
YUV124.44125.5167.63-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.34%
GREEN value IS 97 (38.28% from 255) = 24.43%
BLUE value IS 120 (47.27% from 255) = 30.23%
R=45.34%
G=24.43%
B=30.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1809712000.460.330.29343.3735.6254.31
HexB4617802E211D1572436
Octal26414117005641355274466
Binary1011010011000011111000010111010000111101101010111100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46178; }

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

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

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

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

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

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

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

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