COLOR #BE908C

HEX: #BE908C RGB: (190,144,140)

Color info

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

RGB color model

#BE908C color RGB value is (190,144,140).

RGB: (190,144,140) (75%, 56%, 55%)

RGB channels and saturation

R 190 of 255 = 75%
G 144 of 255 = 56%
B 140 of 255 = 55%

190
144
140

R + G + B ~ 62%. #BE908C is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 144 + 140 = 474 (100%)
R 190 of 474 ~ 40.08%
G 144 of 474 ~ 30.38%
B 140 of 474 ~ 29.54'%

%40.08
%30.38
%29.54

CMYK color model

#BE908C color CMYK value is (0,24,26,25).

  • cyan value is 0.00%
  • magenta value is 24.21%
  • yellow value is 26.32%
  • key color value is 25.49%
CMYK: (0,24,26,25) C0M24Y26K25 (0%,24%,26%,25%) (0.00/0.24/0.26/0.25) 

CMYK percentages

%0
%24.21
%26.32
%25.49

Codes

Color #BE908C in popluar color models

BE 90 8C
RGB 190 144 140
HSL 27.78% 64.71%
HSB/HSV 26.32% 74.51%
CMYK 0.00% 24.21% 26.32%
25.49%

Color #BE908C in popluar number systems.

HEX BE 90 8C
Decimal 190 144 140
Binary 10111110 10010000 10001100
Octal 276 220 214

Shades and tints

Shades of #BE908C

#BE908C
(190,144,140)
#AD8380
(173,131,128)
#9C7674
(156,118,116)
#8B6968
(139,105,104)
#7A5C5C
(122,92,92)
#694F50
(105,79,80)
#584244
(88,66,68)
#473538
(71,53,56)
#36282C
(54,40,44)
#251B20
(37,27,32)
#140E14
(20,14,20)
#000000
(0,0,0)

Tints of #BE908C

#BE908C
(190,144,140)
#C39A96
(195,154,150)
#C8A4A0
(200,164,160)
#CDAEAA
(205,174,170)
#D2B8B4
(210,184,180)
#D7C2BE
(215,194,190)
#DCCCC8
(220,204,200)
#E1D6D2
(225,214,210)
#E6E0DC
(230,224,220)
#EBEAE6
(235,234,230)
#F0F4F0
(240,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE908C; }

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

This text font color is #BE908C.

Background Color

.myBgColor { background-color: #BE908C; }

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

This div background color is #BE908C.

Border color

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

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

This div border color is #BE908C.

Opacity

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

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

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

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

This text has shadow with #BE908C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BE908C.

Preview

Color preview on black background

This text has color #BE908C on black background.


Color preview on white background

This text has color #BE908C on white background.


Black color preview on #BE908C background

This text has black color on #BE908C background.


White color preview on #BE908C background

This text has white color on #BE908C background.


Related colors

Complementary color

Complementary color for #hex is #416F73.


I love getcolorcode.com

Triadic colors

1 #8CBE90 and #908CBE with #BE908C are triadic colors.

2 #8C90BE and #90BE8C with #BE908C are triadic colors.