Color Hex Logo

#b45015 Color Hex

#B45015
(180,80,21)
0 Favorites   0 Comments

Color spaces of #b45015

RGB 1808021
HSL0.060.790.39
HSV22°88°71°
CMYK 0.000.560.88   0.29
XYZ21.826415.49482.5499
Yxy15.49480.54740.3886
Hunter Lab39.363430.089423.7137
CIE-Lab46.304637.631250.2013

#b45015 color RGB value is (180,80,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 01010000 00010101
Octal 264 120 25
Decimal 180 80 21
Hex B4 50 15

RGB Percentages of Color #b45015

%64.06
%28.47
%7.47

CMYK Percentages of Color #b45015

%0
%56
%88
%29

Triadic Colors of #b45015

#b45015 #15b450 #5015b4

Analogous Colors of #b45015

#b45015 #b4a015 #b41529

Monochromatic Colors of #b45015

#b45015

Complementary Color

#b45015 #1579b4

#b45015 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b45015 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b45015 Color CSS Codes

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

#b45015 Text Font Color

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

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


#b45015 Background Color

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

This div background color is #b45015


#b45015 Border Color

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

This div border color is #b45015


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b45015


Comments

No comments written yet.

Please login to write comment.