COLOR #BA4835

HEX: #BA4835
RGB: (186,72,53)

Color info

#BA4835 contains mainly red color. Web safe color of #BA4835 is #CC3333 (or #C33).

RGB color model

#BA4835 color RGB value is (186,72,53).

  • red value is 186;
  • green value is 72;
  • blue value is 53.
RGB:
(186,72,53)
(73%,28%,21%)

RGB channels and saturation

R 186 of 255 = 73%
G 72 of 255 = 28%
B 53 of 255 = 21%

186
72
53

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

Portions of RGB colors in percentages

R + G + B =
186 + 72 + 53 = 311 (100%)
R 186 of 311 ~ 59.81%
G 72 of 311 ~ 23.15%
B 53 of 311 ~ 17.04%

%59.81
%23.15
%17.04

CMYK color model

#BA4835 color CMYK value is (0,61,72,27).

  • cyan value is 0.00%
  • magenta value is 61.29%
  • yellow value is 71.51%
  • key color value is 27.06%
CMYK:
(0,61,72,27)
C0M61Y72K27 
(0%,61%,72%,27%)
(0.00/0.61/0.72/0.27)	

CMYK percentages

%0
%61.29
%71.51
%27.06

Codes

Color #BA4835 in popluar color models

BA4835
RGB1867253
HSL55.65%46.86%
HSB/HSV71.51%72.94%
CMYK0.00%61.29%71.51%
27.06%

Color #BA4835 in popluar number systems.

HEXBA4835
Decimal1867253
Binary101110101001000110101
Octal27211065

Shades and tints

Shades of #BA4835

#BA4835
(186,72,53)
#AA4231
(170,66,49)
#9A3C2D
(154,60,45)
#8A3629
(138,54,41)
#7A3025
(122,48,37)
#6A2A21
(106,42,33)
#5A241D
(90,36,29)
#4A1E19
(74,30,25)
#3A1815
(58,24,21)
#2A1211
(42,18,17)
#1A0C0D
(26,12,13)
#000000
(0,0,0)

Tints of #BA4835

#BA4835
(186,72,53)
#C05847
(192,88,71)
#C66859
(198,104,89)
#CC786B
(204,120,107)
#D2887D
(210,136,125)
#D8988F
(216,152,143)
#DEA8A1
(222,168,161)
#E4B8B3
(228,184,179)
#EAC8C5
(234,200,197)
#F0D8D7
(240,216,215)
#F6E8E9
(246,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BA4835 color. Also use rgb(186,72,53) instead hex code.

Text Font Color

.myTextColor { color: #BA4835; }

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

This text font color is #BA4835.


Background Color

.myBgColor { background-color: #BA4835; }

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

This div background color is #BA4835.


Border color

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

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

This div border color is #BA4835.


Opacity

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

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

Text with #BA4835 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 #BA4835;}

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

This text has shadow with #BA4835 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA4835 on black background.


Color preview on white background

This text has color #BA4835 on white background.



Black color preview on #BA4835 background

This text has black color on #BA4835 background.


White color preview on #BA4835 background

This text has white color on #BA4835 background.