#B46376

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

Shades of Tapestry #B46376

Tints of Tapestry #B46376

Color information

#B46376 (or 0xB46376) is unknown color: approx Tapestry. HEX triplet: B4, 63 and 76. RGB value is (180,99,118). Sum of RGB (Red+Green+Blue) = 180+99+118=397 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.34% from 397); Green value is 99 (39.06% from 255 or 24.94% from 397); Blue value is 118 (46.48% from 255 or 29.72% from 397); Max value from RGB is 180 - color contains mainly: red. Hex color #B46376 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46376 is #4B9C89. Grayscale: #7D7D7D. Windows color (decimal): -4955274 or 7758772. OLE color: 7758772.

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

Color convert

RGB18099118-
CMYK00.450.340.29
HSL345.93º35.06%54.71%-
HSV(B)345.93º45%70.59%-
XYZ26.5519.9319.59-
YUV125.38123.84166.96-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.34%
GREEN value IS 99 (39.06% from 255) = 24.94%
BLUE value IS 118 (46.48% from 255) = 29.72%
R=45.34%
G=24.94%
B=29.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1809911800.450.340.29345.9335.0654.71
HexB4637602D221D15a2337
Octal26414316605542355324367
Binary1011010011000111110110010110110001011101101011010100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46376; }

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

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

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

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

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

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

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

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