Color Hex Logo

#b66649 Color Hex

#B66649
(182,102,73)
0 Favorites   0 Comments

Color spaces of #b66649

RGB 18210273
HSL0.040.430.50
HSV16°60°71°
CMYK 0.000.440.60   0.29
XYZ25.245419.92898.8194
Yxy19.92890.46760.3691
Hunter Lab44.641822.820519.5360
CIE-Lab51.756729.349130.2874

#b66649 color RGB value is (182,102,73).

#b66649 hex color red value is 182, green value is 102 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #b66649 hue: 0.04 , saturation: 0.43 and the lightness value of b66649 is 0.50.

The process color (four color CMYK) of #b66649 color hex is 0.00, 0.44, 0.60, 0.29. Web safe color of #b66649 is #cc6633. Color #b66649 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01100110 01001001
Octal 266 146 111
Decimal 182 102 73
Hex B6 66 49

RGB Percentages of Color #b66649

%50.98
%28.57
%20.45

CMYK Percentages of Color #b66649

%0
%44
%60
%29

Triadic Colors of #b66649

#b66649 #49b666 #6649b6

Analogous Colors of #b66649

#b66649 #b69d49 #b64962

Monochromatic Colors of #b66649

#b66649

Complementary Color

#b66649 #4999b6

#b66649 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b66649 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b66649 Color CSS Codes

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

#b66649 Text Font Color

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

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


#b66649 Background Color

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

This div background color is #b66649


#b66649 Border Color

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

This div border color is #b66649


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b66649


Comments

No comments written yet.

Please login to write comment.