Color Hex Logo

#b49917 Color Hex

#B49917
(180,153,23)
0 Favorites   0 Comments

Color spaces of #b49917

RGB 18015323
HSL0.140.770.40
HSV50°87°71°
CMYK 0.000.150.87   0.29
XYZ30.368332.54765.4924
Yxy32.54760.44390.4758
Hunter Lab57.0505-4.821834.2274
CIE-Lab63.7929-2.115163.6763

#b49917 color RGB value is (180,153,23).

#b49917 hex color red value is 180, green value is 153 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #b49917 hue: 0.14 , saturation: 0.77 and the lightness value of b49917 is 0.40.

The process color (four color CMYK) of #b49917 color hex is 0.00, 0.15, 0.87, 0.29. Web safe color of #b49917 is #cc9900. Color #b49917 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10011001 00010111
Octal 264 231 27
Decimal 180 153 23
Hex B4 99 17

RGB Percentages of Color #b49917

%50.56
%42.98
%6.46

CMYK Percentages of Color #b49917

%0
%15
%87
%29

Triadic Colors of #b49917

#b49917 #17b499 #9917b4

Analogous Colors of #b49917

#b49917 #81b417 #b44b17

Monochromatic Colors of #b49917

#b49917

Complementary Color

#b49917 #1732b4

#b49917 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b49917 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b49917 Color CSS Codes

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

#b49917 Text Font Color

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

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


#b49917 Background Color

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

This div background color is #b49917


#b49917 Border Color

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

This div border color is #b49917


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b49917


Comments

No comments written yet.

Please login to write comment.