COLOR #BA998A

HEX: #BA998A RGB: (186,153,138)

Color info

#BA998A contains red, green and blue colors in about the same proportion. Web safe color of #BA998A is #CC9999 (or #C99).

RGB color model

#BA998A color RGB value is (186,153,138).

RGB: (186,153,138) (73%, 60%, 54%)

RGB channels and saturation

R 186 of 255 = 73%
G 153 of 255 = 60%
B 138 of 255 = 54%

186
153
138

R + G + B ~ 62%. #BA998A is quite light color.

Portions of RGB colors in percentages

R + G + B = 186 + 153 + 138 = 477 (100%)
R 186 of 477 ~ 38.99%
G 153 of 477 ~ 32.08%
B 138 of 477 ~ 28.93'%

%38.99
%32.08
%28.93

CMYK color model

#BA998A color CMYK value is (0,18,26,27).

  • cyan value is 0.00%
  • magenta value is 17.74%
  • yellow value is 25.81%
  • key color value is 27.06%
CMYK: (0,18,26,27) C0M18Y26K27 (0%,18%,26%,27%) (0.00/0.18/0.26/0.27) 

CMYK percentages

%0
%17.74
%25.81
%27.06

Codes

Color #BA998A in popluar color models

BA 99 8A
RGB 186 153 138
HSL 19° 25.81% 63.53%
HSB/HSV 19° 25.81% 72.94%
CMYK 0.00% 17.74% 25.81%
27.06%

Color #BA998A in popluar number systems.

HEX BA 99 8A
Decimal 186 153 138
Binary 10111010 10011001 10001010
Octal 272 231 212

Shades and tints

Shades of #BA998A

#BA998A
(186,153,138)
#AA8C7E
(170,140,126)
#9A7F72
(154,127,114)
#8A7266
(138,114,102)
#7A655A
(122,101,90)
#6A584E
(106,88,78)
#5A4B42
(90,75,66)
#4A3E36
(74,62,54)
#3A312A
(58,49,42)
#2A241E
(42,36,30)
#1A1712
(26,23,18)
#000000
(0,0,0)

Tints of #BA998A

#BA998A
(186,153,138)
#C0A294
(192,162,148)
#C6AB9E
(198,171,158)
#CCB4A8
(204,180,168)
#D2BDB2
(210,189,178)
#D8C6BC
(216,198,188)
#DECFC6
(222,207,198)
#E4D8D0
(228,216,208)
#EAE1DA
(234,225,218)
#F0EAE4
(240,234,228)
#F6F3EE
(246,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BA998A; }

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

This text font color is #BA998A.

Background Color

.myBgColor { background-color: #BA998A; }

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

This div background color is #BA998A.

Border color

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

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

This div border color is #BA998A.

Opacity

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

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

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

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

This text has shadow with #BA998A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BA998A.

Preview

Color preview on black background

This text has color #BA998A on black background.


Color preview on white background

This text has color #BA998A on white background.


Black color preview on #BA998A background

This text has black color on #BA998A background.


White color preview on #BA998A background

This text has white color on #BA998A background.


Related colors

Complementary color

Complementary color for #hex is #456675.


I love getcolorcode.com

Triadic colors

1 #8ABA99 and #998ABA with #BA998A are triadic colors.

2 #8A99BA and #99BA8A with #BA998A are triadic colors.