#B36586

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

Shades of Tapestry #B36586

Tints of Tapestry #B36586

Color information

#B36586 (or 0xB36586) is unknown color: approx Tapestry. HEX triplet: B3, 65 and 86. RGB value is (179,101,134). Sum of RGB (Red+Green+Blue) = 179+101+134=414 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.24% from 414); Green value is 101 (39.84% from 255 or 24.40% from 414); Blue value is 134 (52.73% from 255 or 32.37% from 414); Max value from RGB is 179 - color contains mainly: red. Hex color #B36586 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B36586 is #4C9A79. Grayscale: #808080. Windows color (decimal): -5020282 or 8807859. OLE color: 8807859.

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

Color convert

RGB179101134-
CMYK00.440.250.30
HSL334.62º33.91%54.9%-
HSV(B)334.62º43.58%70.2%-
XYZ27.5520.6125.08-
YUV128.08131.34164.32-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 43.24%
GREEN value IS 101 (39.84% from 255) = 24.40%
BLUE value IS 134 (52.73% from 255) = 32.37%
R=43.24%
G=24.40%
B=32.37%

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
Decimal17910113400.440.250.30334.6233.9154.9
HexB3658602C191E14f2237
Octal26314520605431365174267
Binary1011001111001011000011001011001100111110101001111100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36586; }

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

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

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

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

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

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

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

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