COLOR #BE738D

HEX: #BE738D
RGB: (190,115,141)

Color info

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

RGB color model

#BE738D color RGB value is (190,115,141).

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

RGB channels and saturation

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

190
115
141

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

Portions of RGB colors in percentages

R + G + B =
190 + 115 + 141 = 446 (100%)
R 190 of 446 ~ 42.6%
G 115 of 446 ~ 25.78%
B 141 of 446 ~ 31.61%

%42.6
%25.78
%31.61

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 39.47%
  • yellow value is 25.79%
  • 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
%25.79
%25.49

Codes

Color #BE738D in popluar color models

BE738D
RGB190115141
HSL339°36.59%59.80%
HSB/HSV339°39.47%74.51%
CMYK0.00%39.47%25.79%
25.49%

Color #BE738D in popluar number systems.

HEXBE738D
Decimal190115141
Binary10111110111001110001101
Octal276163215

Shades and tints

Shades of #BE738D

#BE738D
(190,115,141)
#AD6981
(173,105,129)
#9C5F75
(156,95,117)
#8B5569
(139,85,105)
#7A4B5D
(122,75,93)
#694151
(105,65,81)
#583745
(88,55,69)
#472D39
(71,45,57)
#36232D
(54,35,45)
#251921
(37,25,33)
#140F15
(20,15,21)
#000000
(0,0,0)

Tints of #BE738D

#BE738D
(190,115,141)
#C37F97
(195,127,151)
#C88BA1
(200,139,161)
#CD97AB
(205,151,171)
#D2A3B5
(210,163,181)
#D7AFBF
(215,175,191)
#DCBBC9
(220,187,201)
#E1C7D3
(225,199,211)
#E6D3DD
(230,211,221)
#EBDFE7
(235,223,231)
#F0EBF1
(240,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE738D; }

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

This text font color is #BE738D.


Background Color

.myBgColor { background-color: #BE738D; }

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

This div background color is #BE738D.


Border color

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

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

This div border color is #BE738D.


Opacity

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

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

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

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

This text has shadow with #BE738D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE738D on black background.


Color preview on white background

This text has color #BE738D on white background.



Black color preview on #BE738D background

This text has black color on #BE738D background.


White color preview on #BE738D background

This text has white color on #BE738D background.