Color Hex Logo

#b6747e Color Hex

#B6747E
(182,116,126)
0 Favorites   0 Comments

Color spaces of #b6747e

RGB 182116126
HSL0.970.310.58
HSV351°36°71°
CMYK 0.000.360.31   0.29
XYZ29.302723.942222.8156
Yxy23.94220.38530.3148
Hunter Lab48.930821.26776.6056
CIE-Lab56.029927.30055.3974

#b6747e color RGB value is (182,116,126).

#b6747e hex color red value is 182, green value is 116 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #b6747e hue: 0.97 , saturation: 0.31 and the lightness value of b6747e is 0.58.

The process color (four color CMYK) of #b6747e color hex is 0.00, 0.36, 0.31, 0.29. Web safe color of #b6747e is #cc6666. Color #b6747e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01110100 01111110
Octal 266 164 176
Decimal 182 116 126
Hex B6 74 7E

RGB Percentages of Color #b6747e

%42.92
%27.36
%29.72

CMYK Percentages of Color #b6747e

%0
%36
%31
%29

Triadic Colors of #b6747e

#b6747e #7eb674 #747eb6

Analogous Colors of #b6747e

#b6747e #b68b74 #b6749f

Monochromatic Colors of #b6747e

#b6747e

Complementary Color

#b6747e #74b6ac

#b6747e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6747e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6747e Color CSS Codes

.mybgcolor {background-color:#b6747e; } 
.myforecolor {color:#b6747e; }
.mybordercolor {border:3px solid #b6747e; }

#b6747e Text Font Color

<p style="color:#b6747e">Text here</p>

This sample text font color is #b6747e
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#b6747e Background Color

<div style="background-color:#b6747e">
Div content here</div>

This div background color is #b6747e


#b6747e Border Color

<div style="border:3px solid #b6747e">
Div here</div>

This div border color is #b6747e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(182,116,126, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b6747e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b6747e;
  -webkit-box-shadow: 1px 1px 3px 2px #b6747e;
  box-shadow:         1px 1px 3px 2px #b6747e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,116,126, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b6747e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #b6747e;
  -webkit-box-shadow: 1px 1px 3px 2px #b6747e;
  box-shadow:         1px 1px 3px 2px #b6747e;">
Div content here</div>

This div box has shadow with color #b6747e


Comments

No comments written yet.

Please login to write comment.