Color Hex Logo

#b2931e Color Hex

#B2931E
(178,147,30)
0 Favorites   0 Comments

Color spaces of #b2931e

RGB 17814730
HSL0.130.710.41
HSV47°83°70°
CMYK 0.000.170.83   0.30
XYZ29.028230.42625.5712
Yxy30.42620.44640.4679
Hunter Lab55.1599-2.593432.6236
CIE-Lab62.02020.422060.2682

#b2931e color RGB value is (178,147,30).

#b2931e hex color red value is 178, green value is 147 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #b2931e hue: 0.13 , saturation: 0.71 and the lightness value of b2931e is 0.41.

The process color (four color CMYK) of #b2931e color hex is 0.00, 0.17, 0.83, 0.30. Web safe color of #b2931e is #999933. Color #b2931e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10010011 00011110
Octal 262 223 36
Decimal 178 147 30
Hex B2 93 1E

RGB Percentages of Color #b2931e

%50.14
%41.41
%8.45

CMYK Percentages of Color #b2931e

%0
%17
%83
%30

Triadic Colors of #b2931e

#b2931e #1eb293 #931eb2

Analogous Colors of #b2931e

#b2931e #87b21e #b2491e

Monochromatic Colors of #b2931e

#b2931e

Complementary Color

#b2931e #1e3db2

#b2931e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2931e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2931e Color CSS Codes

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

#b2931e Text Font Color

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

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


#b2931e Background Color

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

This div background color is #b2931e


#b2931e Border Color

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

This div border color is #b2931e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2931e


Comments

No comments written yet.

Please login to write comment.