COLOR #BE7B75

HEX: #BE7B75
RGB: (190,123,117)

Color info

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

RGB color model

#BE7B75 color RGB value is (190,123,117).

  • red value is 190;
  • green value is 123;
  • blue value is 117.
RGB:
(190,123,117)
(75%,48%,46%)

RGB channels and saturation

R 190 of 255 = 75%
G 123 of 255 = 48%
B 117 of 255 = 46%

190
123
117

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

Portions of RGB colors in percentages

R + G + B =
190 + 123 + 117 = 430 (100%)
R 190 of 430 ~ 44.19%
G 123 of 430 ~ 28.6%
B 117 of 430 ~ 27.21%

%44.19
%28.6
%27.21

CMYK color model

#BE7B75 color CMYK value is (0,35,38,25).

  • cyan value is 0.00%
  • magenta value is 35.26%
  • yellow value is 38.42%
  • key color value is 25.49%
CMYK:
(0,35,38,25)
C0M35Y38K25 
(0%,35%,38%,25%)
(0.00/0.35/0.38/0.25)	

CMYK percentages

%0
%35.26
%38.42
%25.49

Codes

Color #BE7B75 in popluar color models

BE7B75
RGB190123117
HSL35.96%60.20%
HSB/HSV38.42%74.51%
CMYK0.00%35.26%38.42%
25.49%

Color #BE7B75 in popluar number systems.

HEXBE7B75
Decimal190123117
Binary1011111011110111110101
Octal276173165

Shades and tints

Shades of #BE7B75

#BE7B75
(190,123,117)
#AD706B
(173,112,107)
#9C6561
(156,101,97)
#8B5A57
(139,90,87)
#7A4F4D
(122,79,77)
#694443
(105,68,67)
#583939
(88,57,57)
#472E2F
(71,46,47)
#362325
(54,35,37)
#25181B
(37,24,27)
#140D11
(20,13,17)
#000000
(0,0,0)

Tints of #BE7B75

#BE7B75
(190,123,117)
#C38781
(195,135,129)
#C8938D
(200,147,141)
#CD9F99
(205,159,153)
#D2ABA5
(210,171,165)
#D7B7B1
(215,183,177)
#DCC3BD
(220,195,189)
#E1CFC9
(225,207,201)
#E6DBD5
(230,219,213)
#EBE7E1
(235,231,225)
#F0F3ED
(240,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE7B75; }

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

This text font color is #BE7B75.


Background Color

.myBgColor { background-color: #BE7B75; }

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

This div background color is #BE7B75.


Border color

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

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

This div border color is #BE7B75.


Opacity

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

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

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

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

This text has shadow with #BE7B75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE7B75 on black background.


Color preview on white background

This text has color #BE7B75 on white background.



Black color preview on #BE7B75 background

This text has black color on #BE7B75 background.


White color preview on #BE7B75 background

This text has white color on #BE7B75 background.