color codes Logo

#b97c0e color codes

#B97C0E
(185,124,14)
0 Favorites   0 Comments

Color spaces of #b97c0e

RGB 18512414
HSL0.110.860.39
HSV39°92°73°
CMYK 0.000.330.92   0.27
XYZ27.294524.76133.7563
Yxy24.76130.48900.4437
Hunter Lab49.760710.828630.3569
CIE-Lab56.842115.900160.4825

#b97c0e color RGB value is (185,124,14).

#b97c0e hex color red value is 185, green value is 124 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #b97c0e hue: 0.11 , saturation: 0.86 and the lightness value of b97c0e is 0.39.

The process color (four color CMYK) of #b97c0e color code is 0.00, 0.33, 0.92, 0.27. Web safe color of #b97c0e is #cc6600. Color #b97c0e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01111100 00001110
Octal 271 174 16
Decimal 185 124 14
Hex B9 7C E

RGB Percentages of Color #b97c0e

%57.28
%38.39
%4.33

CMYK Percentages of Color #b97c0e

%0
%33
%92
%27

Triadic Colors of #b97c0e

#b97c0e #0eb97c #7c0eb9

Analogous Colors of #b97c0e

#b97c0e #a1b90e #b9260e

Monochromatic Colors of #b97c0e

#b97c0e

Complementary Color

#b97c0e #0e4bb9

#b97c0e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b97c0e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b97c0e Color CSS Codes

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

#b97c0e Text Font Color

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

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


#b97c0e Background Color

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

This div background color is #b97c0e


#b97c0e Border Color

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

This div border color is #b97c0e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b97c0e


Comments

No comments written yet.

Please login to write comment.