COLOR #BA4858

HEX: #BA4858
RGB: (186,72,88)

Color info

#BA4858 contains mainly red color. Web safe color of #BA4858 is #CC3366 (or #C36).

RGB color model

#BA4858 color RGB value is (186,72,88).

  • red value is 186;
  • green value is 72;
  • blue value is 88.
RGB:
(186,72,88)
(73%,28%,35%)

RGB channels and saturation

R 186 of 255 = 73%
G 72 of 255 = 28%
B 88 of 255 = 35%

186
72
88

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

Portions of RGB colors in percentages

R + G + B =
186 + 72 + 88 = 346 (100%)
R 186 of 346 ~ 53.76%
G 72 of 346 ~ 20.81%
B 88 of 346 ~ 25.43%

%53.76
%20.81
%25.43

CMYK color model

#BA4858 color CMYK value is (0,61,53,27).

  • cyan value is 0.00%
  • magenta value is 61.29%
  • yellow value is 52.69%
  • key color value is 27.06%
CMYK:
(0,61,53,27)
C0M61Y53K27 
(0%,61%,53%,27%)
(0.00/0.61/0.53/0.27)	

CMYK percentages

%0
%61.29
%52.69
%27.06

Codes

Color #BA4858 in popluar color models

BA4858
RGB1867288
HSL352°45.24%50.59%
HSB/HSV352°61.29%72.94%
CMYK0.00%61.29%52.69%
27.06%

Color #BA4858 in popluar number systems.

HEXBA4858
Decimal1867288
Binary1011101010010001011000
Octal272110130

Shades and tints

Shades of #BA4858

#BA4858
(186,72,88)
#AA4250
(170,66,80)
#9A3C48
(154,60,72)
#8A3640
(138,54,64)
#7A3038
(122,48,56)
#6A2A30
(106,42,48)
#5A2428
(90,36,40)
#4A1E20
(74,30,32)
#3A1818
(58,24,24)
#2A1210
(42,18,16)
#1A0C08
(26,12,8)
#000000
(0,0,0)

Tints of #BA4858

#BA4858
(186,72,88)
#C05867
(192,88,103)
#C66876
(198,104,118)
#CC7885
(204,120,133)
#D28894
(210,136,148)
#D898A3
(216,152,163)
#DEA8B2
(222,168,178)
#E4B8C1
(228,184,193)
#EAC8D0
(234,200,208)
#F0D8DF
(240,216,223)
#F6E8EE
(246,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BA4858 color. Also use rgb(186,72,88) instead hex code.

Text Font Color

.myTextColor { color: #BA4858; }

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

This text font color is #BA4858.


Background Color

.myBgColor { background-color: #BA4858; }

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

This div background color is #BA4858.


Border color

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

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

This div border color is #BA4858.


Opacity

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

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

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

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

This text has shadow with #BA4858 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA4858 on black background.


Color preview on white background

This text has color #BA4858 on white background.



Black color preview on #BA4858 background

This text has black color on #BA4858 background.


White color preview on #BA4858 background

This text has white color on #BA4858 background.