Color Hex Logo

#baa243 Color Hex

#BAA243
(186,162,67)
0 Favorites   0 Comments

Color spaces of #baa243

RGB 18616267
HSL0.130.470.50
HSV48°64°73°
CMYK 0.000.130.64   0.27
XYZ34.183136.685010.5895
Yxy36.68500.41960.4504
Hunter Lab60.5681-5.253432.0317
CIE-Lab67.0400-2.359151.1977

#baa243 color RGB value is (186,162,67).

#baa243 hex color red value is 186, green value is 162 and the blue value of its RGB is 67. Cylindrical-coordinate representations (also known as HSL) of color #baa243 hue: 0.13 , saturation: 0.47 and the lightness value of baa243 is 0.50.

The process color (four color CMYK) of #baa243 color hex is 0.00, 0.13, 0.64, 0.27. Web safe color of #baa243 is #cc9933. Color #baa243 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10100010 01000011
Octal 272 242 103
Decimal 186 162 67
Hex BA A2 43

RGB Percentages of Color #baa243

%44.82
%39.04
%16.14

CMYK Percentages of Color #baa243

%0
%13
%64
%27

Triadic Colors of #baa243

#baa243 #43baa2 #a243ba

Analogous Colors of #baa243

#baa243 #97ba43 #ba6743

Monochromatic Colors of #baa243

#baa243

Complementary Color

#baa243 #435bba

#baa243 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baa243 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baa243 Color CSS Codes

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

#baa243 Text Font Color

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

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


#baa243 Background Color

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

This div background color is #baa243


#baa243 Border Color

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

This div border color is #baa243


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baa243


Comments

No comments written yet.

Please login to write comment.