COLOR #BE6F80

HEX: #BE6F80
RGB: (190,111,128)

Color info

#BE6F80 contains mainly red color. Web safe color of #BE6F80 is #CC6666 (or #C66).

RGB color model

#BE6F80 color RGB value is (190,111,128).

  • red value is 190;
  • green value is 111;
  • blue value is 128.
RGB:
(190,111,128)
(75%,44%,50%)

RGB channels and saturation

R 190 of 255 = 75%
G 111 of 255 = 44%
B 128 of 255 = 50%

190
111
128

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

Portions of RGB colors in percentages

R + G + B =
190 + 111 + 128 = 429 (100%)
R 190 of 429 ~ 44.29%
G 111 of 429 ~ 25.87%
B 128 of 429 ~ 29.84%

%44.29
%25.87
%29.84

CMYK color model

#BE6F80 color CMYK value is (0,42,33,25).

  • cyan value is 0.00%
  • magenta value is 41.58%
  • yellow value is 32.63%
  • key color value is 25.49%
CMYK:
(0,42,33,25)
C0M42Y33K25 
(0%,42%,33%,25%)
(0.00/0.42/0.33/0.25)	

CMYK percentages

%0
%41.58
%32.63
%25.49

Codes

Color #BE6F80 in popluar color models

BE6F80
RGB190111128
HSL347°37.80%59.02%
HSB/HSV347°41.58%74.51%
CMYK0.00%41.58%32.63%
25.49%

Color #BE6F80 in popluar number systems.

HEXBE6F80
Decimal190111128
Binary10111110110111110000000
Octal276157200

Shades and tints

Shades of #BE6F80

#BE6F80
(190,111,128)
#AD6575
(173,101,117)
#9C5B6A
(156,91,106)
#8B515F
(139,81,95)
#7A4754
(122,71,84)
#693D49
(105,61,73)
#58333E
(88,51,62)
#472933
(71,41,51)
#361F28
(54,31,40)
#25151D
(37,21,29)
#140B12
(20,11,18)
#000000
(0,0,0)

Tints of #BE6F80

#BE6F80
(190,111,128)
#C37C8B
(195,124,139)
#C88996
(200,137,150)
#CD96A1
(205,150,161)
#D2A3AC
(210,163,172)
#D7B0B7
(215,176,183)
#DCBDC2
(220,189,194)
#E1CACD
(225,202,205)
#E6D7D8
(230,215,216)
#EBE4E3
(235,228,227)
#F0F1EE
(240,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE6F80 color. Also use rgb(190,111,128) instead hex code.

Text Font Color

.myTextColor { color: #BE6F80; }

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

This text font color is #BE6F80.


Background Color

.myBgColor { background-color: #BE6F80; }

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

This div background color is #BE6F80.


Border color

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

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

This div border color is #BE6F80.


Opacity

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

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

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

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

This text has shadow with #BE6F80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE6F80 on black background.


Color preview on white background

This text has color #BE6F80 on white background.



Black color preview on #BE6F80 background

This text has black color on #BE6F80 background.


White color preview on #BE6F80 background

This text has white color on #BE6F80 background.