Color Hex Logo

#b6697e Color Hex

#B6697E
(182,105,126)
0 Favorites   0 Comments

Color spaces of #b6697e

RGB 182105126
HSL0.950.350.56
HSV344°42°71°
CMYK 0.000.420.31   0.29
XYZ28.108921.554622.4176
Yxy21.55460.39000.2990
Hunter Lab46.426926.82463.8702
CIE-Lab53.551233.33371.8186

#b6697e color RGB value is (182,105,126).

#b6697e hex color red value is 182, green value is 105 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #b6697e hue: 0.95 , saturation: 0.35 and the lightness value of b6697e is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 01101001 01111110
Octal 266 151 176
Decimal 182 105 126
Hex B6 69 7E

RGB Percentages of Color #b6697e

%44.07
%25.42
%30.51

CMYK Percentages of Color #b6697e

%0
%42
%31
%29

Triadic Colors of #b6697e

#b6697e #7eb669 #697eb6

Analogous Colors of #b6697e

#b6697e #b67b69 #b669a5

Monochromatic Colors of #b6697e

#b6697e

Complementary Color

#b6697e #69b6a1

#b6697e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6697e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6697e Color CSS Codes

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

#b6697e Text Font Color

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

This sample text font color is #b6697e
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.


#b6697e Background Color

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

This div background color is #b6697e


#b6697e Border Color

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

This div border color is #b6697e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,105,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 #b6697e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6697e


Comments

No comments written yet.

Please login to write comment.