COLOR #BA977C

HEX: #BA977C
RGB: (186,151,124)

Color info

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

RGB color model

#BA977C color RGB value is (186,151,124).

  • red value is 186;
  • green value is 151;
  • blue value is 124.
RGB:
(186,151,124)
(73%,59%,49%)

RGB channels and saturation

R 186 of 255 = 73%
G 151 of 255 = 59%
B 124 of 255 = 49%

186
151
124

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

Portions of RGB colors in percentages

R + G + B =
186 + 151 + 124 = 461 (100%)
R 186 of 461 ~ 40.35%
G 151 of 461 ~ 32.75%
B 124 of 461 ~ 26.9%

%40.35
%32.75
%26.9

CMYK color model

#BA977C color CMYK value is (0,19,33,27).

  • cyan value is 0.00%
  • magenta value is 18.82%
  • yellow value is 33.33%
  • key color value is 27.06%
CMYK:
(0,19,33,27)
C0M19Y33K27 
(0%,19%,33%,27%)
(0.00/0.19/0.33/0.27)	

CMYK percentages

%0
%18.82
%33.33
%27.06

Codes

Color #BA977C in popluar color models

BA977C
RGB186151124
HSL26°31.00%60.78%
HSB/HSV26°33.33%72.94%
CMYK0.00%18.82%33.33%
27.06%

Color #BA977C in popluar number systems.

HEXBA977C
Decimal186151124
Binary10111010100101111111100
Octal272227174

Shades and tints

Shades of #BA977C

#BA977C
(186,151,124)
#AA8A71
(170,138,113)
#9A7D66
(154,125,102)
#8A705B
(138,112,91)
#7A6350
(122,99,80)
#6A5645
(106,86,69)
#5A493A
(90,73,58)
#4A3C2F
(74,60,47)
#3A2F24
(58,47,36)
#2A2219
(42,34,25)
#1A150E
(26,21,14)
#000000
(0,0,0)

Tints of #BA977C

#BA977C
(186,151,124)
#C0A087
(192,160,135)
#C6A992
(198,169,146)
#CCB29D
(204,178,157)
#D2BBA8
(210,187,168)
#D8C4B3
(216,196,179)
#DECDBE
(222,205,190)
#E4D6C9
(228,214,201)
#EADFD4
(234,223,212)
#F0E8DF
(240,232,223)
#F6F1EA
(246,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BA977C; }

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

This text font color is #BA977C.


Background Color

.myBgColor { background-color: #BA977C; }

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

This div background color is #BA977C.


Border color

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

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

This div border color is #BA977C.


Opacity

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

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

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

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

This text has shadow with #BA977C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA977C on black background.


Color preview on white background

This text has color #BA977C on white background.



Black color preview on #BA977C background

This text has black color on #BA977C background.


White color preview on #BA977C background

This text has white color on #BA977C background.