COLOR #BA5F22

HEX: #BA5F22
RGB: (186,95,34)

Color info

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

RGB color model

#BA5F22 color RGB value is (186,95,34).

  • red value is 186;
  • green value is 95;
  • blue value is 34.
RGB:
(186,95,34)
(73%,37%,13%)

RGB channels and saturation

R 186 of 255 = 73%
G 95 of 255 = 37%
B 34 of 255 = 13%

186
95
34

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

Portions of RGB colors in percentages

R + G + B =
186 + 95 + 34 = 315 (100%)
R 186 of 315 ~ 59.05%
G 95 of 315 ~ 30.16%
B 34 of 315 ~ 10.79%

%59.05
%30.16
%10.79

CMYK color model

#BA5F22 color CMYK value is (0,49,82,27).

  • cyan value is 0.00%
  • magenta value is 48.92%
  • yellow value is 81.72%
  • key color value is 27.06%
CMYK:
(0,49,82,27)
C0M49Y82K27 
(0%,49%,82%,27%)
(0.00/0.49/0.82/0.27)	

CMYK percentages

%0
%48.92
%81.72
%27.06

Codes

Color #BA5F22 in popluar color models

BA5F22
RGB1869534
HSL24°69.09%43.14%
HSB/HSV24°81.72%72.94%
CMYK0.00%48.92%81.72%
27.06%

Color #BA5F22 in popluar number systems.

HEXBA5F22
Decimal1869534
Binary101110101011111100010
Octal27213742

Shades and tints

Shades of #BA5F22

#BA5F22
(186,95,34)
#AA571F
(170,87,31)
#9A4F1C
(154,79,28)
#8A4719
(138,71,25)
#7A3F16
(122,63,22)
#6A3713
(106,55,19)
#5A2F10
(90,47,16)
#4A270D
(74,39,13)
#3A1F0A
(58,31,10)
#2A1707
(42,23,7)
#1A0F04
(26,15,4)
#000000
(0,0,0)

Tints of #BA5F22

#BA5F22
(186,95,34)
#C06D36
(192,109,54)
#C67B4A
(198,123,74)
#CC895E
(204,137,94)
#D29772
(210,151,114)
#D8A586
(216,165,134)
#DEB39A
(222,179,154)
#E4C1AE
(228,193,174)
#EACFC2
(234,207,194)
#F0DDD6
(240,221,214)
#F6EBEA
(246,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BA5F22 color. Also use rgb(186,95,34) instead hex code.

Text Font Color

.myTextColor { color: #BA5F22; }

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

This text font color is #BA5F22.


Background Color

.myBgColor { background-color: #BA5F22; }

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

This div background color is #BA5F22.


Border color

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

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

This div border color is #BA5F22.


Opacity

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

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

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

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

This text has shadow with #BA5F22 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA5F22 on black background.


Color preview on white background

This text has color #BA5F22 on white background.



Black color preview on #BA5F22 background

This text has black color on #BA5F22 background.


White color preview on #BA5F22 background

This text has white color on #BA5F22 background.