Color Hex Logo

#b49b3c Color Hex

#B49B3C
(180,155,60)
0 Favorites   0 Comments

Color spaces of #b49b3c

RGB 18015560
HSL0.130.500.47
HSV48°67°71°
CMYK 0.000.140.67   0.29
XYZ31.359333.47229.0829
Yxy33.47220.42430.4529
Hunter Lab57.8552-4.494031.1905
CIE-Lab64.5414-1.663051.4766

#b49b3c color RGB value is (180,155,60).

#b49b3c hex color red value is 180, green value is 155 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #b49b3c hue: 0.13 , saturation: 0.50 and the lightness value of b49b3c is 0.47.

The process color (four color CMYK) of #b49b3c color hex is 0.00, 0.14, 0.67, 0.29. Web safe color of #b49b3c is #cc9933. Color #b49b3c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10011011 00111100
Octal 264 233 74
Decimal 180 155 60
Hex B4 9B 3C

RGB Percentages of Color #b49b3c

%45.57
%39.24
%15.19

CMYK Percentages of Color #b49b3c

%0
%14
%67
%29

Triadic Colors of #b49b3c

#b49b3c #3cb49b #9b3cb4

Analogous Colors of #b49b3c

#b49b3c #91b43c #b45f3c

Monochromatic Colors of #b49b3c

#b49b3c

Complementary Color

#b49b3c #3c55b4

#b49b3c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b49b3c Color Preview on White Background

Lorem ipsum dolor sit amet.

#b49b3c Color CSS Codes

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

#b49b3c Text Font Color

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

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


#b49b3c Background Color

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

This div background color is #b49b3c


#b49b3c Border Color

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

This div border color is #b49b3c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,155,60, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b49b3c


Comments

No comments written yet.

Please login to write comment.