Color Hex Logo

#b45016 Color Hex

#B45016
(180,80,22)
0 Favorites   0 Comments

Color spaces of #b45016

RGB 1808022
HSL0.060.780.40
HSV22°88°71°
CMYK 0.000.560.88   0.29
XYZ21.835915.49852.5997
Yxy15.49850.54680.3881
Hunter Lab39.368130.112423.6424
CIE-Lab46.309537.654349.8397

#b45016 color RGB value is (180,80,22).

#b45016 hex color red value is 180, green value is 80 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #b45016 hue: 0.06 , saturation: 0.78 and the lightness value of b45016 is 0.40.

The process color (four color CMYK) of #b45016 color hex is 0.00, 0.56, 0.88, 0.29. Web safe color of #b45016 is #cc6600. Color #b45016 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01010000 00010110
Octal 264 120 26
Decimal 180 80 22
Hex B4 50 16

RGB Percentages of Color #b45016

%63.83
%28.37
%7.80

CMYK Percentages of Color #b45016

%0
%56
%88
%29

Triadic Colors of #b45016

#b45016 #16b450 #5016b4

Analogous Colors of #b45016

#b45016 #b49f16 #b4162b

Monochromatic Colors of #b45016

#b45016

Complementary Color

#b45016 #167ab4

#b45016 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b45016 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b45016 Color CSS Codes

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

#b45016 Text Font Color

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

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


#b45016 Background Color

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

This div background color is #b45016


#b45016 Border Color

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

This div border color is #b45016


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b45016


Comments

No comments written yet.

Please login to write comment.