COLOR #BE6582

HEX: #BE6582
RGB: (190,101,130)

Color info

#BE6582 contains mainly red color. Web safe color of #BE6582 is #CC6699 (or #C69).

RGB color model

#BE6582 color RGB value is (190,101,130).

  • red value is 190;
  • green value is 101;
  • blue value is 130.
RGB:
(190,101,130)
(75%,40%,51%)

RGB channels and saturation

R 190 of 255 = 75%
G 101 of 255 = 40%
B 130 of 255 = 51%

190
101
130

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

Portions of RGB colors in percentages

R + G + B =
190 + 101 + 130 = 421 (100%)
R 190 of 421 ~ 45.13%
G 101 of 421 ~ 23.99%
B 130 of 421 ~ 30.88%

%45.13
%23.99
%30.88

CMYK color model

#BE6582 color CMYK value is (0,47,32,25).

  • cyan value is 0.00%
  • magenta value is 46.84%
  • yellow value is 31.58%
  • key color value is 25.49%
CMYK:
(0,47,32,25)
C0M47Y32K25 
(0%,47%,32%,25%)
(0.00/0.47/0.32/0.25)	

CMYK percentages

%0
%46.84
%31.58
%25.49

Codes

Color #BE6582 in popluar color models

BE6582
RGB190101130
HSL340°40.64%57.06%
HSB/HSV340°46.84%74.51%
CMYK0.00%46.84%31.58%
25.49%

Color #BE6582 in popluar number systems.

HEXBE6582
Decimal190101130
Binary10111110110010110000010
Octal276145202

Shades and tints

Shades of #BE6582

#BE6582
(190,101,130)
#AD5C77
(173,92,119)
#9C536C
(156,83,108)
#8B4A61
(139,74,97)
#7A4156
(122,65,86)
#69384B
(105,56,75)
#582F40
(88,47,64)
#472635
(71,38,53)
#361D2A
(54,29,42)
#25141F
(37,20,31)
#140B14
(20,11,20)
#000000
(0,0,0)

Tints of #BE6582

#BE6582
(190,101,130)
#C3738D
(195,115,141)
#C88198
(200,129,152)
#CD8FA3
(205,143,163)
#D29DAE
(210,157,174)
#D7ABB9
(215,171,185)
#DCB9C4
(220,185,196)
#E1C7CF
(225,199,207)
#E6D5DA
(230,213,218)
#EBE3E5
(235,227,229)
#F0F1F0
(240,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE6582 color. Also use rgb(190,101,130) instead hex code.

Text Font Color

.myTextColor { color: #BE6582; }

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

This text font color is #BE6582.


Background Color

.myBgColor { background-color: #BE6582; }

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

This div background color is #BE6582.


Border color

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

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

This div border color is #BE6582.


Opacity

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

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

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

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

This text has shadow with #BE6582 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE6582 on black background.


Color preview on white background

This text has color #BE6582 on white background.



Black color preview on #BE6582 background

This text has black color on #BE6582 background.


White color preview on #BE6582 background

This text has white color on #BE6582 background.