Color Hex Logo

#ba602f Color Hex

#BA602F
(186,96,47)
0 Favorites   0 Comments

Color spaces of #ba602f

RGB 1869647
HSL0.060.600.46
HSV21°75°73°
CMYK 0.000.480.75   0.27
XYZ24.945719.01015.0439
Yxy19.01010.50910.3880
Hunter Lab43.600625.826323.6615
CIE-Lab50.699032.631343.1695

#ba602f color RGB value is (186,96,47).

#ba602f hex color red value is 186, green value is 96 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #ba602f hue: 0.06 , saturation: 0.60 and the lightness value of ba602f is 0.46.

The process color (four color CMYK) of #ba602f color hex is 0.00, 0.48, 0.75, 0.27. Web safe color of #ba602f is #cc6633. Color #ba602f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01100000 00101111
Octal 272 140 57
Decimal 186 96 47
Hex BA 60 2F

RGB Percentages of Color #ba602f

%56.53
%29.18
%14.29

CMYK Percentages of Color #ba602f

%0
%48
%75
%27

Triadic Colors of #ba602f

#ba602f #2fba60 #602fba

Analogous Colors of #ba602f

#ba602f #baa62f #ba2f44

Monochromatic Colors of #ba602f

#ba602f

Complementary Color

#ba602f #2f89ba

#ba602f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba602f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba602f Color CSS Codes

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

#ba602f Text Font Color

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

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


#ba602f Background Color

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

This div background color is #ba602f


#ba602f Border Color

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

This div border color is #ba602f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba602f


Comments

No comments written yet.

Please login to write comment.