Color Hex Logo

#b38e0e Color Hex

#B38E0E
(179,142,14)
0 Favorites   0 Comments

Color spaces of #b38e0e

RGB 17914214
HSL0.130.850.38
HSV47°92°70°
CMYK 0.000.210.92   0.30
XYZ28.342728.96144.5118
Yxy28.96140.45850.4685
Hunter Lab53.8158-0.168632.7003
CIE-Lab60.74753.236163.1148

#b38e0e color RGB value is (179,142,14).

#b38e0e hex color red value is 179, green value is 142 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #b38e0e hue: 0.13 , saturation: 0.85 and the lightness value of b38e0e is 0.38.

The process color (four color CMYK) of #b38e0e color hex is 0.00, 0.21, 0.92, 0.30. Web safe color of #b38e0e is #cc9900. Color #b38e0e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 10001110 00001110
Octal 263 216 16
Decimal 179 142 14
Hex B3 8E E

RGB Percentages of Color #b38e0e

%53.43
%42.39
%4.18

CMYK Percentages of Color #b38e0e

%0
%21
%92
%30

Triadic Colors of #b38e0e

#b38e0e #0eb38e #8e0eb3

Analogous Colors of #b38e0e

#b38e0e #86b30e #b33c0e

Monochromatic Colors of #b38e0e

#b38e0e

Complementary Color

#b38e0e #0e33b3

#b38e0e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b38e0e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b38e0e Color CSS Codes

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

#b38e0e Text Font Color

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

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


#b38e0e Background Color

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

This div background color is #b38e0e


#b38e0e Border Color

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

This div border color is #b38e0e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,142,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 #b38e0e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b38e0e


Comments

No comments written yet.

Please login to write comment.