Color Hex Logo

#b8903a Color Hex

#B8903A
(184,144,58)
0 Favorites   0 Comments

Color spaces of #b8903a

RGB 18414458
HSL0.110.520.47
HSV41°68°72°
CMYK 0.000.220.68   0.28
XYZ30.504130.44248.2712
Yxy30.44240.44070.4398
Hunter Lab55.17462.130729.7341
CIE-Lab62.03415.974949.8384

#b8903a color RGB value is (184,144,58).

#b8903a hex color red value is 184, green value is 144 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #b8903a hue: 0.11 , saturation: 0.52 and the lightness value of b8903a is 0.47.

The process color (four color CMYK) of #b8903a color hex is 0.00, 0.22, 0.68, 0.28. Web safe color of #b8903a is #cc9933. Color #b8903a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 10010000 00111010
Octal 270 220 72
Decimal 184 144 58
Hex B8 90 3A

RGB Percentages of Color #b8903a

%47.67
%37.31
%15.03

CMYK Percentages of Color #b8903a

%0
%22
%68
%28

Triadic Colors of #b8903a

#b8903a #3ab890 #903ab8

Analogous Colors of #b8903a

#b8903a #a1b83a #b8513a

Monochromatic Colors of #b8903a

#b8903a

Complementary Color

#b8903a #3a62b8

#b8903a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8903a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8903a Color CSS Codes

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

#b8903a Text Font Color

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

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


#b8903a Background Color

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

This div background color is #b8903a


#b8903a Border Color

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

This div border color is #b8903a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8903a


Comments

No comments written yet.

Please login to write comment.