Color Hex Logo

#b6916e Color Hex

#B6916E
(182,145,110)
0 Favorites   0 Comments

Color spaces of #b6916e

RGB 182145110
HSL0.080.330.57
HSV29°40°71°
CMYK 0.000.200.40   0.29
XYZ32.231331.321719.0988
Yxy31.32170.39000.3790
Hunter Lab55.96584.859918.9428
CIE-Lab62.77839.110023.8691

#b6916e color RGB value is (182,145,110).

#b6916e hex color red value is 182, green value is 145 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #b6916e hue: 0.08 , saturation: 0.33 and the lightness value of b6916e is 0.57.

The process color (four color CMYK) of #b6916e color hex is 0.00, 0.20, 0.40, 0.29. Web safe color of #b6916e is #cc9966. Color #b6916e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 10010001 01101110
Octal 266 221 156
Decimal 182 145 110
Hex B6 91 6E

RGB Percentages of Color #b6916e

%41.65
%33.18
%25.17

CMYK Percentages of Color #b6916e

%0
%20
%40
%29

Triadic Colors of #b6916e

#b6916e #6eb691 #916eb6

Analogous Colors of #b6916e

#b6916e #b6b56e #b66e6f

Monochromatic Colors of #b6916e

#b6916e

Complementary Color

#b6916e #6e93b6

#b6916e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6916e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6916e Color CSS Codes

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

#b6916e Text Font Color

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

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


#b6916e Background Color

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

This div background color is #b6916e


#b6916e Border Color

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

This div border color is #b6916e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6916e


Comments

No comments written yet.

Please login to write comment.