COLOR #BE7865

HEX: #BE7865
RGB: (190,120,101)

Color info

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

RGB color model

#BE7865 color RGB value is (190,120,101).

  • red value is 190;
  • green value is 120;
  • blue value is 101.
RGB:
(190,120,101)
(75%,47%,40%)

RGB channels and saturation

R 190 of 255 = 75%
G 120 of 255 = 47%
B 101 of 255 = 40%

190
120
101

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

Portions of RGB colors in percentages

R + G + B =
190 + 120 + 101 = 411 (100%)
R 190 of 411 ~ 46.23%
G 120 of 411 ~ 29.2%
B 101 of 411 ~ 24.57%

%46.23
%29.2
%24.57

CMYK color model

#BE7865 color CMYK value is (0,37,47,25).

  • cyan value is 0.00%
  • magenta value is 36.84%
  • yellow value is 46.84%
  • key color value is 25.49%
CMYK:
(0,37,47,25)
C0M37Y47K25 
(0%,37%,47%,25%)
(0.00/0.37/0.47/0.25)	

CMYK percentages

%0
%36.84
%46.84
%25.49

Codes

Color #BE7865 in popluar color models

BE7865
RGB190120101
HSL13°40.64%57.06%
HSB/HSV13°46.84%74.51%
CMYK0.00%36.84%46.84%
25.49%

Color #BE7865 in popluar number systems.

HEXBE7865
Decimal190120101
Binary1011111011110001100101
Octal276170145

Shades and tints

Shades of #BE7865

#BE7865
(190,120,101)
#AD6E5C
(173,110,92)
#9C6453
(156,100,83)
#8B5A4A
(139,90,74)
#7A5041
(122,80,65)
#694638
(105,70,56)
#583C2F
(88,60,47)
#473226
(71,50,38)
#36281D
(54,40,29)
#251E14
(37,30,20)
#14140B
(20,20,11)
#000000
(0,0,0)

Tints of #BE7865

#BE7865
(190,120,101)
#C38473
(195,132,115)
#C89081
(200,144,129)
#CD9C8F
(205,156,143)
#D2A89D
(210,168,157)
#D7B4AB
(215,180,171)
#DCC0B9
(220,192,185)
#E1CCC7
(225,204,199)
#E6D8D5
(230,216,213)
#EBE4E3
(235,228,227)
#F0F0F1
(240,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE7865 color. Also use rgb(190,120,101) instead hex code.

Text Font Color

.myTextColor { color: #BE7865; }

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

This text font color is #BE7865.


Background Color

.myBgColor { background-color: #BE7865; }

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

This div background color is #BE7865.


Border color

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

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

This div border color is #BE7865.


Opacity

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

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

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

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

This text has shadow with #BE7865 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE7865 on black background.


Color preview on white background

This text has color #BE7865 on white background.



Black color preview on #BE7865 background

This text has black color on #BE7865 background.


White color preview on #BE7865 background

This text has white color on #BE7865 background.