COLOR #BE949B

HEX: #BE949B RGB: (190,148,155)

Color info

#BE949B contains red, green and blue colors in about the same proportion. Web safe color of #BE949B is #CC9999 (or #C99).

RGB color model

#BE949B color RGB value is (190,148,155).

RGB: (190,148,155) (75%, 58%, 61%)

RGB channels and saturation

R 190 of 255 = 75%
G 148 of 255 = 58%
B 155 of 255 = 61%

190
148
155

R + G + B ~ 65%. #BE949B is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 148 + 155 = 493 (100%)
R 190 of 493 ~ 38.54%
G 148 of 493 ~ 30.02%
B 155 of 493 ~ 31.44'%

%38.54
%30.02
%31.44

CMYK color model

#BE949B color CMYK value is (0,22,18,25).

  • cyan value is 0.00%
  • magenta value is 22.11%
  • yellow value is 18.42%
  • key color value is 25.49%

CMYK: (0,22,18,25)
C0M22Y18K25 (0%, 22%, 18%, 25%)
(0.00 / 0.22 / 0.18 / 0.25)

CMYK percentages

%0
%22.11
%18.42
%25.49

Codes

Color #BE949B in popluar color models

BE 94 9B
RGB 190 148 155
HSL 350° 24.42% 66.27%
HSB/HSV 350° 22.11% 74.51%
CMYK 0.00% 22.11% 18.42%
25.49%

Color #BE949B in popluar number systems.

HEX BE 94 9B
Decimal 190 148 155
Binary 10111110 10010100 10011011
Octal 276 224 233

Shades and tints

Shades of #BE949B

#BE949B
(190,148,155)
#AD878D
(173,135,141)
#9C7A7F
(156,122,127)
#8B6D71
(139,109,113)
#7A6063
(122,96,99)
#695355
(105,83,85)
#584647
(88,70,71)
#473939
(71,57,57)
#362C2B
(54,44,43)
#251F1D
(37,31,29)
#14120F
(20,18,15)
#000000
(0,0,0)

Tints of #BE949B

#BE949B
(190,148,155)
#C39DA4
(195,157,164)
#C8A6AD
(200,166,173)
#CDAFB6
(205,175,182)
#D2B8BF
(210,184,191)
#D7C1C8
(215,193,200)
#DCCAD1
(220,202,209)
#E1D3DA
(225,211,218)
#E6DCE3
(230,220,227)
#EBE5EC
(235,229,236)
#F0EEF5
(240,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE949B color. Also use rgb(190,148,155) instead hex code.

Text Font Color

.myTextColor { color: #BE949B; }

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

This text font color is #BE949B.

Background Color

.myBgColor { background-color: #BE949B; }

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

This div background color is #BE949B.

Border color

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

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

This div border color is #BE949B.

Opacity

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

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

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

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

This text has shadow with #BE949B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BE949B.

Preview

Color preview on black background

This text has color #BE949B on black background.


Color preview on white background

This text has color #BE949B on white background.


Black color preview on #BE949B background

This text has black color on #BE949B background.


White color preview on #BE949B background

This text has white color on #BE949B background.


Related colors

Complementary color

Complementary color for #hex is #416B64.


I love getcolorcode.com

Triadic colors

1 #9BBE94 and #949BBE with #BE949B are triadic colors.

2 #9B94BE and #94BE9B with #BE949B are triadic colors.