COLOR #BE4B95

HEX: #BE4B95
RGB: (190,75,149)

Color info

#BE4B95 contains mainly red and blue colors. Web safe color of #BE4B95 is #CC3399 (or #C39).

RGB color model

#BE4B95 color RGB value is (190,75,149).

  • red value is 190;
  • green value is 75;
  • blue value is 149.
RGB:
(190,75,149)
(75%,29%,58%)

RGB channels and saturation

R 190 of 255 = 75%
G 75 of 255 = 29%
B 149 of 255 = 58%

190
75
149

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

Portions of RGB colors in percentages

R + G + B =
190 + 75 + 149 = 414 (100%)
R 190 of 414 ~ 45.89%
G 75 of 414 ~ 18.12%
B 149 of 414 ~ 35.99%

%45.89
%18.12
%35.99

CMYK color model

#BE4B95 color CMYK value is (0,61,22,25).

  • cyan value is 0.00%
  • magenta value is 60.53%
  • yellow value is 21.58%
  • key color value is 25.49%
CMYK:
(0,61,22,25)
C0M61Y22K25 
(0%,61%,22%,25%)
(0.00/0.61/0.22/0.25)	

CMYK percentages

%0
%60.53
%21.58
%25.49

Codes

Color #BE4B95 in popluar color models

BE4B95
RGB19075149
HSL321°46.94%51.96%
HSB/HSV321°60.53%74.51%
CMYK0.00%60.53%21.58%
25.49%

Color #BE4B95 in popluar number systems.

HEXBE4B95
Decimal19075149
Binary10111110100101110010101
Octal276113225

Shades and tints

Shades of #BE4B95

#BE4B95
(190,75,149)
#AD4588
(173,69,136)
#9C3F7B
(156,63,123)
#8B396E
(139,57,110)
#7A3361
(122,51,97)
#692D54
(105,45,84)
#582747
(88,39,71)
#47213A
(71,33,58)
#361B2D
(54,27,45)
#251520
(37,21,32)
#140F13
(20,15,19)
#000000
(0,0,0)

Tints of #BE4B95

#BE4B95
(190,75,149)
#C35B9E
(195,91,158)
#C86BA7
(200,107,167)
#CD7BB0
(205,123,176)
#D28BB9
(210,139,185)
#D79BC2
(215,155,194)
#DCABCB
(220,171,203)
#E1BBD4
(225,187,212)
#E6CBDD
(230,203,221)
#EBDBE6
(235,219,230)
#F0EBEF
(240,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE4B95 color. Also use rgb(190,75,149) instead hex code.

Text Font Color

.myTextColor { color: #BE4B95; }

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

This text font color is #BE4B95.


Background Color

.myBgColor { background-color: #BE4B95; }

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

This div background color is #BE4B95.


Border color

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

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

This div border color is #BE4B95.


Opacity

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

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

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

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

This text has shadow with #BE4B95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE4B95 on black background.


Color preview on white background

This text has color #BE4B95 on white background.



Black color preview on #BE4B95 background

This text has black color on #BE4B95 background.


White color preview on #BE4B95 background

This text has white color on #BE4B95 background.