#B36587

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

Shades of Tapestry #B36587

Tints of Tapestry #B36587

Color information

#B36587 (or 0xB36587) is unknown color: approx Tapestry. HEX triplet: B3, 65 and 87. RGB value is (179,101,135). Sum of RGB (Red+Green+Blue) = 179+101+135=415 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.13% from 415); Green value is 101 (39.84% from 255 or 24.34% from 415); Blue value is 135 (53.12% from 255 or 32.53% from 415); Max value from RGB is 179 - color contains mainly: red. Hex color #B36587 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B36587 is #4C9A78. Grayscale: #808080. Windows color (decimal): -5020281 or 8873395. OLE color: 8873395.

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

Color convert

RGB179101135-
CMYK00.440.250.30
HSL333.85º33.91%54.9%-
HSV(B)333.85º43.58%70.2%-
XYZ27.6220.6425.45-
YUV128.2131.84164.24-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 43.13%
GREEN value IS 101 (39.84% from 255) = 24.34%
BLUE value IS 135 (53.12% from 255) = 32.53%
R=43.13%
G=24.34%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.25
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17910113500.440.250.30333.8533.9154.9
HexB3658702C191E14e2237
Octal26314520705431365164267
Binary1011001111001011000011101011001100111110101001110100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36587; }

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

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

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

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

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

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

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

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