Color Hex Logo

#b45b1f Color Hex

#B45B1F
(180,91,31)
0 Favorites   0 Comments

Color spaces of #b45b1f

RGB 1809131
HSL0.070.710.41
HSV24°83°71°
CMYK 0.000.490.83   0.29
XYZ22.810817.28443.4303
Yxy17.28440.52410.3971
Hunter Lab41.574525.182724.2102
CIE-Lab48.616432.202148.2410

#b45b1f color RGB value is (180,91,31).

#b45b1f hex color red value is 180, green value is 91 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #b45b1f hue: 0.07 , saturation: 0.71 and the lightness value of b45b1f is 0.41.

The process color (four color CMYK) of #b45b1f color hex is 0.00, 0.49, 0.83, 0.29. Web safe color of #b45b1f is #cc6633. Color #b45b1f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01011011 00011111
Octal 264 133 37
Decimal 180 91 31
Hex B4 5B 1F

RGB Percentages of Color #b45b1f

%59.60
%30.13
%10.26

CMYK Percentages of Color #b45b1f

%0
%49
%83
%29

Triadic Colors of #b45b1f

#b45b1f #1fb45b #5b1fb4

Analogous Colors of #b45b1f

#b45b1f #b4a61f #b41f2e

Monochromatic Colors of #b45b1f

#b45b1f

Complementary Color

#b45b1f #1f78b4

#b45b1f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b45b1f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b45b1f Color CSS Codes

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

#b45b1f Text Font Color

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

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


#b45b1f Background Color

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

This div background color is #b45b1f


#b45b1f Border Color

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

This div border color is #b45b1f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b45b1f

#b45b1f Color Palettes


Comments

No comments written yet.

Please login to write comment.