Color Hex Logo

#b66e5a Color Hex

#B66E5A
(182,110,90)
0 Favorites   0 Comments

Color spaces of #b66e5a

RGB 18211090
HSL0.040.390.53
HSV13°51°71°
CMYK 0.000.400.51   0.29
XYZ26.712821.835112.4795
Yxy21.83510.43770.3578
Hunter Lab46.728020.268216.8753
CIE-Lab53.851626.429923.2839

#b66e5a color RGB value is (182,110,90).

#b66e5a hex color red value is 182, green value is 110 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #b66e5a hue: 0.04 , saturation: 0.39 and the lightness value of b66e5a is 0.53.

The process color (four color CMYK) of #b66e5a color hex is 0.00, 0.40, 0.51, 0.29. Web safe color of #b66e5a is #cc6666. Color #b66e5a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01101110 01011010
Octal 266 156 132
Decimal 182 110 90
Hex B6 6E 5A

RGB Percentages of Color #b66e5a

%47.64
%28.80
%23.56

CMYK Percentages of Color #b66e5a

%0
%40
%51
%29

Triadic Colors of #b66e5a

#b66e5a #5ab66e #6e5ab6

Analogous Colors of #b66e5a

#b66e5a #b69c5a #b65a74

Monochromatic Colors of #b66e5a

#b66e5a

Complementary Color

#b66e5a #5aa2b6

#b66e5a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b66e5a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b66e5a Color CSS Codes

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

#b66e5a Text Font Color

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

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


#b66e5a Background Color

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

This div background color is #b66e5a


#b66e5a Border Color

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

This div border color is #b66e5a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b66e5a


Comments

No comments written yet.

Please login to write comment.