COLOR #BE6672

HEX: #BE6672 RGB: (190,102,114)

Color info

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

RGB color model

#BE6672 color RGB value is (190,102,114).

RGB: (190,102,114) (75%, 40%, 45%)

RGB channels and saturation

R 190 of 255 = 75%
G 102 of 255 = 40%
B 114 of 255 = 45%

190
102
114

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

Portions of RGB colors in percentages

R + G + B = 190 + 102 + 114 = 406 (100%)
R 190 of 406 ~ 46.8%
G 102 of 406 ~ 25.12%
B 114 of 406 ~ 28.08'%

%46.8
%25.12
%28.08

CMYK color model

#BE6672 color CMYK value is (0,46,40,25).

  • cyan value is 0.00%
  • magenta value is 46.32%
  • yellow value is 40.00%
  • key color value is 25.49%

CMYK: (0,46,40,25)
C0M46Y40K25 (0%, 46%, 40%, 25%)
(0.00 / 0.46 / 0.40 / 0.25)

CMYK percentages

%0
%46.32
%40
%25.49

Codes

Color #BE6672 in popluar color models

BE 66 72
RGB 190 102 114
HSL 352° 40.37% 57.25%
HSB/HSV 352° 46.32% 74.51%
CMYK 0.00% 46.32% 40.00%
25.49%

Color #BE6672 in popluar number systems.

HEX BE 66 72
Decimal 190 102 114
Binary 10111110 1100110 1110010
Octal 276 146 162

Shades and tints

Shades of #BE6672

#BE6672
(190,102,114)
#AD5D68
(173,93,104)
#9C545E
(156,84,94)
#8B4B54
(139,75,84)
#7A424A
(122,66,74)
#693940
(105,57,64)
#583036
(88,48,54)
#47272C
(71,39,44)
#361E22
(54,30,34)
#251518
(37,21,24)
#140C0E
(20,12,14)
#000000
(0,0,0)

Tints of #BE6672

#BE6672
(190,102,114)
#C3737E
(195,115,126)
#C8808A
(200,128,138)
#CD8D96
(205,141,150)
#D29AA2
(210,154,162)
#D7A7AE
(215,167,174)
#DCB4BA
(220,180,186)
#E1C1C6
(225,193,198)
#E6CED2
(230,206,210)
#EBDBDE
(235,219,222)
#F0E8EA
(240,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE6672 color. Also use rgb(190,102,114) instead hex code.

Text Font Color

.myTextColor { color: #BE6672; }

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

This text font color is #BE6672.

Background Color

.myBgColor { background-color: #BE6672; }

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

This div background color is #BE6672.

Border color

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

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

This div border color is #BE6672.

Opacity

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

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

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

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

This text has shadow with #BE6672 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BE6672.

Preview

Color preview on black background

This text has color #BE6672 on black background.


Color preview on white background

This text has color #BE6672 on white background.


Black color preview on #BE6672 background

This text has black color on #BE6672 background.


White color preview on #BE6672 background

This text has white color on #BE6672 background.


Related colors

Complementary color

Complementary color for #hex is #41998D.


I love getcolorcode.com

Triadic colors

1 #72BE66 and #6672BE with #BE6672 are triadic colors.

2 #7266BE and #66BE72 with #BE6672 are triadic colors.