COLOR #BA880C

HEX: #BA880C
RGB: (186,136,12)

Color info

#BA880C contains mainly red and green colors. Web safe color of #BA880C is #CC9900 (or #C90).

RGB color model

#BA880C color RGB value is (186,136,12).

  • red value is 186;
  • green value is 136;
  • blue value is 12.
RGB:
(186,136,12)
(73%,53%,5%)

RGB channels and saturation

R 186 of 255 = 73%
G 136 of 255 = 53%
B 12 of 255 = 5%

186
136
12

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

Portions of RGB colors in percentages

R + G + B =
186 + 136 + 12 = 334 (100%)
R 186 of 334 ~ 55.69%
G 136 of 334 ~ 40.72%
B 12 of 334 ~ 3.59%

%55.69
%40.72

CMYK color model

#BA880C color CMYK value is (0,27,94,27).

  • cyan value is 0.00%
  • magenta value is 26.88%
  • yellow value is 93.55%
  • key color value is 27.06%
CMYK:
(0,27,94,27)
C0M27Y94K27 
(0%,27%,94%,27%)
(0.00/0.27/0.94/0.27)	

CMYK percentages

%0
%26.88
%93.55
%27.06

Codes

Color #BA880C in popluar color models

BA880C
RGB18613612
HSL43°87.88%38.82%
HSB/HSV43°93.55%72.94%
CMYK0.00%26.88%93.55%
27.06%

Color #BA880C in popluar number systems.

HEXBA880C
Decimal18613612
Binary10111010100010001100
Octal27221014

Shades and tints

Shades of #BA880C

#BA880C
(186,136,12)
#AA7C0B
(170,124,11)
#9A700A
(154,112,10)
#8A6409
(138,100,9)
#7A5808
(122,88,8)
#6A4C07
(106,76,7)
#5A4006
(90,64,6)
#4A3405
(74,52,5)
#3A2804
(58,40,4)
#2A1C03
(42,28,3)
#1A1002
(26,16,2)
#000000
(0,0,0)

Tints of #BA880C

#BA880C
(186,136,12)
#C09222
(192,146,34)
#C69C38
(198,156,56)
#CCA64E
(204,166,78)
#D2B064
(210,176,100)
#D8BA7A
(216,186,122)
#DEC490
(222,196,144)
#E4CEA6
(228,206,166)
#EAD8BC
(234,216,188)
#F0E2D2
(240,226,210)
#F6ECE8
(246,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BA880C color. Also use rgb(186,136,12) instead hex code.

Text Font Color

.myTextColor { color: #BA880C; }

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

This text font color is #BA880C.


Background Color

.myBgColor { background-color: #BA880C; }

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

This div background color is #BA880C.


Border color

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

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

This div border color is #BA880C.


Opacity

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

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

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

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

This text has shadow with #BA880C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA880C on black background.


Color preview on white background

This text has color #BA880C on white background.



Black color preview on #BA880C background

This text has black color on #BA880C background.


White color preview on #BA880C background

This text has white color on #BA880C background.