COLOR #BA6330

HEX: #BA6330 RGB: (186,99,48)

Color info

#BA6330 contains mainly red color. Web safe color of #BA6330 is #CC6633 (or #C63).

RGB color model

#BA6330 color RGB value is (186,99,48).

RGB: (186,99,48) (73%, 39%, 19%)

RGB channels and saturation

R 186 of 255 = 73%
G 99 of 255 = 39%
B 48 of 255 = 19%

186
99
48

R + G + B ~ 44%. #BA6330 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 186 + 99 + 48 = 333 (100%)
R 186 of 333 ~ 55.86%
G 99 of 333 ~ 29.73%
B 48 of 333 ~ 14.41'%

%55.86
%29.73
%14.41

CMYK color model

#BA6330 color CMYK value is (0,47,74,27).

  • cyan value is 0.00%
  • magenta value is 46.77%
  • yellow value is 74.19%
  • key color value is 27.06%

CMYK: (0,47,74,27)
C0M47Y74K27 (0%, 47%, 74%, 27%)
(0.00 / 0.47 / 0.74 / 0.27)

CMYK percentages

%0
%46.77
%74.19
%27.06

Codes

Color #BA6330 in popluar color models

BA 63 30
RGB 186 99 48
HSL 22° 58.97% 45.88%
HSB/HSV 22° 74.19% 72.94%
CMYK 0.00% 46.77% 74.19%
27.06%

Color #BA6330 in popluar number systems.

HEX BA 63 30
Decimal 186 99 48
Binary 10111010 1100011 110000
Octal 272 143 60

Shades and tints

Shades of #BA6330

#BA6330
(186,99,48)
#AA5A2C
(170,90,44)
#9A5128
(154,81,40)
#8A4824
(138,72,36)
#7A3F20
(122,63,32)
#6A361C
(106,54,28)
#5A2D18
(90,45,24)
#4A2414
(74,36,20)
#3A1B10
(58,27,16)
#2A120C
(42,18,12)
#1A0908
(26,9,8)
#000000
(0,0,0)

Tints of #BA6330

#BA6330
(186,99,48)
#C07142
(192,113,66)
#C67F54
(198,127,84)
#CC8D66
(204,141,102)
#D29B78
(210,155,120)
#D8A98A
(216,169,138)
#DEB79C
(222,183,156)
#E4C5AE
(228,197,174)
#EAD3C0
(234,211,192)
#F0E1D2
(240,225,210)
#F6EFE4
(246,239,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BA6330 color. Also use rgb(186,99,48) instead hex code.

Text Font Color

.myTextColor { color: #BA6330; }

<p style="color:#BA6330">This sample text font color is #BA6330.</p>

This text font color is #BA6330.

Background Color

.myBgColor { background-color: #BA6330; }

<div style="background-color:#BA6330">Inner text</div>

This div background color is #BA6330.

Border color

.myBorderColor { border: 1px solid #BA6330; }

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

This div border color is #BA6330.

Opacity

.myOpacity80 { color: #BA6330; opacity: 0.8; }

<p style="color:#BA6330;opacity:0.8;">80%</p>

Text with #BA6330 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #BA6330;}

<p style="text-shadow: 3px 3px 1px #BA6330">Text here.</p>

This text has shadow with #BA6330 color.


.textShadow {text-shadow: 3px 3px 1px #BA6330', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #BA6330, 5px 5px 20px red">Text here.</p>

This text has shadow with #BA6330 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BA6330, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#BA6330, Direction=45, Strength=4)">Text</p>

This text has shadow with #BA6330 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BA6330;
-webkit-box-shadow: 1px 1px 3px 2px #BA6330;
box-shadow: 1px 1px 3px 2px #BA6330;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BA6330; -webkit-box-shadow: 1px 1px 3px 2px #BA6330; box-shadow:1px 1px 3px 2px #BA6330;">
Div content here
</div>

This div box has shadow with color #BA6330.

Preview

Color preview on black background

This text has color #BA6330 on black background.


Color preview on white background

This text has color #BA6330 on white background.


Black color preview on #BA6330 background

This text has black color on #BA6330 background.


White color preview on #BA6330 background

This text has white color on #BA6330 background.


Related colors

Complementary color

Complementary color for #hex is #459CCF.


I love getcolorcode.com

Triadic colors

1 #30BA63 and #6330BA with #BA6330 are triadic colors.

2 #3063BA and #63BA30 with #BA6330 are triadic colors.