Color Hex Logo

#b38114 Color Hex

#B38114
(179,129,20)
0 Favorites   0 Comments

Color spaces of #b38114

RGB 17912920
HSL0.110.800.39
HSV41°89°70°
CMYK 0.000.280.89   0.30
XYZ26.566925.33474.1517
Yxy25.33470.47400.4520
Hunter Lab50.33366.131530.3431
CIE-Lab57.400110.537359.2358

#b38114 color RGB value is (179,129,20).

#b38114 hex color red value is 179, green value is 129 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #b38114 hue: 0.11 , saturation: 0.80 and the lightness value of b38114 is 0.39.

The process color (four color CMYK) of #b38114 color hex is 0.00, 0.28, 0.89, 0.30. Web safe color of #b38114 is #cc9900. Color #b38114 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 10000001 00010100
Octal 263 201 24
Decimal 179 129 20
Hex B3 81 14

RGB Percentages of Color #b38114

%54.57
%39.33
%6.10

CMYK Percentages of Color #b38114

%0
%28
%89
%30

Triadic Colors of #b38114

#b38114 #14b381 #8114b3

Analogous Colors of #b38114

#b38114 #96b314 #b33214

Monochromatic Colors of #b38114

#b38114

Complementary Color

#b38114 #1446b3

#b38114 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b38114 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b38114 Color CSS Codes

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

#b38114 Text Font Color

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

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


#b38114 Background Color

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

This div background color is #b38114


#b38114 Border Color

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

This div border color is #b38114


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,129,20, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b38114


Comments

No comments written yet.

Please login to write comment.