COLOR #BE8790

HEX: #BE8790
RGB: (190,135,144)

Color info

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

RGB color model

#BE8790 color RGB value is (190,135,144).

  • red value is 190;
  • green value is 135;
  • blue value is 144.
RGB:
(190,135,144)
(75%,53%,56%)

RGB channels and saturation

R 190 of 255 = 75%
G 135 of 255 = 53%
B 144 of 255 = 56%

190
135
144

R + G + B ~ 61%. #BE8790 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 135 + 144 = 469 (100%)
R 190 of 469 ~ 40.51%
G 135 of 469 ~ 28.78%
B 144 of 469 ~ 30.7%

%40.51
%28.78
%30.7

CMYK color model

#BE8790 color CMYK value is (0,29,24,25).

  • cyan value is 0.00%
  • magenta value is 28.95%
  • yellow value is 24.21%
  • key color value is 25.49%
CMYK:
(0,29,24,25)
C0M29Y24K25 
(0%,29%,24%,25%)
(0.00/0.29/0.24/0.25)	

CMYK percentages

%0
%28.95
%24.21
%25.49

Codes

Color #BE8790 in popluar color models

BE8790
RGB190135144
HSL350°29.73%63.73%
HSB/HSV350°28.95%74.51%
CMYK0.00%28.95%24.21%
25.49%

Color #BE8790 in popluar number systems.

HEXBE8790
Decimal190135144
Binary101111101000011110010000
Octal276207220

Shades and tints

Shades of #BE8790

#BE8790
(190,135,144)
#AD7B83
(173,123,131)
#9C6F76
(156,111,118)
#8B6369
(139,99,105)
#7A575C
(122,87,92)
#694B4F
(105,75,79)
#583F42
(88,63,66)
#473335
(71,51,53)
#362728
(54,39,40)
#251B1B
(37,27,27)
#140F0E
(20,15,14)
#000000
(0,0,0)

Tints of #BE8790

#BE8790
(190,135,144)
#C3919A
(195,145,154)
#C89BA4
(200,155,164)
#CDA5AE
(205,165,174)
#D2AFB8
(210,175,184)
#D7B9C2
(215,185,194)
#DCC3CC
(220,195,204)
#E1CDD6
(225,205,214)
#E6D7E0
(230,215,224)
#EBE1EA
(235,225,234)
#F0EBF4
(240,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE8790; }

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

This text font color is #BE8790.


Background Color

.myBgColor { background-color: #BE8790; }

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

This div background color is #BE8790.


Border color

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

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

This div border color is #BE8790.


Opacity

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

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

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

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

This text has shadow with #BE8790 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE8790 on black background.


Color preview on white background

This text has color #BE8790 on white background.



Black color preview on #BE8790 background

This text has black color on #BE8790 background.


White color preview on #BE8790 background

This text has white color on #BE8790 background.