#B6737E

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

Shades of Tapestry #B6737E

Tints of Tapestry #B6737E

Color information

#B6737E (or 0xB6737E) is unknown color: approx Tapestry. HEX triplet: B6, 73 and 7E. RGB value is (182,115,126). Sum of RGB (Red+Green+Blue) = 182+115+126=423 (56% of max value = 765). Red value is 182 (71.48% from 255 or 43.03% from 423); Green value is 115 (45.31% from 255 or 27.19% from 423); Blue value is 126 (49.61% from 255 or 29.79% from 423); Max value from RGB is 182 - color contains mainly: red. Hex color #B6737E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6737E is #498C81. Grayscale: #888888. Windows color (decimal): -4820098 or 8287158. OLE color: 8287158.

HSL color Cylindrical-coordinate representation of color #B6737E: hue angle of 350.15º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B6737E is Cyan = 0, Magento = 0.37, Yellow = 0.31 and Black (K on CMYK) = 0.29.

Color convert

RGB182115126-
CMYK00.370.310.29
HSL350.15º31.46%58.24%-
HSV(B)350.15º36.81%71.37%-
XYZ29.1923.7122.78-
YUV136.29122.2160.61-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.03%
GREEN value IS 115 (45.31% from 255) = 27.19%
BLUE value IS 126 (49.61% from 255) = 29.79%
R=43.03%
G=27.19%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18211512600.370.310.29350.1531.4658.24
HexB6737E0251F1D15e1f3a
Octal26616317604537355363772
Binary10110110111001111111100100101111111110110101111011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6737E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6737E; }

 p { color: rgb(182,115,126); }

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

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

 a { background-color: rgb(182,115,126); }

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

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

 span { border-color: rgb(182,115,126); }

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