Color Hex Logo

#b68349 Color Hex

#B68349
(182,131,73)
0 Favorites   0 Comments

Color spaces of #b68349

RGB 18213173
HSL0.090.430.50
HSV32°60°71°
CMYK 0.000.280.60   0.29
XYZ28.610326.65879.9411
Yxy26.65870.43870.4088
Hunter Lab51.63218.554124.7269
CIE-Lab58.657113.294738.6613

#b68349 color RGB value is (182,131,73).

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

The process color (four color CMYK) of #b68349 color hex is 0.00, 0.28, 0.60, 0.29. Web safe color of #b68349 is #cc9933. Color #b68349 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 10000011 01001001
Octal 266 203 111
Decimal 182 131 73
Hex B6 83 49

RGB Percentages of Color #b68349

%47.15
%33.94
%18.91

CMYK Percentages of Color #b68349

%0
%28
%60
%29

Triadic Colors of #b68349

#b68349 #49b683 #8349b6

Analogous Colors of #b68349

#b68349 #b3b649 #b64d49

Monochromatic Colors of #b68349

#b68349

Complementary Color

#b68349 #497cb6

#b68349 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b68349 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b68349 Color CSS Codes

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

#b68349 Text Font Color

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

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


#b68349 Background Color

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

This div background color is #b68349


#b68349 Border Color

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

This div border color is #b68349


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,131,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 #b68349">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b68349


Comments

No comments written yet.

Please login to write comment.