Color Hex Logo

#b4501b Color Hex

#B4501B
(180,80,27)
0 Favorites   0 Comments

Color spaces of #b4501b

RGB 1808027
HSL0.060.740.41
HSV21°85°71°
CMYK 0.000.560.85   0.29
XYZ21.888915.51982.8789
Yxy15.51980.54330.3852
Hunter Lab39.395230.237323.2439
CIE-Lab46.338137.778947.8969

#b4501b color RGB value is (180,80,27).

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

The process color (four color CMYK) of #b4501b color hex is 0.00, 0.56, 0.85, 0.29. Web safe color of #b4501b is #cc6633. Color #b4501b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01010000 00011011
Octal 264 120 33
Decimal 180 80 27
Hex B4 50 1B

RGB Percentages of Color #b4501b

%62.72
%27.87
%9.41

CMYK Percentages of Color #b4501b

%0
%56
%85
%29

Triadic Colors of #b4501b

#b4501b #1bb450 #501bb4

Analogous Colors of #b4501b

#b4501b #b49d1b #b41b32

Monochromatic Colors of #b4501b

#b4501b

Complementary Color

#b4501b #1b7fb4

#b4501b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4501b Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4501b Color CSS Codes

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

#b4501b Text Font Color

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

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


#b4501b Background Color

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

This div background color is #b4501b


#b4501b Border Color

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

This div border color is #b4501b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4501b


Comments

No comments written yet.

Please login to write comment.