COLOR #BE7556

HEX: #BE7556 RGB: (190,117,86)

Color info

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

RGB color model

#BE7556 color RGB value is (190,117,86).

RGB: (190,117,86) (75%, 46%, 34%)

RGB channels and saturation

R 190 of 255 = 75%
G 117 of 255 = 46%
B 86 of 255 = 34%

190
117
86

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

Portions of RGB colors in percentages

R + G + B = 190 + 117 + 86 = 393 (100%)
R 190 of 393 ~ 48.35%
G 117 of 393 ~ 29.77%
B 86 of 393 ~ 21.88'%

%48.35
%29.77
%21.88

CMYK color model

#BE7556 color CMYK value is (0,38,55,25).

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

CMYK: (0,38,55,25)
C0M38Y55K25 (0%, 38%, 55%, 25%)
(0.00 / 0.38 / 0.55 / 0.25)

CMYK percentages

%0
%38.42
%54.74
%25.49

Codes

Color #BE7556 in popluar color models

BE 75 56
RGB 190 117 86
HSL 18° 44.44% 54.12%
HSB/HSV 18° 54.74% 74.51%
CMYK 0.00% 38.42% 54.74%
25.49%

Color #BE7556 in popluar number systems.

HEX BE 75 56
Decimal 190 117 86
Binary 10111110 1110101 1010110
Octal 276 165 126

Shades and tints

Shades of #BE7556

#BE7556
(190,117,86)
#AD6B4F
(173,107,79)
#9C6148
(156,97,72)
#8B5741
(139,87,65)
#7A4D3A
(122,77,58)
#694333
(105,67,51)
#58392C
(88,57,44)
#472F25
(71,47,37)
#36251E
(54,37,30)
#251B17
(37,27,23)
#141110
(20,17,16)
#000000
(0,0,0)

Tints of #BE7556

#BE7556
(190,117,86)
#C38165
(195,129,101)
#C88D74
(200,141,116)
#CD9983
(205,153,131)
#D2A592
(210,165,146)
#D7B1A1
(215,177,161)
#DCBDB0
(220,189,176)
#E1C9BF
(225,201,191)
#E6D5CE
(230,213,206)
#EBE1DD
(235,225,221)
#F0EDEC
(240,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE7556; }

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

This text font color is #BE7556.

Background Color

.myBgColor { background-color: #BE7556; }

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

This div background color is #BE7556.

Border color

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

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

This div border color is #BE7556.

Opacity

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

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

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

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

This text has shadow with #BE7556 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BE7556.

Preview

Color preview on black background

This text has color #BE7556 on black background.


Color preview on white background

This text has color #BE7556 on white background.


Black color preview on #BE7556 background

This text has black color on #BE7556 background.


White color preview on #BE7556 background

This text has white color on #BE7556 background.


Related colors

Complementary color

Complementary color for #hex is #418AA9.


I love getcolorcode.com

Triadic colors

1 #56BE75 and #7556BE with #BE7556 are triadic colors.

2 #5675BE and #75BE56 with #BE7556 are triadic colors.