Color Hex Logo

#b39814 Color Hex

#B39814
(179,152,20)
0 Favorites   0 Comments

Color spaces of #b39814

RGB 17915220
HSL0.140.800.39
HSV50°89°70°
CMYK 0.000.150.89   0.30
XYZ29.944932.09075.2777
Yxy32.09070.44490.4767
Hunter Lab56.6487-4.778734.1303
CIE-Lab63.4178-2.094164.0053

#b39814 color RGB value is (179,152,20).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 10011000 00010100
Octal 263 230 24
Decimal 179 152 20
Hex B3 98 14

RGB Percentages of Color #b39814

%51.00
%43.30
%5.70

CMYK Percentages of Color #b39814

%0
%15
%89
%30

Triadic Colors of #b39814

#b39814 #14b398 #9814b3

Analogous Colors of #b39814

#b39814 #7fb314 #b34914

Monochromatic Colors of #b39814

#b39814

Complementary Color

#b39814 #142fb3

#b39814 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b39814 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b39814 Color CSS Codes

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

#b39814 Text Font Color

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

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


#b39814 Background Color

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

This div background color is #b39814


#b39814 Border Color

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

This div border color is #b39814


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b39814


Comments

No comments written yet.

Please login to write comment.