Color Hex Logo

#b6901e Color Hex

#B6901E
(182,144,30)
0 Favorites   0 Comments

Color spaces of #b6901e

RGB 18214430
HSL0.130.720.42
HSV45°84°71°
CMYK 0.000.210.84   0.29
XYZ29.499029.98535.4613
Yxy29.98530.45420.4617
Hunter Lab54.75880.331332.4180
CIE-Lab61.64153.864960.1068

#b6901e color RGB value is (182,144,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 10010000 00011110
Octal 266 220 36
Decimal 182 144 30
Hex B6 90 1E

RGB Percentages of Color #b6901e

%51.12
%40.45
%8.43

CMYK Percentages of Color #b6901e

%0
%21
%84
%29

Triadic Colors of #b6901e

#b6901e #1eb690 #901eb6

Analogous Colors of #b6901e

#b6901e #90b61e #b6441e

Monochromatic Colors of #b6901e

#b6901e

Complementary Color

#b6901e #1e44b6

#b6901e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6901e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6901e Color CSS Codes

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

#b6901e Text Font Color

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

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


#b6901e Background Color

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

This div background color is #b6901e


#b6901e Border Color

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

This div border color is #b6901e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6901e


Comments

No comments written yet.

Please login to write comment.