COLOR #BA768F

HEX: #BA768F
RGB: (186,118,143)

Color info

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

RGB color model

#BA768F color RGB value is (186,118,143).

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

RGB channels and saturation

R 186 of 255 = 73%
G 118 of 255 = 46%
B 143 of 255 = 56%

186
118
143

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

Portions of RGB colors in percentages

R + G + B =
186 + 118 + 143 = 447 (100%)
R 186 of 447 ~ 41.61%
G 118 of 447 ~ 26.4%
B 143 of 447 ~ 31.99%

%41.61
%26.4
%31.99

CMYK color model

#BA768F color CMYK value is (0,37,23,27).

  • cyan value is 0.00%
  • magenta value is 36.56%
  • yellow value is 23.12%
  • key color value is 27.06%
CMYK:
(0,37,23,27)
C0M37Y23K27 
(0%,37%,23%,27%)
(0.00/0.37/0.23/0.27)	

CMYK percentages

%0
%36.56
%23.12
%27.06

Codes

Color #BA768F in popluar color models

BA768F
RGB186118143
HSL338°33.01%59.61%
HSB/HSV338°36.56%72.94%
CMYK0.00%36.56%23.12%
27.06%

Color #BA768F in popluar number systems.

HEXBA768F
Decimal186118143
Binary10111010111011010001111
Octal272166217

Shades and tints

Shades of #BA768F

#BA768F
(186,118,143)
#AA6C82
(170,108,130)
#9A6275
(154,98,117)
#8A5868
(138,88,104)
#7A4E5B
(122,78,91)
#6A444E
(106,68,78)
#5A3A41
(90,58,65)
#4A3034
(74,48,52)
#3A2627
(58,38,39)
#2A1C1A
(42,28,26)
#1A120D
(26,18,13)
#000000
(0,0,0)

Tints of #BA768F

#BA768F
(186,118,143)
#C08299
(192,130,153)
#C68EA3
(198,142,163)
#CC9AAD
(204,154,173)
#D2A6B7
(210,166,183)
#D8B2C1
(216,178,193)
#DEBECB
(222,190,203)
#E4CAD5
(228,202,213)
#EAD6DF
(234,214,223)
#F0E2E9
(240,226,233)
#F6EEF3
(246,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BA768F; }

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

This text font color is #BA768F.


Background Color

.myBgColor { background-color: #BA768F; }

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

This div background color is #BA768F.


Border color

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

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

This div border color is #BA768F.


Opacity

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

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

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

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

This text has shadow with #BA768F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA768F on black background.


Color preview on white background

This text has color #BA768F on white background.



Black color preview on #BA768F background

This text has black color on #BA768F background.


White color preview on #BA768F background

This text has white color on #BA768F background.