#B36385

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

Shades of Tapestry #B36385

Tints of Tapestry #B36385

Color information

#B36385 (or 0xB36385) is unknown color: approx Tapestry. HEX triplet: B3, 63 and 85. RGB value is (179,99,133). Sum of RGB (Red+Green+Blue) = 179+99+133=411 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.55% from 411); Green value is 99 (39.06% from 255 or 24.09% from 411); Blue value is 133 (52.34% from 255 or 32.36% from 411); Max value from RGB is 179 - color contains mainly: red. Hex color #B36385 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B36385 is #4C9C7A. Grayscale: #7E7E7E. Windows color (decimal): -5020795 or 8741811. OLE color: 8741811.

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

Color convert

RGB17999133-
CMYK00.450.260.30
HSL334.5º34.48%54.51%-
HSV(B)334.5º44.69%70.2%-
XYZ27.2920.224.65-
YUV126.8131.5165.24-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 43.55%
GREEN value IS 99 (39.06% from 255) = 24.09%
BLUE value IS 133 (52.34% from 255) = 32.36%
R=43.55%
G=24.09%
B=32.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.26
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1799913300.450.260.30334.534.4854.51
HexB3638502D1A1E14e2237
Octal26314320505532365164267
Binary1011001111000111000010101011011101011110101001110100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36385; }

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

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

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

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

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

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

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

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