COLOR #BA9583

HEX: #BA9583 RGB: (186,149,131)

Color info

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

RGB color model

#BA9583 color RGB value is (186,149,131).

RGB: (186,149,131) (73%, 58%, 51%)

RGB channels and saturation

R 186 of 255 = 73%
G 149 of 255 = 58%
B 131 of 255 = 51%

186
149
131

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

Portions of RGB colors in percentages

R + G + B = 186 + 149 + 131 = 466 (100%)
R 186 of 466 ~ 39.91%
G 149 of 466 ~ 31.97%
B 131 of 466 ~ 28.11'%

%39.91
%31.97
%28.11

CMYK color model

#BA9583 color CMYK value is (0,20,30,27).

  • cyan value is 0.00%
  • magenta value is 19.89%
  • yellow value is 29.57%
  • key color value is 27.06%

CMYK: (0,20,30,27)
C0M20Y30K27 (0%, 20%, 30%, 27%)
(0.00 / 0.20 / 0.30 / 0.27)

CMYK percentages

%0
%19.89
%29.57
%27.06

Codes

Color #BA9583 in popluar color models

BA 95 83
RGB 186 149 131
HSL 20° 28.50% 62.16%
HSB/HSV 20° 29.57% 72.94%
CMYK 0.00% 19.89% 29.57%
27.06%

Color #BA9583 in popluar number systems.

HEX BA 95 83
Decimal 186 149 131
Binary 10111010 10010101 10000011
Octal 272 225 203

Shades and tints

Shades of #BA9583

#BA9583
(186,149,131)
#AA8878
(170,136,120)
#9A7B6D
(154,123,109)
#8A6E62
(138,110,98)
#7A6157
(122,97,87)
#6A544C
(106,84,76)
#5A4741
(90,71,65)
#4A3A36
(74,58,54)
#3A2D2B
(58,45,43)
#2A2020
(42,32,32)
#1A1315
(26,19,21)
#000000
(0,0,0)

Tints of #BA9583

#BA9583
(186,149,131)
#C09E8E
(192,158,142)
#C6A799
(198,167,153)
#CCB0A4
(204,176,164)
#D2B9AF
(210,185,175)
#D8C2BA
(216,194,186)
#DECBC5
(222,203,197)
#E4D4D0
(228,212,208)
#EADDDB
(234,221,219)
#F0E6E6
(240,230,230)
#F6EFF1
(246,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BA9583 color. Also use rgb(186,149,131) instead hex code.

Text Font Color

.myTextColor { color: #BA9583; }

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

This text font color is #BA9583.

Background Color

.myBgColor { background-color: #BA9583; }

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

This div background color is #BA9583.

Border color

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

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

This div border color is #BA9583.

Opacity

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

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

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

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

This text has shadow with #BA9583 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BA9583.

Preview

Color preview on black background

This text has color #BA9583 on black background.


Color preview on white background

This text has color #BA9583 on white background.


Black color preview on #BA9583 background

This text has black color on #BA9583 background.


White color preview on #BA9583 background

This text has white color on #BA9583 background.


Related colors

Complementary color

Complementary color for #hex is #456A7C.


I love getcolorcode.com

Triadic colors

1 #83BA95 and #9583BA with #BA9583 are triadic colors.

2 #8395BA and #95BA83 with #BA9583 are triadic colors.