Color Hex Logo

#ba581d Color Hex

#BA581D
(186,88,29)
0 Favorites   0 Comments

Color spaces of #ba581d

RGB 1868829
HSL0.060.730.42
HSV23°84°73°
CMYK 0.000.530.84   0.27
XYZ23.961217.50733.2787
Yxy17.50730.53550.3912
Hunter Lab41.841728.997324.6433
CIE-Lab48.893036.148049.6625

#ba581d color RGB value is (186,88,29).

#ba581d hex color red value is 186, green value is 88 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #ba581d hue: 0.06 , saturation: 0.73 and the lightness value of ba581d is 0.42.

The process color (four color CMYK) of #ba581d color hex is 0.00, 0.53, 0.84, 0.27. Web safe color of #ba581d is #cc6633. Color #ba581d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01011000 00011101
Octal 272 130 35
Decimal 186 88 29
Hex BA 58 1D

RGB Percentages of Color #ba581d

%61.39
%29.04
%9.57

CMYK Percentages of Color #ba581d

%0
%53
%84
%27

Triadic Colors of #ba581d

#ba581d #1dba58 #581dba

Analogous Colors of #ba581d

#ba581d #baa71d #ba1d31

Monochromatic Colors of #ba581d

#ba581d

Complementary Color

#ba581d #1d7fba

#ba581d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba581d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba581d Color CSS Codes

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

#ba581d Text Font Color

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

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


#ba581d Background Color

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

This div background color is #ba581d


#ba581d Border Color

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

This div border color is #ba581d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(186,88,29, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ba581d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ba581d;
  -webkit-box-shadow: 1px 1px 3px 2px #ba581d;
  box-shadow:         1px 1px 3px 2px #ba581d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,88,29, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba581d


Comments

No comments written yet.

Please login to write comment.