Color Hex Logo

#b6911e Color Hex

#B6911E
(182,145,30)
0 Favorites   0 Comments

Color spaces of #b6911e

RGB 18214530
HSL0.130.720.42
HSV45°84°71°
CMYK 0.000.200.84   0.29
XYZ29.651130.28965.5120
Yxy30.28960.45300.4628
Hunter Lab55.0360-0.144632.5871
CIE-Lab61.90333.317560.3306

#b6911e color RGB value is (182,145,30).

#b6911e hex color red value is 182, green value is 145 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #b6911e hue: 0.13 , saturation: 0.72 and the lightness value of b6911e is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 10010001 00011110
Octal 266 221 36
Decimal 182 145 30
Hex B6 91 1E

RGB Percentages of Color #b6911e

%50.98
%40.62
%8.40

CMYK Percentages of Color #b6911e

%0
%20
%84
%29

Triadic Colors of #b6911e

#b6911e #1eb691 #911eb6

Analogous Colors of #b6911e

#b6911e #8fb61e #b6451e

Monochromatic Colors of #b6911e

#b6911e

Complementary Color

#b6911e #1e43b6

#b6911e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6911e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6911e Color CSS Codes

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

#b6911e Text Font Color

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

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


#b6911e Background Color

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

This div background color is #b6911e


#b6911e Border Color

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

This div border color is #b6911e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6911e


Comments

No comments written yet.

Please login to write comment.