Color Hex Logo

#b39d2b Color Hex

#B39D2B
(179,157,43)
0 Favorites   0 Comments

Color spaces of #b39d2b

RGB 17915743
HSL0.140.610.44
HSV50°76°70°
CMYK 0.000.120.76   0.30
XYZ31.083433.87217.1852
Yxy33.87210.43090.4695
Hunter Lab58.1997-6.516033.4200
CIE-Lab64.8609-4.056358.5946

#b39d2b color RGB value is (179,157,43).

#b39d2b hex color red value is 179, green value is 157 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #b39d2b hue: 0.14 , saturation: 0.61 and the lightness value of b39d2b is 0.44.

The process color (four color CMYK) of #b39d2b color hex is 0.00, 0.12, 0.76, 0.30. Web safe color of #b39d2b is #cc9933. Color #b39d2b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 10011101 00101011
Octal 263 235 53
Decimal 179 157 43
Hex B3 9D 2B

RGB Percentages of Color #b39d2b

%47.23
%41.42
%11.35

CMYK Percentages of Color #b39d2b

%0
%12
%76
%30

Triadic Colors of #b39d2b

#b39d2b #2bb39d #9d2bb3

Analogous Colors of #b39d2b

#b39d2b #85b32b #b3592b

Monochromatic Colors of #b39d2b

#b39d2b

Complementary Color

#b39d2b #2b41b3

#b39d2b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b39d2b Color Preview on White Background

Lorem ipsum dolor sit amet.

#b39d2b Color CSS Codes

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

#b39d2b Text Font Color

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

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


#b39d2b Background Color

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

This div background color is #b39d2b


#b39d2b Border Color

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

This div border color is #b39d2b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b39d2b


Comments

No comments written yet.

Please login to write comment.