COLOR #BE7569

HEX: #BE7569 RGB: (190,117,105)

Color info

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

RGB color model

#BE7569 color RGB value is (190,117,105).

RGB: (190,117,105) (75%, 46%, 41%)

RGB channels and saturation

R 190 of 255 = 75%
G 117 of 255 = 46%
B 105 of 255 = 41%

190
117
105

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

Portions of RGB colors in percentages

R + G + B = 190 + 117 + 105 = 412 (100%)
R 190 of 412 ~ 46.12%
G 117 of 412 ~ 28.4%
B 105 of 412 ~ 25.49'%

%46.12
%28.4
%25.49

CMYK color model

#BE7569 color CMYK value is (0,38,45,25).

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

CMYK: (0,38,45,25)
C0M38Y45K25 (0%, 38%, 45%, 25%)
(0.00 / 0.38 / 0.45 / 0.25)

CMYK percentages

%0
%38.42
%44.74
%25.49

Codes

Color #BE7569 in popluar color models

BE 75 69
RGB 190 117 105
HSL 39.53% 57.84%
HSB/HSV 44.74% 74.51%
CMYK 0.00% 38.42% 44.74%
25.49%

Color #BE7569 in popluar number systems.

HEX BE 75 69
Decimal 190 117 105
Binary 10111110 1110101 1101001
Octal 276 165 151

Shades and tints

Shades of #BE7569

#BE7569
(190,117,105)
#AD6B60
(173,107,96)
#9C6157
(156,97,87)
#8B574E
(139,87,78)
#7A4D45
(122,77,69)
#69433C
(105,67,60)
#583933
(88,57,51)
#472F2A
(71,47,42)
#362521
(54,37,33)
#251B18
(37,27,24)
#14110F
(20,17,15)
#000000
(0,0,0)

Tints of #BE7569

#BE7569
(190,117,105)
#C38176
(195,129,118)
#C88D83
(200,141,131)
#CD9990
(205,153,144)
#D2A59D
(210,165,157)
#D7B1AA
(215,177,170)
#DCBDB7
(220,189,183)
#E1C9C4
(225,201,196)
#E6D5D1
(230,213,209)
#EBE1DE
(235,225,222)
#F0EDEB
(240,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE7569; }

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

This text font color is #BE7569.

Background Color

.myBgColor { background-color: #BE7569; }

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

This div background color is #BE7569.

Border color

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

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

This div border color is #BE7569.

Opacity

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

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

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

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

This text has shadow with #BE7569 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BE7569.

Preview

Color preview on black background

This text has color #BE7569 on black background.


Color preview on white background

This text has color #BE7569 on white background.


Black color preview on #BE7569 background

This text has black color on #BE7569 background.


White color preview on #BE7569 background

This text has white color on #BE7569 background.


Related colors

Complementary color

Complementary color for #hex is #418A96.


I love getcolorcode.com

Triadic colors

1 #69BE75 and #7569BE with #BE7569 are triadic colors.

2 #6975BE and #75BE69 with #BE7569 are triadic colors.