#B46378

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

Shades of Tapestry #B46378

Tints of Tapestry #B46378

Color information

#B46378 (or 0xB46378) is unknown color: approx Tapestry. HEX triplet: B4, 63 and 78. RGB value is (180,99,120). Sum of RGB (Red+Green+Blue) = 180+99+120=399 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.11% from 399); Green value is 99 (39.06% from 255 or 24.81% from 399); Blue value is 120 (47.27% from 255 or 30.08% from 399); Max value from RGB is 180 - color contains mainly: red. Hex color #B46378 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46378 is #4B9C87. Grayscale: #7D7D7D. Windows color (decimal): -4955272 or 7889844. OLE color: 7889844.

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

Color convert

RGB18099120-
CMYK00.450.330.29
HSL344.44º35.06%54.71%-
HSV(B)344.44º45%70.59%-
XYZ26.6719.9820.22-
YUV125.61124.84166.79-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.11%
GREEN value IS 99 (39.06% from 255) = 24.81%
BLUE value IS 120 (47.27% from 255) = 30.08%
R=45.11%
G=24.81%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1809912000.450.330.29344.4435.0654.71
HexB4637802D211D1582337
Octal26414317005541355304367
Binary1011010011000111111000010110110000111101101011000100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46378; }

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

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

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

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

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

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

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

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