COLOR #BE656C

HEX: #BE656C RGB: (190,101,108)

Color info

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

RGB color model

#BE656C color RGB value is (190,101,108).

RGB: (190,101,108) (75%, 40%, 42%)

RGB channels and saturation

R 190 of 255 = 75%
G 101 of 255 = 40%
B 108 of 255 = 42%

190
101
108

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

Portions of RGB colors in percentages

R + G + B = 190 + 101 + 108 = 399 (100%)
R 190 of 399 ~ 47.62%
G 101 of 399 ~ 25.31%
B 108 of 399 ~ 27.07'%

%47.62
%25.31
%27.07

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 46.84%
  • 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
%46.84
%43.16
%25.49

Codes

Color #BE656C in popluar color models

BE 65 6C
RGB 190 101 108
HSL 355° 40.64% 57.06%
HSB/HSV 355° 46.84% 74.51%
CMYK 0.00% 46.84% 43.16%
25.49%

Color #BE656C in popluar number systems.

HEX BE 65 6C
Decimal 190 101 108
Binary 10111110 1100101 1101100
Octal 276 145 154

Shades and tints

Shades of #BE656C

#BE656C
(190,101,108)
#AD5C63
(173,92,99)
#9C535A
(156,83,90)
#8B4A51
(139,74,81)
#7A4148
(122,65,72)
#69383F
(105,56,63)
#582F36
(88,47,54)
#47262D
(71,38,45)
#361D24
(54,29,36)
#25141B
(37,20,27)
#140B12
(20,11,18)
#000000
(0,0,0)

Tints of #BE656C

#BE656C
(190,101,108)
#C37379
(195,115,121)
#C88186
(200,129,134)
#CD8F93
(205,143,147)
#D29DA0
(210,157,160)
#D7ABAD
(215,171,173)
#DCB9BA
(220,185,186)
#E1C7C7
(225,199,199)
#E6D5D4
(230,213,212)
#EBE3E1
(235,227,225)
#F0F1EE
(240,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE656C; }

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

This text font color is #BE656C.

Background Color

.myBgColor { background-color: #BE656C; }

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

This div background color is #BE656C.

Border color

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

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

This div border color is #BE656C.

Opacity

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

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

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

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

This text has shadow with #BE656C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BE656C.

Preview

Color preview on black background

This text has color #BE656C on black background.


Color preview on white background

This text has color #BE656C on white background.


Black color preview on #BE656C background

This text has black color on #BE656C background.


White color preview on #BE656C background

This text has white color on #BE656C background.


Related colors

Complementary color

Complementary color for #hex is #419A93.


I love getcolorcode.com

Triadic colors

1 #6CBE65 and #656CBE with #BE656C are triadic colors.

2 #6C65BE and #65BE6C with #BE656C are triadic colors.