#B36387

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

Shades of Tapestry #B36387

Tints of Tapestry #B36387

Color information

#B36387 (or 0xB36387) is unknown color: approx Tapestry. HEX triplet: B3, 63 and 87. RGB value is (179,99,135). Sum of RGB (Red+Green+Blue) = 179+99+135=413 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.34% from 413); Green value is 99 (39.06% from 255 or 23.97% from 413); Blue value is 135 (53.12% from 255 or 32.69% from 413); Max value from RGB is 179 - color contains mainly: red. Hex color #B36387 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B36387 is #4C9C78. Grayscale: #7E7E7E. Windows color (decimal): -5020793 or 8872883. OLE color: 8872883.

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

Color convert

RGB17999135-
CMYK00.450.250.30
HSL333º34.48%54.51%-
HSV(B)333º44.69%70.2%-
XYZ27.4320.2625.39-
YUV127.02132.5165.07-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 43.34%
GREEN value IS 99 (39.06% from 255) = 23.97%
BLUE value IS 135 (53.12% from 255) = 32.69%
R=43.34%
G=23.97%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.25
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1799913500.450.250.3033334.4854.51
HexB3638702D191E14d2237
Octal26314320705531365154267
Binary1011001111000111000011101011011100111110101001101100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36387; }

 p { color: rgb(179,99,135); }

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

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

 a { background-color: rgb(179,99,135); }

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

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

 span { border-color: rgb(179,99,135); }

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