COLOR #BE7579

HEX: #BE7579 RGB: (190,117,121)

Color info

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

RGB color model

#BE7579 color RGB value is (190,117,121).

RGB: (190,117,121) (75%, 46%, 47%)

RGB channels and saturation

R 190 of 255 = 75%
G 117 of 255 = 46%
B 121 of 255 = 47%

190
117
121

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

Portions of RGB colors in percentages

R + G + B = 190 + 117 + 121 = 428 (100%)
R 190 of 428 ~ 44.39%
G 117 of 428 ~ 27.34%
B 121 of 428 ~ 28.27'%

%44.39
%27.34
%28.27

CMYK color model

#BE7579 color CMYK value is (0,38,36,25).

  • cyan value is 0.00%
  • magenta value is 38.42%
  • yellow value is 36.32%
  • key color value is 25.49%

CMYK: (0,38,36,25)
C0M38Y36K25 (0%, 38%, 36%, 25%)
(0.00 / 0.38 / 0.36 / 0.25)

CMYK percentages

%0
%38.42
%36.32
%25.49

Codes

Color #BE7579 in popluar color models

BE 75 79
RGB 190 117 121
HSL 357° 35.96% 60.20%
HSB/HSV 357° 38.42% 74.51%
CMYK 0.00% 38.42% 36.32%
25.49%

Color #BE7579 in popluar number systems.

HEX BE 75 79
Decimal 190 117 121
Binary 10111110 1110101 1111001
Octal 276 165 171

Shades and tints

Shades of #BE7579

#BE7579
(190,117,121)
#AD6B6E
(173,107,110)
#9C6163
(156,97,99)
#8B5758
(139,87,88)
#7A4D4D
(122,77,77)
#694342
(105,67,66)
#583937
(88,57,55)
#472F2C
(71,47,44)
#362521
(54,37,33)
#251B16
(37,27,22)
#14110B
(20,17,11)
#000000
(0,0,0)

Tints of #BE7579

#BE7579
(190,117,121)
#C38185
(195,129,133)
#C88D91
(200,141,145)
#CD999D
(205,153,157)
#D2A5A9
(210,165,169)
#D7B1B5
(215,177,181)
#DCBDC1
(220,189,193)
#E1C9CD
(225,201,205)
#E6D5D9
(230,213,217)
#EBE1E5
(235,225,229)
#F0EDF1
(240,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE7579 color. Also use rgb(190,117,121) instead hex code.

Text Font Color

.myTextColor { color: #BE7579; }

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

This text font color is #BE7579.

Background Color

.myBgColor { background-color: #BE7579; }

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

This div background color is #BE7579.

Border color

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

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

This div border color is #BE7579.

Opacity

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

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

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

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

This text has shadow with #BE7579 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BE7579.

Preview

Color preview on black background

This text has color #BE7579 on black background.


Color preview on white background

This text has color #BE7579 on white background.


Black color preview on #BE7579 background

This text has black color on #BE7579 background.


White color preview on #BE7579 background

This text has white color on #BE7579 background.


Related colors

Complementary color

Complementary color for #hex is #418A86.


I love getcolorcode.com

Triadic colors

1 #79BE75 and #7579BE with #BE7579 are triadic colors.

2 #7975BE and #75BE79 with #BE7579 are triadic colors.