COLOR #BE869A

HEX: #BE869A
RGB: (190,134,154)

Color info

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

RGB color model

#BE869A color RGB value is (190,134,154).

  • red value is 190;
  • green value is 134;
  • blue value is 154.
RGB:
(190,134,154)
(75%,53%,60%)

RGB channels and saturation

R 190 of 255 = 75%
G 134 of 255 = 53%
B 154 of 255 = 60%

190
134
154

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

Portions of RGB colors in percentages

R + G + B =
190 + 134 + 154 = 478 (100%)
R 190 of 478 ~ 39.75%
G 134 of 478 ~ 28.03%
B 154 of 478 ~ 32.22%

%39.75
%28.03
%32.22

CMYK color model

#BE869A color CMYK value is (0,29,19,25).

  • cyan value is 0.00%
  • magenta value is 29.47%
  • yellow value is 18.95%
  • key color value is 25.49%
CMYK:
(0,29,19,25)
C0M29Y19K25 
(0%,29%,19%,25%)
(0.00/0.29/0.19/0.25)	

CMYK percentages

%0
%29.47
%18.95
%25.49

Codes

Color #BE869A in popluar color models

BE869A
RGB190134154
HSL339°30.11%63.53%
HSB/HSV339°29.47%74.51%
CMYK0.00%29.47%18.95%
25.49%

Color #BE869A in popluar number systems.

HEXBE869A
Decimal190134154
Binary101111101000011010011010
Octal276206232

Shades and tints

Shades of #BE869A

#BE869A
(190,134,154)
#AD7A8C
(173,122,140)
#9C6E7E
(156,110,126)
#8B6270
(139,98,112)
#7A5662
(122,86,98)
#694A54
(105,74,84)
#583E46
(88,62,70)
#473238
(71,50,56)
#36262A
(54,38,42)
#251A1C
(37,26,28)
#140E0E
(20,14,14)
#000000
(0,0,0)

Tints of #BE869A

#BE869A
(190,134,154)
#C391A3
(195,145,163)
#C89CAC
(200,156,172)
#CDA7B5
(205,167,181)
#D2B2BE
(210,178,190)
#D7BDC7
(215,189,199)
#DCC8D0
(220,200,208)
#E1D3D9
(225,211,217)
#E6DEE2
(230,222,226)
#EBE9EB
(235,233,235)
#F0F4F4
(240,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE869A color. Also use rgb(190,134,154) instead hex code.

Text Font Color

.myTextColor { color: #BE869A; }

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

This text font color is #BE869A.


Background Color

.myBgColor { background-color: #BE869A; }

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

This div background color is #BE869A.


Border color

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

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

This div border color is #BE869A.


Opacity

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

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

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

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

This text has shadow with #BE869A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE869A on black background.


Color preview on white background

This text has color #BE869A on white background.



Black color preview on #BE869A background

This text has black color on #BE869A background.


White color preview on #BE869A background

This text has white color on #BE869A background.