Color Hex Logo

#b97400 Color Hex

#B97400
(185,116,0)
0 Favorites   0 Comments

Color spaces of #b97400

RGB 1851160
HSL0.101.000.36
HSV38°100°73°
CMYK 0.000.371.00   0.27
XYZ26.253022.80513.0181
Yxy22.80510.50410.4379
Hunter Lab47.754714.559229.6811
CIE-Lab54.871020.145861.6637

#b97400 color RGB value is (185,116,0).

#b97400 hex color red value is 185, green value is 116 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #b97400 hue: 0.10 , saturation: 1.00 and the lightness value of b97400 is 0.36.

The process color (four color CMYK) of #b97400 color hex is 0.00, 0.37, 1.00, 0.27. Web safe color of #b97400 is #cc6600. Color #b97400 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01110100 00000000
Octal 271 164 0
Decimal 185 116 0
Hex B9 74 0

RGB Percentages of Color #b97400

%61.46
%38.54
%0.00

CMYK Percentages of Color #b97400

%0
%37
%100
%27

Triadic Colors of #b97400

#b97400 #00b974 #7400b9

Analogous Colors of #b97400

#b97400 #a2b900 #b91800

Monochromatic Colors of #b97400

#b97400

Complementary Color

#b97400 #0045b9

#b97400 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b97400 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b97400 Color CSS Codes

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

#b97400 Text Font Color

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

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


#b97400 Background Color

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

This div background color is #b97400


#b97400 Border Color

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

This div border color is #b97400


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(185,116,0, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b97400; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b97400;
  -webkit-box-shadow: 1px 1px 3px 2px #b97400;
  box-shadow:         1px 1px 3px 2px #b97400; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,116,0, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b97400


Comments

No comments written yet.

Please login to write comment.