Color Hex Logo

#b4561a Color Hex

#B4561A
(180,86,26)
0 Favorites   0 Comments

Color spaces of #b4561a

RGB 1808626
HSL0.060.750.40
HSV23°86°71°
CMYK 0.000.520.86   0.29
XYZ22.336616.43352.9720
Yxy16.43350.53510.3937
Hunter Lab40.538327.411724.0300
CIE-Lab47.538234.681449.3306

#b4561a color RGB value is (180,86,26).

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

The process color (four color CMYK) of #b4561a color hex is 0.00, 0.52, 0.86, 0.29. Web safe color of #b4561a is #cc6633. Color #b4561a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01010110 00011010
Octal 264 126 32
Decimal 180 86 26
Hex B4 56 1A

RGB Percentages of Color #b4561a

%61.64
%29.45
%8.90

CMYK Percentages of Color #b4561a

%0
%52
%86
%29

Triadic Colors of #b4561a

#b4561a #1ab456 #561ab4

Analogous Colors of #b4561a

#b4561a #b4a31a #b41a2b

Monochromatic Colors of #b4561a

#b4561a

Complementary Color

#b4561a #1a78b4

#b4561a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4561a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4561a Color CSS Codes

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

#b4561a Text Font Color

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

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


#b4561a Background Color

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

This div background color is #b4561a


#b4561a Border Color

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

This div border color is #b4561a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4561a


Comments

No comments written yet.

Please login to write comment.