COLOR #BA768B

HEX: #BA768B
RGB: (186,118,139)

Color info

#BA768B contains mainly red and blue colors. Web safe color of #BA768B is #CC6699 (or #C69).

RGB color model

#BA768B color RGB value is (186,118,139).

  • red value is 186;
  • green value is 118;
  • blue value is 139.
RGB:
(186,118,139)
(73%,46%,55%)

RGB channels and saturation

R 186 of 255 = 73%
G 118 of 255 = 46%
B 139 of 255 = 55%

186
118
139

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

Portions of RGB colors in percentages

R + G + B =
186 + 118 + 139 = 443 (100%)
R 186 of 443 ~ 41.99%
G 118 of 443 ~ 26.64%
B 139 of 443 ~ 31.38%

%41.99
%26.64
%31.38

CMYK color model

#BA768B color CMYK value is (0,37,25,27).

  • cyan value is 0.00%
  • magenta value is 36.56%
  • yellow value is 25.27%
  • key color value is 27.06%
CMYK:
(0,37,25,27)
C0M37Y25K27 
(0%,37%,25%,27%)
(0.00/0.37/0.25/0.27)	

CMYK percentages

%0
%36.56
%25.27
%27.06

Codes

Color #BA768B in popluar color models

BA768B
RGB186118139
HSL341°33.01%59.61%
HSB/HSV341°36.56%72.94%
CMYK0.00%36.56%25.27%
27.06%

Color #BA768B in popluar number systems.

HEXBA768B
Decimal186118139
Binary10111010111011010001011
Octal272166213

Shades and tints

Shades of #BA768B

#BA768B
(186,118,139)
#AA6C7F
(170,108,127)
#9A6273
(154,98,115)
#8A5867
(138,88,103)
#7A4E5B
(122,78,91)
#6A444F
(106,68,79)
#5A3A43
(90,58,67)
#4A3037
(74,48,55)
#3A262B
(58,38,43)
#2A1C1F
(42,28,31)
#1A1213
(26,18,19)
#000000
(0,0,0)

Tints of #BA768B

#BA768B
(186,118,139)
#C08295
(192,130,149)
#C68E9F
(198,142,159)
#CC9AA9
(204,154,169)
#D2A6B3
(210,166,179)
#D8B2BD
(216,178,189)
#DEBEC7
(222,190,199)
#E4CAD1
(228,202,209)
#EAD6DB
(234,214,219)
#F0E2E5
(240,226,229)
#F6EEEF
(246,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BA768B color. Also use rgb(186,118,139) instead hex code.

Text Font Color

.myTextColor { color: #BA768B; }

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

This text font color is #BA768B.


Background Color

.myBgColor { background-color: #BA768B; }

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

This div background color is #BA768B.


Border color

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

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

This div border color is #BA768B.


Opacity

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

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

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

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

This text has shadow with #BA768B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA768B on black background.


Color preview on white background

This text has color #BA768B on white background.



Black color preview on #BA768B background

This text has black color on #BA768B background.


White color preview on #BA768B background

This text has white color on #BA768B background.