#B6747C

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

Shades of Tapestry #B6747C

Tints of Tapestry #B6747C

Color information

#B6747C (or 0xB6747C) is unknown color: approx Tapestry. HEX triplet: B6, 74 and 7C. RGB value is (182,116,124). Sum of RGB (Red+Green+Blue) = 182+116+124=422 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.13% from 422); Green value is 116 (45.70% from 255 or 27.49% from 422); Blue value is 124 (48.83% from 255 or 29.38% from 422); Max value from RGB is 182 - color contains mainly: red. Hex color #B6747C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6747C is #498B83. Grayscale: #888888. Windows color (decimal): -4819844 or 8156342. OLE color: 8156342.

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

Color convert

RGB182116124-
CMYK00.360.320.29
HSL352.73º31.13%58.43%-
HSV(B)352.73º36.26%71.37%-
XYZ29.1723.8922.14-
YUV136.65120.87160.35-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.13%
GREEN value IS 116 (45.70% from 255) = 27.49%
BLUE value IS 124 (48.83% from 255) = 29.38%
R=43.13%
G=27.49%
B=29.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.32
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18211612400.360.320.29352.7331.1358.43
HexB6747C024201D1611f3a
Octal26616417404440355413772
Binary101101101110100111110001001001000001110110110000111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6747C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6747C; }

 p { color: rgb(182,116,124); }

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

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

 a { background-color: rgb(182,116,124); }

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

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

 span { border-color: rgb(182,116,124); }

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