COLOR #BA6285

HEX: #BA6285
RGB: (186,98,133)

Color info

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

RGB color model

#BA6285 color RGB value is (186,98,133).

  • red value is 186;
  • green value is 98;
  • blue value is 133.
RGB:
(186,98,133)
(73%,38%,52%)

RGB channels and saturation

R 186 of 255 = 73%
G 98 of 255 = 38%
B 133 of 255 = 52%

186
98
133

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

Portions of RGB colors in percentages

R + G + B =
186 + 98 + 133 = 417 (100%)
R 186 of 417 ~ 44.6%
G 98 of 417 ~ 23.5%
B 133 of 417 ~ 31.89%

%44.6
%23.5
%31.89

CMYK color model

#BA6285 color CMYK value is (0,47,28,27).

  • cyan value is 0.00%
  • magenta value is 47.31%
  • yellow value is 28.49%
  • key color value is 27.06%
CMYK:
(0,47,28,27)
C0M47Y28K27 
(0%,47%,28%,27%)
(0.00/0.47/0.28/0.27)	

CMYK percentages

%0
%47.31
%28.49
%27.06

Codes

Color #BA6285 in popluar color models

BA6285
RGB18698133
HSL336°38.94%55.69%
HSB/HSV336°47.31%72.94%
CMYK0.00%47.31%28.49%
27.06%

Color #BA6285 in popluar number systems.

HEXBA6285
Decimal18698133
Binary10111010110001010000101
Octal272142205

Shades and tints

Shades of #BA6285

#BA6285
(186,98,133)
#AA5A79
(170,90,121)
#9A526D
(154,82,109)
#8A4A61
(138,74,97)
#7A4255
(122,66,85)
#6A3A49
(106,58,73)
#5A323D
(90,50,61)
#4A2A31
(74,42,49)
#3A2225
(58,34,37)
#2A1A19
(42,26,25)
#1A120D
(26,18,13)
#000000
(0,0,0)

Tints of #BA6285

#BA6285
(186,98,133)
#C07090
(192,112,144)
#C67E9B
(198,126,155)
#CC8CA6
(204,140,166)
#D29AB1
(210,154,177)
#D8A8BC
(216,168,188)
#DEB6C7
(222,182,199)
#E4C4D2
(228,196,210)
#EAD2DD
(234,210,221)
#F0E0E8
(240,224,232)
#F6EEF3
(246,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BA6285 color. Also use rgb(186,98,133) instead hex code.

Text Font Color

.myTextColor { color: #BA6285; }

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

This text font color is #BA6285.


Background Color

.myBgColor { background-color: #BA6285; }

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

This div background color is #BA6285.


Border color

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

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

This div border color is #BA6285.


Opacity

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

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

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

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

This text has shadow with #BA6285 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA6285 on black background.


Color preview on white background

This text has color #BA6285 on white background.



Black color preview on #BA6285 background

This text has black color on #BA6285 background.


White color preview on #BA6285 background

This text has white color on #BA6285 background.