Color Hex Logo

#ba462d Color Hex

#BA462D
(186,70,45)
0 Favorites   0 Comments

Color spaces of #ba462d

RGB 1867045
HSL0.030.610.45
HSV11°76°73°
CMYK 0.000.620.76   0.27
XYZ22.913515.00894.1720
Yxy15.00890.54430.3566
Hunter Lab38.741337.776320.7341
CIE-Lab45.646445.469538.8613

#ba462d color RGB value is (186,70,45).

#ba462d hex color red value is 186, green value is 70 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #ba462d hue: 0.03 , saturation: 0.61 and the lightness value of ba462d is 0.45.

The process color (four color CMYK) of #ba462d color hex is 0.00, 0.62, 0.76, 0.27. Web safe color of #ba462d is #cc3333. Color #ba462d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01000110 00101101
Octal 272 106 55
Decimal 186 70 45
Hex BA 46 2D

RGB Percentages of Color #ba462d

%61.79
%23.26
%14.95

CMYK Percentages of Color #ba462d

%0
%62
%76
%27

Triadic Colors of #ba462d

#ba462d #2dba46 #462dba

Analogous Colors of #ba462d

#ba462d #ba8d2d #ba2d5b

Monochromatic Colors of #ba462d

#ba462d

Complementary Color

#ba462d #2da1ba

#ba462d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba462d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba462d Color CSS Codes

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

#ba462d Text Font Color

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

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


#ba462d Background Color

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

This div background color is #ba462d


#ba462d Border Color

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

This div border color is #ba462d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba462d


Comments

No comments written yet.

Please login to write comment.