COLOR #BE7875

HEX: #BE7875
RGB: (190,120,117)

Color info

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

RGB color model

#BE7875 color RGB value is (190,120,117).

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

RGB channels and saturation

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

190
120
117

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

Portions of RGB colors in percentages

R + G + B =
190 + 120 + 117 = 427 (100%)
R 190 of 427 ~ 44.5%
G 120 of 427 ~ 28.1%
B 117 of 427 ~ 27.4%

%44.5
%28.1
%27.4

CMYK color model

#BE7875 color CMYK value is (0,37,38,25).

  • cyan value is 0.00%
  • magenta value is 36.84%
  • yellow value is 38.42%
  • key color value is 25.49%
CMYK:
(0,37,38,25)
C0M37Y38K25 
(0%,37%,38%,25%)
(0.00/0.37/0.38/0.25)	

CMYK percentages

%0
%36.84
%38.42
%25.49

Codes

Color #BE7875 in popluar color models

BE7875
RGB190120117
HSL35.96%60.20%
HSB/HSV38.42%74.51%
CMYK0.00%36.84%38.42%
25.49%

Color #BE7875 in popluar number systems.

HEXBE7875
Decimal190120117
Binary1011111011110001110101
Octal276170165

Shades and tints

Shades of #BE7875

#BE7875
(190,120,117)
#AD6E6B
(173,110,107)
#9C6461
(156,100,97)
#8B5A57
(139,90,87)
#7A504D
(122,80,77)
#694643
(105,70,67)
#583C39
(88,60,57)
#47322F
(71,50,47)
#362825
(54,40,37)
#251E1B
(37,30,27)
#141411
(20,20,17)
#000000
(0,0,0)

Tints of #BE7875

#BE7875
(190,120,117)
#C38481
(195,132,129)
#C8908D
(200,144,141)
#CD9C99
(205,156,153)
#D2A8A5
(210,168,165)
#D7B4B1
(215,180,177)
#DCC0BD
(220,192,189)
#E1CCC9
(225,204,201)
#E6D8D5
(230,216,213)
#EBE4E1
(235,228,225)
#F0F0ED
(240,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE7875; }

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

This text font color is #BE7875.


Background Color

.myBgColor { background-color: #BE7875; }

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

This div background color is #BE7875.


Border color

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

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

This div border color is #BE7875.


Opacity

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

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

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

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

This text has shadow with #BE7875 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE7875 on black background.


Color preview on white background

This text has color #BE7875 on white background.



Black color preview on #BE7875 background

This text has black color on #BE7875 background.


White color preview on #BE7875 background

This text has white color on #BE7875 background.