COLOR #BA5B00

HEX: #BA5B00
RGB: (186,91,0)

Color info

#BA5B00 contains mainly red color. Web safe color of #BA5B00 is #CC6600 (or #C60).

RGB color model

#BA5B00 color RGB value is (186,91,0).

  • red value is 186;
  • green value is 91;
  • blue value is 0.
RGB:
(186,91,0)
(73%,36%,0%)

RGB channels and saturation

R 186 of 255 = 73%
G 91 of 255 = 36%
B 0 of 255 = 0%

186
91
0

R + G + B ~ 36%. #BA5B00 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
186 + 91 + 0 = 277 (100%)
R 186 of 277 ~ 67.15%
G 91 of 277 ~ 32.85%
B 0 of 277 ~ 0%

%67.15
%32.85

CMYK color model

#BA5B00 color CMYK value is (0,51,100,27).

  • cyan value is 0.00%
  • magenta value is 51.08%
  • yellow value is 100.00%
  • key color value is 27.06%
CMYK:
(0,51,100,27)
C0M51Y100K27 
(0%,51%,100%,27%)
(0.00/0.51/1.00/0.27)	

CMYK percentages

%0
%51.08
%100
%27.06

Codes

Color #BA5B00 in popluar color models

BA5B00
RGB186910
HSL29°100.00%36.47%
HSB/HSV29°100.00%72.94%
CMYK0.00%51.08%100.00%
27.06%

Color #BA5B00 in popluar number systems.

HEXBA5B00
Decimal186910
Binary1011101010110110
Octal2721330

Shades and tints

Shades of #BA5B00

#BA5B00
(186,91,0)
#AA5300
(170,83,0)
#9A4B00
(154,75,0)
#8A4300
(138,67,0)
#7A3B00
(122,59,0)
#6A3300
(106,51,0)
#5A2B00
(90,43,0)
#4A2300
(74,35,0)
#3A1B00
(58,27,0)
#2A1300
(42,19,0)
#1A0B00
(26,11,0)
#000000
(0,0,0)

Tints of #BA5B00

#BA5B00
(186,91,0)
#C06917
(192,105,23)
#C6772E
(198,119,46)
#CC8545
(204,133,69)
#D2935C
(210,147,92)
#D8A173
(216,161,115)
#DEAF8A
(222,175,138)
#E4BDA1
(228,189,161)
#EACBB8
(234,203,184)
#F0D9CF
(240,217,207)
#F6E7E6
(246,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BA5B00 color. Also use rgb(186,91,0) instead hex code.

Text Font Color

.myTextColor { color: #BA5B00; }

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

This text font color is #BA5B00.


Background Color

.myBgColor { background-color: #BA5B00; }

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

This div background color is #BA5B00.


Border color

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

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

This div border color is #BA5B00.


Opacity

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

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

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

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

This text has shadow with #BA5B00 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA5B00 on black background.


Color preview on white background

This text has color #BA5B00 on white background.



Black color preview on #BA5B00 background

This text has black color on #BA5B00 background.


White color preview on #BA5B00 background

This text has white color on #BA5B00 background.