COLOR #BE7F92

HEX: #BE7F92
RGB: (190,127,146)

Color info

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

RGB color model

#BE7F92 color RGB value is (190,127,146).

  • red value is 190;
  • green value is 127;
  • blue value is 146.
RGB:
(190,127,146)
(75%,50%,57%)

RGB channels and saturation

R 190 of 255 = 75%
G 127 of 255 = 50%
B 146 of 255 = 57%

190
127
146

R + G + B ~ 61%. #BE7F92 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 127 + 146 = 463 (100%)
R 190 of 463 ~ 41.04%
G 127 of 463 ~ 27.43%
B 146 of 463 ~ 31.53%

%41.04
%27.43
%31.53

CMYK color model

#BE7F92 color CMYK value is (0,33,23,25).

  • cyan value is 0.00%
  • magenta value is 33.16%
  • yellow value is 23.16%
  • key color value is 25.49%
CMYK:
(0,33,23,25)
C0M33Y23K25 
(0%,33%,23%,25%)
(0.00/0.33/0.23/0.25)	

CMYK percentages

%0
%33.16
%23.16
%25.49

Codes

Color #BE7F92 in popluar color models

BE7F92
RGB190127146
HSL342°32.64%62.16%
HSB/HSV342°33.16%74.51%
CMYK0.00%33.16%23.16%
25.49%

Color #BE7F92 in popluar number systems.

HEXBE7F92
Decimal190127146
Binary10111110111111110010010
Octal276177222

Shades and tints

Shades of #BE7F92

#BE7F92
(190,127,146)
#AD7485
(173,116,133)
#9C6978
(156,105,120)
#8B5E6B
(139,94,107)
#7A535E
(122,83,94)
#694851
(105,72,81)
#583D44
(88,61,68)
#473237
(71,50,55)
#36272A
(54,39,42)
#251C1D
(37,28,29)
#141110
(20,17,16)
#000000
(0,0,0)

Tints of #BE7F92

#BE7F92
(190,127,146)
#C38A9B
(195,138,155)
#C895A4
(200,149,164)
#CDA0AD
(205,160,173)
#D2ABB6
(210,171,182)
#D7B6BF
(215,182,191)
#DCC1C8
(220,193,200)
#E1CCD1
(225,204,209)
#E6D7DA
(230,215,218)
#EBE2E3
(235,226,227)
#F0EDEC
(240,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE7F92 color. Also use rgb(190,127,146) instead hex code.

Text Font Color

.myTextColor { color: #BE7F92; }

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

This text font color is #BE7F92.


Background Color

.myBgColor { background-color: #BE7F92; }

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

This div background color is #BE7F92.


Border color

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

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

This div border color is #BE7F92.


Opacity

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

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

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

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

This text has shadow with #BE7F92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE7F92 on black background.


Color preview on white background

This text has color #BE7F92 on white background.



Black color preview on #BE7F92 background

This text has black color on #BE7F92 background.


White color preview on #BE7F92 background

This text has white color on #BE7F92 background.