Color Hex Logo

#b39006 Color Hex

#B39006
(179,144,6)
0 Favorites   0 Comments

Color spaces of #b39006

RGB 1791446
HSL0.130.940.36
HSV48°97°70°
CMYK 0.000.200.97   0.30
XYZ28.596529.54344.3675
Yxy29.54340.45750.4726
Hunter Lab54.3538-1.207333.2836
CIE-Lab61.25822.028964.7411

#b39006 color RGB value is (179,144,6).

#b39006 hex color red value is 179, green value is 144 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #b39006 hue: 0.13 , saturation: 0.94 and the lightness value of b39006 is 0.36.

The process color (four color CMYK) of #b39006 color hex is 0.00, 0.20, 0.97, 0.30. Web safe color of #b39006 is #cc9900. Color #b39006 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 10010000 00000110
Octal 263 220 6
Decimal 179 144 6
Hex B3 90 6

RGB Percentages of Color #b39006

%54.41
%43.77
%1.82

CMYK Percentages of Color #b39006

%0
%20
%97
%30

Triadic Colors of #b39006

#b39006 #06b390 #9006b3

Analogous Colors of #b39006

#b39006 #80b306 #b33a06

Monochromatic Colors of #b39006

#b39006

Complementary Color

#b39006 #0629b3

#b39006 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b39006 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b39006 Color CSS Codes

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

#b39006 Text Font Color

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

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


#b39006 Background Color

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

This div background color is #b39006


#b39006 Border Color

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

This div border color is #b39006


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b39006


Comments

No comments written yet.

Please login to write comment.