COLOR #BA996C

HEX: #BA996C RGB: (186,153,108)

Color info

#BA996C contains mainly red and green colors. Web safe color of #BA996C is #CC9966 (or #C96).

RGB color model

#BA996C color RGB value is (186,153,108).

RGB: (186,153,108) (73%, 60%, 42%)

RGB channels and saturation

R 186 of 255 = 73%
G 153 of 255 = 60%
B 108 of 255 = 42%

186
153
108

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

Portions of RGB colors in percentages

R + G + B = 186 + 153 + 108 = 447 (100%)
R 186 of 447 ~ 41.61%
G 153 of 447 ~ 34.23%
B 108 of 447 ~ 24.16'%

%41.61
%34.23
%24.16

CMYK color model

#BA996C color CMYK value is (0,18,42,27).

  • cyan value is 0.00%
  • magenta value is 17.74%
  • yellow value is 41.94%
  • key color value is 27.06%

CMYK: (0,18,42,27)
C0M18Y42K27 (0%, 18%, 42%, 27%)
(0.00 / 0.18 / 0.42 / 0.27)

CMYK percentages

%0
%17.74
%41.94
%27.06

Codes

Color #BA996C in popluar color models

BA 99 6C
RGB 186 153 108
HSL 35° 36.11% 57.65%
HSB/HSV 35° 41.94% 72.94%
CMYK 0.00% 17.74% 41.94%
27.06%

Color #BA996C in popluar number systems.

HEX BA 99 6C
Decimal 186 153 108
Binary 10111010 10011001 1101100
Octal 272 231 154

Shades and tints

Shades of #BA996C

#BA996C
(186,153,108)
#AA8C63
(170,140,99)
#9A7F5A
(154,127,90)
#8A7251
(138,114,81)
#7A6548
(122,101,72)
#6A583F
(106,88,63)
#5A4B36
(90,75,54)
#4A3E2D
(74,62,45)
#3A3124
(58,49,36)
#2A241B
(42,36,27)
#1A1712
(26,23,18)
#000000
(0,0,0)

Tints of #BA996C

#BA996C
(186,153,108)
#C0A279
(192,162,121)
#C6AB86
(198,171,134)
#CCB493
(204,180,147)
#D2BDA0
(210,189,160)
#D8C6AD
(216,198,173)
#DECFBA
(222,207,186)
#E4D8C7
(228,216,199)
#EAE1D4
(234,225,212)
#F0EAE1
(240,234,225)
#F6F3EE
(246,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BA996C color. Also use rgb(186,153,108) instead hex code.

Text Font Color

.myTextColor { color: #BA996C; }

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

This text font color is #BA996C.

Background Color

.myBgColor { background-color: #BA996C; }

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

This div background color is #BA996C.

Border color

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

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

This div border color is #BA996C.

Opacity

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

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

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

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

This text has shadow with #BA996C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BA996C.

Preview

Color preview on black background

This text has color #BA996C on black background.


Color preview on white background

This text has color #BA996C on white background.


Black color preview on #BA996C background

This text has black color on #BA996C background.


White color preview on #BA996C background

This text has white color on #BA996C background.


Related colors

Complementary color

Complementary color for #hex is #456693.


I love getcolorcode.com

Triadic colors

1 #6CBA99 and #996CBA with #BA996C are triadic colors.

2 #6C99BA and #99BA6C with #BA996C are triadic colors.