#B37486

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

Shades of Tapestry #B37486

Tints of Tapestry #B37486

Color information

#B37486 (or 0xB37486) is unknown color: approx Tapestry. HEX triplet: B3, 74 and 86. RGB value is (179,116,134). Sum of RGB (Red+Green+Blue) = 179+116+134=429 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.72% from 429); Green value is 116 (45.70% from 255 or 27.04% from 429); Blue value is 134 (52.73% from 255 or 31.24% from 429); Max value from RGB is 179 - color contains mainly: red. Hex color #B37486 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B37486 is #4C8B79. Grayscale: #888888. Windows color (decimal): -5016442 or 8811699. OLE color: 8811699.

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

Color convert

RGB179116134-
CMYK00.350.250.30
HSL342.86º29.3%57.84%-
HSV(B)342.86º35.2%70.2%-
XYZ29.1423.825.61-
YUV136.89126.37158.04-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 41.72%
GREEN value IS 116 (45.70% from 255) = 27.04%
BLUE value IS 134 (52.73% from 255) = 31.24%
R=41.72%
G=27.04%
B=31.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.25
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17911613400.350.250.30342.8629.357.84
HexB37486023191E1571d3a
Octal26316420604331365273572
Binary101100111110100100001100100011110011111010101011111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37486; }

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

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

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

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

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

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

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

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