#B36480

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

Shades of Tapestry #B36480

Tints of Tapestry #B36480

Color information

#B36480 (or 0xB36480) is unknown color: approx Tapestry. HEX triplet: B3, 64 and 80. RGB value is (179,100,128). Sum of RGB (Red+Green+Blue) = 179+100+128=407 (53% of max value = 765). Red value is 179 (70.31% from 255 or 43.98% from 407); Green value is 100 (39.45% from 255 or 24.57% from 407); Blue value is 128 (50.39% from 255 or 31.45% from 407); Max value from RGB is 179 - color contains mainly: red. Hex color #B36480 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B36480 is #4C9B7F. Grayscale: #7E7E7E. Windows color (decimal): -5020544 or 8414387. OLE color: 8414387.

HSL color Cylindrical-coordinate representation of color #B36480: hue angle of 338.73º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B36480 is Cyan = 0, Magento = 0.44, Yellow = 0.28 and Black (K on CMYK) = 0.30.

Color convert

RGB179100128-
CMYK00.440.280.30
HSL338.73º34.2%54.71%-
HSV(B)338.73º44.13%70.2%-
XYZ27.0420.2622.91-
YUV126.81128.67165.22-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 43.98%
GREEN value IS 100 (39.45% from 255) = 24.57%
BLUE value IS 128 (50.39% from 255) = 31.45%
R=43.98%
G=24.57%
B=31.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.28
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17910012800.440.280.30338.7334.254.71
HexB3648002C1C1E1532237
Octal26314420005434365234267
Binary1011001111001001000000001011001110011110101010011100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36480; }

 p { color: rgb(179,100,128); }

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

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

 a { background-color: rgb(179,100,128); }

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

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

 span { border-color: rgb(179,100,128); }

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