COLOR #BE738C

HEX: #BE738C
RGB: (190,115,140)

Color info

#BE738C contains mainly red and blue colors. Web safe color of #BE738C is #CC6699 (or #C69).

RGB color model

#BE738C color RGB value is (190,115,140).

  • red value is 190;
  • green value is 115;
  • blue value is 140.
RGB:
(190,115,140)
(75%,45%,55%)

RGB channels and saturation

R 190 of 255 = 75%
G 115 of 255 = 45%
B 140 of 255 = 55%

190
115
140

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

Portions of RGB colors in percentages

R + G + B =
190 + 115 + 140 = 445 (100%)
R 190 of 445 ~ 42.7%
G 115 of 445 ~ 25.84%
B 140 of 445 ~ 31.46%

%42.7
%25.84
%31.46

CMYK color model

#BE738C color CMYK value is (0,39,26,25).

  • cyan value is 0.00%
  • magenta value is 39.47%
  • yellow value is 26.32%
  • key color value is 25.49%
CMYK:
(0,39,26,25)
C0M39Y26K25 
(0%,39%,26%,25%)
(0.00/0.39/0.26/0.25)	

CMYK percentages

%0
%39.47
%26.32
%25.49

Codes

Color #BE738C in popluar color models

BE738C
RGB190115140
HSL340°36.59%59.80%
HSB/HSV340°39.47%74.51%
CMYK0.00%39.47%26.32%
25.49%

Color #BE738C in popluar number systems.

HEXBE738C
Decimal190115140
Binary10111110111001110001100
Octal276163214

Shades and tints

Shades of #BE738C

#BE738C
(190,115,140)
#AD6980
(173,105,128)
#9C5F74
(156,95,116)
#8B5568
(139,85,104)
#7A4B5C
(122,75,92)
#694150
(105,65,80)
#583744
(88,55,68)
#472D38
(71,45,56)
#36232C
(54,35,44)
#251920
(37,25,32)
#140F14
(20,15,20)
#000000
(0,0,0)

Tints of #BE738C

#BE738C
(190,115,140)
#C37F96
(195,127,150)
#C88BA0
(200,139,160)
#CD97AA
(205,151,170)
#D2A3B4
(210,163,180)
#D7AFBE
(215,175,190)
#DCBBC8
(220,187,200)
#E1C7D2
(225,199,210)
#E6D3DC
(230,211,220)
#EBDFE6
(235,223,230)
#F0EBF0
(240,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE738C color. Also use rgb(190,115,140) instead hex code.

Text Font Color

.myTextColor { color: #BE738C; }

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

This text font color is #BE738C.


Background Color

.myBgColor { background-color: #BE738C; }

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

This div background color is #BE738C.


Border color

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

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

This div border color is #BE738C.


Opacity

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

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

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

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

This text has shadow with #BE738C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE738C on black background.


Color preview on white background

This text has color #BE738C on white background.



Black color preview on #BE738C background

This text has black color on #BE738C background.


White color preview on #BE738C background

This text has white color on #BE738C background.