COLOR #BE624F

HEX: #BE624F RGB: (190,98,79)

Color info

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

RGB color model

#BE624F color RGB value is (190,98,79).

RGB: (190,98,79) (75%, 38%, 31%)

RGB channels and saturation

R 190 of 255 = 75%
G 98 of 255 = 38%
B 79 of 255 = 31%

190
98
79

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

Portions of RGB colors in percentages

R + G + B = 190 + 98 + 79 = 367 (100%)
R 190 of 367 ~ 51.77%
G 98 of 367 ~ 26.7%
B 79 of 367 ~ 21.53'%

%51.77
%26.7
%21.53

CMYK color model

#BE624F color CMYK value is (0,48,58,25).

  • cyan value is 0.00%
  • magenta value is 48.42%
  • yellow value is 58.42%
  • key color value is 25.49%
CMYK: (0,48,58,25) C0M48Y58K25 (0%,48%,58%,25%) (0.00/0.48/0.58/0.25) 

CMYK percentages

%0
%48.42
%58.42
%25.49

Codes

Color #BE624F in popluar color models

BE 62 4F
RGB 190 98 79
HSL 10° 46.06% 52.75%
HSB/HSV 10° 58.42% 74.51%
CMYK 0.00% 48.42% 58.42%
25.49%

Color #BE624F in popluar number systems.

HEX BE 62 4F
Decimal 190 98 79
Binary 10111110 1100010 1001111
Octal 276 142 117

Shades and tints

Shades of #BE624F

#BE624F
(190,98,79)
#AD5A48
(173,90,72)
#9C5241
(156,82,65)
#8B4A3A
(139,74,58)
#7A4233
(122,66,51)
#693A2C
(105,58,44)
#583225
(88,50,37)
#472A1E
(71,42,30)
#362217
(54,34,23)
#251A10
(37,26,16)
#141209
(20,18,9)
#000000
(0,0,0)

Tints of #BE624F

#BE624F
(190,98,79)
#C3705F
(195,112,95)
#C87E6F
(200,126,111)
#CD8C7F
(205,140,127)
#D29A8F
(210,154,143)
#D7A89F
(215,168,159)
#DCB6AF
(220,182,175)
#E1C4BF
(225,196,191)
#E6D2CF
(230,210,207)
#EBE0DF
(235,224,223)
#F0EEEF
(240,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE624F color. Also use rgb(190,98,79) instead hex code.

Text Font Color

.myTextColor { color: #BE624F; }

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

This text font color is #BE624F.

Background Color

.myBgColor { background-color: #BE624F; }

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

This div background color is #BE624F.

Border color

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

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

This div border color is #BE624F.

Opacity

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

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

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

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

This text has shadow with #BE624F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BE624F.

Preview

Color preview on black background

This text has color #BE624F on black background.


Color preview on white background

This text has color #BE624F on white background.


Black color preview on #BE624F background

This text has black color on #BE624F background.


White color preview on #BE624F background

This text has white color on #BE624F background.


Related colors

Complementary color

Complementary color for #hex is #419DB0.


I love getcolorcode.com

Triadic colors

1 #4FBE62 and #624FBE with #BE624F are triadic colors.

2 #4F62BE and #62BE4F with #BE624F are triadic colors.