#B6737F

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

Shades of Tapestry #B6737F

Tints of Tapestry #B6737F

Color information

#B6737F (or 0xB6737F) is unknown color: approx Tapestry. HEX triplet: B6, 73 and 7F. RGB value is (182,115,127). Sum of RGB (Red+Green+Blue) = 182+115+127=424 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.92% from 424); Green value is 115 (45.31% from 255 or 27.12% from 424); Blue value is 127 (50% from 255 or 29.95% from 424); Max value from RGB is 182 - color contains mainly: red. Hex color #B6737F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6737F is #498C80. Grayscale: #888888. Windows color (decimal): -4820097 or 8352694. OLE color: 8352694.

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

Color convert

RGB182115127-
CMYK00.370.300.29
HSL349.25º31.46%58.24%-
HSV(B)349.25º36.81%71.37%-
XYZ29.2523.7423.12-
YUV136.4122.7160.52-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.92%
GREEN value IS 115 (45.31% from 255) = 27.12%
BLUE value IS 127 (50% from 255) = 29.95%
R=42.92%
G=27.12%
B=29.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.30
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18211512700.370.300.29349.2531.4658.24
HexB6737F0251E1D15d1f3a
Octal26616317704536355353772
Binary10110110111001111111110100101111101110110101110111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6737F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6737F; }

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

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

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

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

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

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

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

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