Color Hex Logo

#b66d31 Color Hex

#B66D31
(182,109,49)
0 Favorites   0 Comments

Color spaces of #b66d31

RGB 18210949
HSL0.080.580.45
HSV27°73°71°
CMYK 0.000.400.73   0.29
XYZ25.314421.10415.6450
Yxy21.10410.48620.4054
Hunter Lab45.939217.967324.8719
CIE-Lab53.063224.010244.4987

#b66d31 color RGB value is (182,109,49).

#b66d31 hex color red value is 182, green value is 109 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #b66d31 hue: 0.08 , saturation: 0.58 and the lightness value of b66d31 is 0.45.

The process color (four color CMYK) of #b66d31 color hex is 0.00, 0.40, 0.73, 0.29. Web safe color of #b66d31 is #cc6633. Color #b66d31 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01101101 00110001
Octal 266 155 61
Decimal 182 109 49
Hex B6 6D 31

RGB Percentages of Color #b66d31

%53.53
%32.06
%14.41

CMYK Percentages of Color #b66d31

%0
%40
%73
%29

Triadic Colors of #b66d31

#b66d31 #31b66d #6d31b6

Analogous Colors of #b66d31

#b66d31 #b6b031 #b63137

Monochromatic Colors of #b66d31

#b66d31

Complementary Color

#b66d31 #317ab6

#b66d31 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b66d31 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b66d31 Color CSS Codes

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

#b66d31 Text Font Color

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

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


#b66d31 Background Color

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

This div background color is #b66d31


#b66d31 Border Color

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

This div border color is #b66d31


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b66d31


Comments

No comments written yet.

Please login to write comment.