COLOR #BA9795

HEX: #BA9795
RGB: (186,151,149)

Color info

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

RGB color model

#BA9795 color RGB value is (186,151,149).

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

RGB channels and saturation

R 186 of 255 = 73%
G 151 of 255 = 59%
B 149 of 255 = 58%

186
151
149

R + G + B ~ 63%. #BA9795 is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 151 + 149 = 486 (100%)
R 186 of 486 ~ 38.27%
G 151 of 486 ~ 31.07%
B 149 of 486 ~ 30.66%

%38.27
%31.07
%30.66

CMYK color model

#BA9795 color CMYK value is (0,19,20,27).

  • cyan value is 0.00%
  • magenta value is 18.82%
  • yellow value is 19.89%
  • key color value is 27.06%
CMYK:
(0,19,20,27)
C0M19Y20K27 
(0%,19%,20%,27%)
(0.00/0.19/0.20/0.27)	

CMYK percentages

%0
%18.82
%19.89
%27.06

Codes

Color #BA9795 in popluar color models

BA9795
RGB186151149
HSL21.14%65.69%
HSB/HSV19.89%72.94%
CMYK0.00%18.82%19.89%
27.06%

Color #BA9795 in popluar number systems.

HEXBA9795
Decimal186151149
Binary101110101001011110010101
Octal272227225

Shades and tints

Shades of #BA9795

#BA9795
(186,151,149)
#AA8A88
(170,138,136)
#9A7D7B
(154,125,123)
#8A706E
(138,112,110)
#7A6361
(122,99,97)
#6A5654
(106,86,84)
#5A4947
(90,73,71)
#4A3C3A
(74,60,58)
#3A2F2D
(58,47,45)
#2A2220
(42,34,32)
#1A1513
(26,21,19)
#000000
(0,0,0)

Tints of #BA9795

#BA9795
(186,151,149)
#C0A09E
(192,160,158)
#C6A9A7
(198,169,167)
#CCB2B0
(204,178,176)
#D2BBB9
(210,187,185)
#D8C4C2
(216,196,194)
#DECDCB
(222,205,203)
#E4D6D4
(228,214,212)
#EADFDD
(234,223,221)
#F0E8E6
(240,232,230)
#F6F1EF
(246,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BA9795; }

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

This text font color is #BA9795.


Background Color

.myBgColor { background-color: #BA9795; }

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

This div background color is #BA9795.


Border color

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

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

This div border color is #BA9795.


Opacity

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

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

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

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

This text has shadow with #BA9795 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA9795 on black background.


Color preview on white background

This text has color #BA9795 on white background.



Black color preview on #BA9795 background

This text has black color on #BA9795 background.


White color preview on #BA9795 background

This text has white color on #BA9795 background.