Color Hex Logo

#b49611 Color Hex

#B49611
(180,150,17)
0 Favorites   0 Comments

Color spaces of #b49611

RGB 18015017
HSL0.140.830.39
HSV49°91°71°
CMYK 0.000.170.91   0.29
XYZ29.829931.55655.0491
Yxy31.55650.44900.4750
Hunter Lab56.1752-3.520233.9936
CIE-Lab62.9746-0.620164.3096

#b49611 color RGB value is (180,150,17).

#b49611 hex color red value is 180, green value is 150 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #b49611 hue: 0.14 , saturation: 0.83 and the lightness value of b49611 is 0.39.

The process color (four color CMYK) of #b49611 color hex is 0.00, 0.17, 0.91, 0.29. Web safe color of #b49611 is #cc9900. Color #b49611 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10010110 00010001
Octal 264 226 21
Decimal 180 150 17
Hex B4 96 11

RGB Percentages of Color #b49611

%51.87
%43.23
%4.90

CMYK Percentages of Color #b49611

%0
%17
%91
%29

Triadic Colors of #b49611

#b49611 #11b496 #9611b4

Analogous Colors of #b49611

#b49611 #81b411 #b44511

Monochromatic Colors of #b49611

#b49611

Complementary Color

#b49611 #112fb4

#b49611 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b49611 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b49611 Color CSS Codes

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

#b49611 Text Font Color

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

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


#b49611 Background Color

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

This div background color is #b49611


#b49611 Border Color

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

This div border color is #b49611


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b49611


Comments

No comments written yet.

Please login to write comment.