Color Hex Logo

#b39501 Color Hex

#B39501
(179,149,1)
0 Favorites   0 Comments

Color spaces of #b39501

RGB 1791491
HSL0.140.990.35
HSV50°99°70°
CMYK 0.000.170.99   0.30
XYZ29.343331.08084.4813
Yxy31.08080.45210.4789
Hunter Lab55.7502-3.611834.2593
CIE-Lab62.5758-0.758666.4232

#b39501 color RGB value is (179,149,1).

#b39501 hex color red value is 179, green value is 149 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #b39501 hue: 0.14 , saturation: 0.99 and the lightness value of b39501 is 0.35.

The process color (four color CMYK) of #b39501 color hex is 0.00, 0.17, 0.99, 0.30. Web safe color of #b39501 is #cc9900. Color #b39501 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 10010101 00000001
Octal 263 225 1
Decimal 179 149 1
Hex B3 95 1

RGB Percentages of Color #b39501

%54.41
%45.29
%0.30

CMYK Percentages of Color #b39501

%0
%17
%99
%30

Triadic Colors of #b39501

#b39501 #01b395 #9501b3

Analogous Colors of #b39501

#b39501 #78b301 #b33c01

Monochromatic Colors of #b39501

#b39501

Complementary Color

#b39501 #011fb3

#b39501 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b39501 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b39501 Color CSS Codes

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

#b39501 Text Font Color

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

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


#b39501 Background Color

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

This div background color is #b39501


#b39501 Border Color

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

This div border color is #b39501


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b39501


Comments

No comments written yet.

Please login to write comment.