Color Hex Logo

#b49f2b Color Hex

#B49F2B
(180,159,43)
0 Favorites   0 Comments

Color spaces of #b49f2b

RGB 18015943
HSL0.140.610.44
HSV51°76°71°
CMYK 0.000.120.76   0.29
XYZ31.656634.67407.3098
Yxy34.67400.42990.4709
Hunter Lab58.8846-7.085833.8591
CIE-Lab65.4941-4.680859.2217

#b49f2b color RGB value is (180,159,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 10011111 00101011
Octal 264 237 53
Decimal 180 159 43
Hex B4 9F 2B

RGB Percentages of Color #b49f2b

%47.12
%41.62
%11.26

CMYK Percentages of Color #b49f2b

%0
%12
%76
%29

Triadic Colors of #b49f2b

#b49f2b #2bb49f #9f2bb4

Analogous Colors of #b49f2b

#b49f2b #85b42b #b45a2b

Monochromatic Colors of #b49f2b

#b49f2b

Complementary Color

#b49f2b #2b40b4

#b49f2b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b49f2b Color Preview on White Background

Lorem ipsum dolor sit amet.

#b49f2b Color CSS Codes

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

#b49f2b Text Font Color

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

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


#b49f2b Background Color

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

This div background color is #b49f2b


#b49f2b Border Color

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

This div border color is #b49f2b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b49f2b


Comments

No comments written yet.

Please login to write comment.