Color Hex Logo

#b68122 Color Hex

#B68122
(182,129,34)
0 Favorites   0 Comments

Color spaces of #b68122

RGB 18212934
HSL0.110.690.42
HSV39°81°71°
CMYK 0.000.290.81   0.29
XYZ27.430425.76115.0400
Yxy25.76110.47110.4424
Hunter Lab50.75547.647129.6413
CIE-Lab57.809612.276455.4476

#b68122 color RGB value is (182,129,34).

#b68122 hex color red value is 182, green value is 129 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #b68122 hue: 0.11 , saturation: 0.69 and the lightness value of b68122 is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 10000001 00100010
Octal 266 201 42
Decimal 182 129 34
Hex B6 81 22

RGB Percentages of Color #b68122

%52.75
%37.39
%9.86

CMYK Percentages of Color #b68122

%0
%29
%81
%29

Triadic Colors of #b68122

#b68122 #22b681 #8122b6

Analogous Colors of #b68122

#b68122 #a1b622 #b63722

Monochromatic Colors of #b68122

#b68122

Complementary Color

#b68122 #2257b6

#b68122 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b68122 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b68122 Color CSS Codes

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

#b68122 Text Font Color

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

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


#b68122 Background Color

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

This div background color is #b68122


#b68122 Border Color

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

This div border color is #b68122


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b68122


Comments

No comments written yet.

Please login to write comment.