Color Hex Logo

#b8942a Color Hex

#B8942A
(184,148,42)
0 Favorites   0 Comments

Color spaces of #b8942a

RGB 18414842
HSL0.120.630.44
HSV45°77°72°
CMYK 0.000.200.77   0.28
XYZ30.775031.53736.6558
Yxy31.53730.44620.4573
Hunter Lab56.1581-0.457532.2837
CIE-Lab62.95863.000257.3506

#b8942a color RGB value is (184,148,42).

#b8942a hex color red value is 184, green value is 148 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #b8942a hue: 0.12 , saturation: 0.63 and the lightness value of b8942a is 0.44.

The process color (four color CMYK) of #b8942a color hex is 0.00, 0.20, 0.77, 0.28. Web safe color of #b8942a is #cc9933. Color #b8942a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 10010100 00101010
Octal 270 224 52
Decimal 184 148 42
Hex B8 94 2A

RGB Percentages of Color #b8942a

%49.20
%39.57
%11.23

CMYK Percentages of Color #b8942a

%0
%20
%77
%28

Triadic Colors of #b8942a

#b8942a #2ab894 #942ab8

Analogous Colors of #b8942a

#b8942a #95b82a #b84d2a

Monochromatic Colors of #b8942a

#b8942a

Complementary Color

#b8942a #2a4eb8

#b8942a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8942a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8942a Color CSS Codes

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

#b8942a Text Font Color

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

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


#b8942a Background Color

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

This div background color is #b8942a


#b8942a Border Color

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

This div border color is #b8942a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8942a


Comments

No comments written yet.

Please login to write comment.