Color Hex Logo

#b68211 Color Hex

#B68211
(182,130,17)
0 Favorites   0 Comments

Color spaces of #b68211

RGB 18213017
HSL0.110.830.39
HSV41°91°71°
CMYK 0.000.290.91   0.29
XYZ27.375225.95084.0965
Yxy25.95080.47670.4519
Hunter Lab50.94196.774130.8915
CIE-Lab57.990311.275660.5531

#b68211 color RGB value is (182,130,17).

#b68211 hex color red value is 182, green value is 130 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #b68211 hue: 0.11 , saturation: 0.83 and the lightness value of b68211 is 0.39.

The process color (four color CMYK) of #b68211 color hex is 0.00, 0.29, 0.91, 0.29. Web safe color of #b68211 is #cc9900. Color #b68211 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 10000010 00010001
Octal 266 202 21
Decimal 182 130 17
Hex B6 82 11

RGB Percentages of Color #b68211

%55.32
%39.51
%5.17

CMYK Percentages of Color #b68211

%0
%29
%91
%29

Triadic Colors of #b68211

#b68211 #11b682 #8211b6

Analogous Colors of #b68211

#b68211 #98b611 #b63011

Monochromatic Colors of #b68211

#b68211

Complementary Color

#b68211 #1145b6

#b68211 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b68211 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b68211 Color CSS Codes

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

#b68211 Text Font Color

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

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


#b68211 Background Color

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

This div background color is #b68211


#b68211 Border Color

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

This div border color is #b68211


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b68211


Comments

No comments written yet.

Please login to write comment.