COLOR #BE8C99

HEX: #BE8C99 RGB: (190,140,153)

Color info

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

RGB color model

#BE8C99 color RGB value is (190,140,153).

RGB: (190,140,153) (75%, 55%, 60%)

RGB channels and saturation

R 190 of 255 = 75%
G 140 of 255 = 55%
B 153 of 255 = 60%

190
140
153

R + G + B ~ 63%. #BE8C99 is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 140 + 153 = 483 (100%)
R 190 of 483 ~ 39.34%
G 140 of 483 ~ 28.99%
B 153 of 483 ~ 31.68'%

%39.34
%28.99
%31.68

CMYK color model

#BE8C99 color CMYK value is (0,26,19,25).

  • cyan value is 0.00%
  • magenta value is 26.32%
  • yellow value is 19.47%
  • key color value is 25.49%

CMYK: (0,26,19,25)
C0M26Y19K25 (0%, 26%, 19%, 25%)
(0.00 / 0.26 / 0.19 / 0.25)

CMYK percentages

%0
%26.32
%19.47
%25.49

Codes

Color #BE8C99 in popluar color models

BE 8C 99
RGB 190 140 153
HSL 344° 27.78% 64.71%
HSB/HSV 344° 26.32% 74.51%
CMYK 0.00% 26.32% 19.47%
25.49%

Color #BE8C99 in popluar number systems.

HEX BE 8C 99
Decimal 190 140 153
Binary 10111110 10001100 10011001
Octal 276 214 231

Shades and tints

Shades of #BE8C99

#BE8C99
(190,140,153)
#AD808C
(173,128,140)
#9C747F
(156,116,127)
#8B6872
(139,104,114)
#7A5C65
(122,92,101)
#695058
(105,80,88)
#58444B
(88,68,75)
#47383E
(71,56,62)
#362C31
(54,44,49)
#252024
(37,32,36)
#141417
(20,20,23)
#000000
(0,0,0)

Tints of #BE8C99

#BE8C99
(190,140,153)
#C396A2
(195,150,162)
#C8A0AB
(200,160,171)
#CDAAB4
(205,170,180)
#D2B4BD
(210,180,189)
#D7BEC6
(215,190,198)
#DCC8CF
(220,200,207)
#E1D2D8
(225,210,216)
#E6DCE1
(230,220,225)
#EBE6EA
(235,230,234)
#F0F0F3
(240,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE8C99; }

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

This text font color is #BE8C99.

Background Color

.myBgColor { background-color: #BE8C99; }

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

This div background color is #BE8C99.

Border color

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

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

This div border color is #BE8C99.

Opacity

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

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

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

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

This text has shadow with #BE8C99 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BE8C99.

Preview

Color preview on black background

This text has color #BE8C99 on black background.


Color preview on white background

This text has color #BE8C99 on white background.


Black color preview on #BE8C99 background

This text has black color on #BE8C99 background.


White color preview on #BE8C99 background

This text has white color on #BE8C99 background.


Related colors

Complementary color

Complementary color for #hex is #417366.


I love getcolorcode.com

Triadic colors

1 #99BE8C and #8C99BE with #BE8C99 are triadic colors.

2 #998CBE and #8CBE99 with #BE8C99 are triadic colors.