Color Hex Logo

#b45215 Color Hex

#B45215
(180,82,21)
0 Favorites   0 Comments

Color spaces of #b45215

RGB 1808221
HSL0.060.790.39
HSV23°88°71°
CMYK 0.000.540.88   0.29
XYZ21.975015.79202.5994
Yxy15.79200.54440.3912
Hunter Lab39.739129.163623.9392
CIE-Lab46.700436.618450.5158

#b45215 color RGB value is (180,82,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 01010010 00010101
Octal 264 122 25
Decimal 180 82 21
Hex B4 52 15

RGB Percentages of Color #b45215

%63.60
%28.98
%7.42

CMYK Percentages of Color #b45215

%0
%54
%88
%29

Triadic Colors of #b45215

#b45215 #15b452 #5215b4

Analogous Colors of #b45215

#b45215 #b4a215 #b41527

Monochromatic Colors of #b45215

#b45215

Complementary Color

#b45215 #1577b4

#b45215 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b45215 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b45215 Color CSS Codes

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

#b45215 Text Font Color

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

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


#b45215 Background Color

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

This div background color is #b45215


#b45215 Border Color

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

This div border color is #b45215


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,82,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 #b45215">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b45215


Comments

No comments written yet.

Please login to write comment.