Color Hex Logo

#b0941f Color Hex

#B0941F
(176,148,31)
0 Favorites   0 Comments

Color spaces of #b0941f

RGB 17614831
HSL0.130.700.41
HSV48°82°69°
CMYK 0.000.160.82   0.31
XYZ28.741730.50885.6703
Yxy30.50880.44270.4699
Hunter Lab55.2348-3.777432.5777
CIE-Lab62.0908-0.993559.9522

#b0941f color RGB value is (176,148,31).

#b0941f hex color red value is 176, green value is 148 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #b0941f hue: 0.13 , saturation: 0.70 and the lightness value of b0941f is 0.41.

The process color (four color CMYK) of #b0941f color hex is 0.00, 0.16, 0.82, 0.31. Web safe color of #b0941f is #999933. Color #b0941f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 10010100 00011111
Octal 260 224 37
Decimal 176 148 31
Hex B0 94 1F

RGB Percentages of Color #b0941f

%49.58
%41.69
%8.73

CMYK Percentages of Color #b0941f

%0
%16
%82
%31

Triadic Colors of #b0941f

#b0941f #1fb094 #941fb0

Analogous Colors of #b0941f

#b0941f #84b01f #b04c1f

Monochromatic Colors of #b0941f

#b0941f

Complementary Color

#b0941f #1f3bb0

#b0941f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0941f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0941f Color CSS Codes

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

#b0941f Text Font Color

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

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


#b0941f Background Color

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

This div background color is #b0941f


#b0941f Border Color

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

This div border color is #b0941f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(176,148,31, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b0941f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b0941f;
  -webkit-box-shadow: 1px 1px 3px 2px #b0941f;
  box-shadow:         1px 1px 3px 2px #b0941f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,148,31, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0941f


Comments

No comments written yet.

Please login to write comment.