Color Hex Logo

#b6981e Color Hex

#B6981E
(182,152,30)
0 Favorites   0 Comments

Color spaces of #b6981e

RGB 18215230
HSL0.130.720.42
HSV48°84°71°
CMYK 0.000.160.84   0.29
XYZ30.754032.49535.8796
Yxy32.49530.44490.4701
Hunter Lab57.0046-3.457433.7879
CIE-Lab63.7501-0.489761.9053

#b6981e color RGB value is (182,152,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 10011000 00011110
Octal 266 230 36
Decimal 182 152 30
Hex B6 98 1E

RGB Percentages of Color #b6981e

%50.00
%41.76
%8.24

CMYK Percentages of Color #b6981e

%0
%16
%84
%29

Triadic Colors of #b6981e

#b6981e #1eb698 #981eb6

Analogous Colors of #b6981e

#b6981e #88b61e #b64c1e

Monochromatic Colors of #b6981e

#b6981e

Complementary Color

#b6981e #1e3cb6

#b6981e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6981e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6981e Color CSS Codes

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

#b6981e Text Font Color

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

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


#b6981e Background Color

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

This div background color is #b6981e


#b6981e Border Color

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

This div border color is #b6981e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6981e


Comments

No comments written yet.

Please login to write comment.