Color Hex Logo

#b6697a Color Hex

#B6697A
(182,105,122)
0 Favorites   0 Comments

Color spaces of #b6697a

RGB 182105122
HSL0.960.350.56
HSV347°42°71°
CMYK 0.000.420.33   0.29
XYZ27.855821.453421.0851
Yxy21.45340.39570.3048
Hunter Lab46.317826.29475.4321
CIE-Lab53.442232.80084.0185

#b6697a color RGB value is (182,105,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 01101001 01111010
Octal 266 151 172
Decimal 182 105 122
Hex B6 69 7A

RGB Percentages of Color #b6697a

%44.50
%25.67
%29.83

CMYK Percentages of Color #b6697a

%0
%42
%33
%29

Triadic Colors of #b6697a

#b6697a #7ab669 #697ab6

Analogous Colors of #b6697a

#b6697a #b67f69 #b669a1

Monochromatic Colors of #b6697a

#b6697a

Complementary Color

#b6697a #69b6a5

#b6697a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6697a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6697a Color CSS Codes

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

#b6697a Text Font Color

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

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


#b6697a Background Color

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

This div background color is #b6697a


#b6697a Border Color

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

This div border color is #b6697a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6697a


Comments

No comments written yet.

Please login to write comment.