Color Hex Logo

#ba633a Color Hex

#BA633A
(186,99,58)
0 Favorites   0 Comments

Color spaces of #ba633a

RGB 1869958
HSL0.050.520.48
HSV19°69°73°
CMYK 0.000.470.69   0.27
XYZ25.475319.66836.4566
Yxy19.66830.49370.3812
Hunter Lab44.349024.924822.4125
CIE-Lab51.460131.600438.3195

#ba633a color RGB value is (186,99,58).

#ba633a hex color red value is 186, green value is 99 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #ba633a hue: 0.05 , saturation: 0.52 and the lightness value of ba633a is 0.48.

The process color (four color CMYK) of #ba633a color hex is 0.00, 0.47, 0.69, 0.27. Web safe color of #ba633a is #cc6633. Color #ba633a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01100011 00111010
Octal 272 143 72
Decimal 186 99 58
Hex BA 63 3A

RGB Percentages of Color #ba633a

%54.23
%28.86
%16.91

CMYK Percentages of Color #ba633a

%0
%47
%69
%27

Triadic Colors of #ba633a

#ba633a #3aba63 #633aba

Analogous Colors of #ba633a

#ba633a #baa33a #ba3a51

Monochromatic Colors of #ba633a

#ba633a

Complementary Color

#ba633a #3a91ba

#ba633a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba633a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba633a Color CSS Codes

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

#ba633a Text Font Color

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

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


#ba633a Background Color

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

This div background color is #ba633a


#ba633a Border Color

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

This div border color is #ba633a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba633a


Comments

No comments written yet.

Please login to write comment.