COLOR #BE646C

HEX: #BE646C RGB: (190,100,108)

Color info

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

RGB color model

#BE646C color RGB value is (190,100,108).

RGB: (190,100,108) (75%, 39%, 42%)

RGB channels and saturation

R 190 of 255 = 75%
G 100 of 255 = 39%
B 108 of 255 = 42%

190
100
108

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

Portions of RGB colors in percentages

R + G + B = 190 + 100 + 108 = 398 (100%)
R 190 of 398 ~ 47.74%
G 100 of 398 ~ 25.13%
B 108 of 398 ~ 27.14'%

%47.74
%25.13
%27.14

CMYK color model

#BE646C color CMYK value is (0,47,43,25).

  • cyan value is 0.00%
  • magenta value is 47.37%
  • yellow value is 43.16%
  • key color value is 25.49%

CMYK: (0,47,43,25)
C0M47Y43K25 (0%, 47%, 43%, 25%)
(0.00 / 0.47 / 0.43 / 0.25)

CMYK percentages

%0
%47.37
%43.16
%25.49

Codes

Color #BE646C in popluar color models

BE 64 6C
RGB 190 100 108
HSL 355° 40.91% 56.86%
HSB/HSV 355° 47.37% 74.51%
CMYK 0.00% 47.37% 43.16%
25.49%

Color #BE646C in popluar number systems.

HEX BE 64 6C
Decimal 190 100 108
Binary 10111110 1100100 1101100
Octal 276 144 154

Shades and tints

Shades of #BE646C

#BE646C
(190,100,108)
#AD5B63
(173,91,99)
#9C525A
(156,82,90)
#8B4951
(139,73,81)
#7A4048
(122,64,72)
#69373F
(105,55,63)
#582E36
(88,46,54)
#47252D
(71,37,45)
#361C24
(54,28,36)
#25131B
(37,19,27)
#140A12
(20,10,18)
#000000
(0,0,0)

Tints of #BE646C

#BE646C
(190,100,108)
#C37279
(195,114,121)
#C88086
(200,128,134)
#CD8E93
(205,142,147)
#D29CA0
(210,156,160)
#D7AAAD
(215,170,173)
#DCB8BA
(220,184,186)
#E1C6C7
(225,198,199)
#E6D4D4
(230,212,212)
#EBE2E1
(235,226,225)
#F0F0EE
(240,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE646C color. Also use rgb(190,100,108) instead hex code.

Text Font Color

.myTextColor { color: #BE646C; }

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

This text font color is #BE646C.

Background Color

.myBgColor { background-color: #BE646C; }

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

This div background color is #BE646C.

Border color

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

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

This div border color is #BE646C.

Opacity

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

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

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

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

This text has shadow with #BE646C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BE646C.

Preview

Color preview on black background

This text has color #BE646C on black background.


Color preview on white background

This text has color #BE646C on white background.


Black color preview on #BE646C background

This text has black color on #BE646C background.


White color preview on #BE646C background

This text has white color on #BE646C background.


Related colors

Complementary color

Complementary color for #hex is #419B93.


I love getcolorcode.com

Triadic colors

1 #6CBE64 and #646CBE with #BE646C are triadic colors.

2 #6C64BE and #64BE6C with #BE646C are triadic colors.