Color Hex Logo

#b39409 Color Hex

#B39409
(179,148,9)
0 Favorites   0 Comments

Color spaces of #b39409

RGB 1791489
HSL0.140.900.37
HSV49°95°70°
CMYK 0.000.170.95   0.30
XYZ29.229630.78324.6596
Yxy30.78320.45200.4760
Hunter Lab55.4826-3.056433.8585
CIE-Lab62.3242-0.111265.0855

#b39409 color RGB value is (179,148,9).

#b39409 hex color red value is 179, green value is 148 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #b39409 hue: 0.14 , saturation: 0.90 and the lightness value of b39409 is 0.37.

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 10010100 00001001
Octal 263 224 11
Decimal 179 148 9
Hex B3 94 9

RGB Percentages of Color #b39409

%53.27
%44.05
%2.68

CMYK Percentages of Color #b39409

%0
%17
%95
%30

Triadic Colors of #b39409

#b39409 #09b394 #9409b3

Analogous Colors of #b39409

#b39409 #7db309 #b33f09

Monochromatic Colors of #b39409

#b39409

Complementary Color

#b39409 #0928b3

#b39409 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b39409 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b39409 Color CSS Codes

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

#b39409 Text Font Color

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

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


#b39409 Background Color

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

This div background color is #b39409


#b39409 Border Color

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

This div border color is #b39409


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b39409


Comments

No comments written yet.

Please login to write comment.