COLOR #BE8599

HEX: #BE8599 RGB: (190,133,153)

Color info

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

RGB color model

#BE8599 color RGB value is (190,133,153).

RGB: (190,133,153) (75%, 52%, 60%)

RGB channels and saturation

R 190 of 255 = 75%
G 133 of 255 = 52%
B 153 of 255 = 60%

190
133
153

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

Portions of RGB colors in percentages

R + G + B = 190 + 133 + 153 = 476 (100%)
R 190 of 476 ~ 39.92%
G 133 of 476 ~ 27.94%
B 153 of 476 ~ 32.14'%

%39.92
%27.94
%32.14

CMYK color model

#BE8599 color CMYK value is (0,30,19,25).

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

CMYK: (0,30,19,25)
C0M30Y19K25 (0%, 30%, 19%, 25%)
(0.00 / 0.30 / 0.19 / 0.25)

CMYK percentages

%0
%30
%19.47
%25.49

Codes

Color #BE8599 in popluar color models

BE 85 99
RGB 190 133 153
HSL 339° 30.48% 63.33%
HSB/HSV 339° 30.00% 74.51%
CMYK 0.00% 30.00% 19.47%
25.49%

Color #BE8599 in popluar number systems.

HEX BE 85 99
Decimal 190 133 153
Binary 10111110 10000101 10011001
Octal 276 205 231

Shades and tints

Shades of #BE8599

#BE8599
(190,133,153)
#AD798C
(173,121,140)
#9C6D7F
(156,109,127)
#8B6172
(139,97,114)
#7A5565
(122,85,101)
#694958
(105,73,88)
#583D4B
(88,61,75)
#47313E
(71,49,62)
#362531
(54,37,49)
#251924
(37,25,36)
#140D17
(20,13,23)
#000000
(0,0,0)

Tints of #BE8599

#BE8599
(190,133,153)
#C390A2
(195,144,162)
#C89BAB
(200,155,171)
#CDA6B4
(205,166,180)
#D2B1BD
(210,177,189)
#D7BCC6
(215,188,198)
#DCC7CF
(220,199,207)
#E1D2D8
(225,210,216)
#E6DDE1
(230,221,225)
#EBE8EA
(235,232,234)
#F0F3F3
(240,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE8599; }

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

This text font color is #BE8599.

Background Color

.myBgColor { background-color: #BE8599; }

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

This div background color is #BE8599.

Border color

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

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

This div border color is #BE8599.

Opacity

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

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

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

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

This text has shadow with #BE8599 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BE8599.

Preview

Color preview on black background

This text has color #BE8599 on black background.


Color preview on white background

This text has color #BE8599 on white background.


Black color preview on #BE8599 background

This text has black color on #BE8599 background.


White color preview on #BE8599 background

This text has white color on #BE8599 background.


Related colors

Complementary color

Complementary color for #hex is #417A66.


I love getcolorcode.com

Triadic colors

1 #99BE85 and #8599BE with #BE8599 are triadic colors.

2 #9985BE and #85BE99 with #BE8599 are triadic colors.