COLOR #BA997C

HEX: #BA997C RGB: (186,153,124)

Color info

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

RGB color model

#BA997C color RGB value is (186,153,124).

RGB: (186,153,124) (73%, 60%, 49%)

RGB channels and saturation

R 186 of 255 = 73%
G 153 of 255 = 60%
B 124 of 255 = 49%

186
153
124

R + G + B ~ 61%. #BA997C is quite light color.

Portions of RGB colors in percentages

R + G + B = 186 + 153 + 124 = 463 (100%)
R 186 of 463 ~ 40.17%
G 153 of 463 ~ 33.05%
B 124 of 463 ~ 26.78'%

%40.17
%33.05
%26.78

CMYK color model

#BA997C color CMYK value is (0,18,33,27).

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

CMYK: (0,18,33,27)
C0M18Y33K27 (0%, 18%, 33%, 27%)
(0.00 / 0.18 / 0.33 / 0.27)

CMYK percentages

%0
%17.74
%33.33
%27.06

Codes

Color #BA997C in popluar color models

BA 99 7C
RGB 186 153 124
HSL 28° 31.00% 60.78%
HSB/HSV 28° 33.33% 72.94%
CMYK 0.00% 17.74% 33.33%
27.06%

Color #BA997C in popluar number systems.

HEX BA 99 7C
Decimal 186 153 124
Binary 10111010 10011001 1111100
Octal 272 231 174

Shades and tints

Shades of #BA997C

#BA997C
(186,153,124)
#AA8C71
(170,140,113)
#9A7F66
(154,127,102)
#8A725B
(138,114,91)
#7A6550
(122,101,80)
#6A5845
(106,88,69)
#5A4B3A
(90,75,58)
#4A3E2F
(74,62,47)
#3A3124
(58,49,36)
#2A2419
(42,36,25)
#1A170E
(26,23,14)
#000000
(0,0,0)

Tints of #BA997C

#BA997C
(186,153,124)
#C0A287
(192,162,135)
#C6AB92
(198,171,146)
#CCB49D
(204,180,157)
#D2BDA8
(210,189,168)
#D8C6B3
(216,198,179)
#DECFBE
(222,207,190)
#E4D8C9
(228,216,201)
#EAE1D4
(234,225,212)
#F0EADF
(240,234,223)
#F6F3EA
(246,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BA997C; }

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

This text font color is #BA997C.

Background Color

.myBgColor { background-color: #BA997C; }

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

This div background color is #BA997C.

Border color

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

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

This div border color is #BA997C.

Opacity

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

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

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

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

This text has shadow with #BA997C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BA997C.

Preview

Color preview on black background

This text has color #BA997C on black background.


Color preview on white background

This text has color #BA997C on white background.


Black color preview on #BA997C background

This text has black color on #BA997C background.


White color preview on #BA997C background

This text has white color on #BA997C background.


Related colors

Complementary color

Complementary color for #hex is #456683.


I love getcolorcode.com

Triadic colors

1 #7CBA99 and #997CBA with #BA997C are triadic colors.

2 #7C99BA and #99BA7C with #BA997C are triadic colors.