Color Hex Logo

#b0943e Color Hex

#B0943E
(176,148,62)
0 Favorites   0 Comments

Color spaces of #b0943e

RGB 17614862
HSL0.130.480.47
HSV45°65°69°
CMYK 0.000.160.65   0.31
XYZ29.363930.75778.9466
Yxy30.75770.42510.4453
Hunter Lab55.4596-2.544929.2572
CIE-Lab62.30260.498148.0558

#b0943e color RGB value is (176,148,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 10010100 00111110
Octal 260 224 76
Decimal 176 148 62
Hex B0 94 3E

RGB Percentages of Color #b0943e

%45.60
%38.34
%16.06

CMYK Percentages of Color #b0943e

%0
%16
%65
%31

Triadic Colors of #b0943e

#b0943e #3eb094 #943eb0

Analogous Colors of #b0943e

#b0943e #93b03e #b05b3e

Monochromatic Colors of #b0943e

#b0943e

Complementary Color

#b0943e #3e5ab0

#b0943e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0943e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0943e Color CSS Codes

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

#b0943e Text Font Color

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

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


#b0943e Background Color

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

This div background color is #b0943e


#b0943e Border Color

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

This div border color is #b0943e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0943e


Comments

No comments written yet.

Please login to write comment.