COLOR #BE897D

HEX: #BE897D
RGB: (190,137,125)

Color info

#BE897D contains mainly red and green colors. Web safe color of #BE897D is #CC9966 (or #C96).

RGB color model

#BE897D color RGB value is (190,137,125).

  • red value is 190;
  • green value is 137;
  • blue value is 125.
RGB:
(190,137,125)
(75%,54%,49%)

RGB channels and saturation

R 190 of 255 = 75%
G 137 of 255 = 54%
B 125 of 255 = 49%

190
137
125

R + G + B ~ 59%. #BE897D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
190 + 137 + 125 = 452 (100%)
R 190 of 452 ~ 42.04%
G 137 of 452 ~ 30.31%
B 125 of 452 ~ 27.65%

%42.04
%30.31
%27.65

CMYK color model

#BE897D color CMYK value is (0,28,34,25).

  • cyan value is 0.00%
  • magenta value is 27.89%
  • yellow value is 34.21%
  • key color value is 25.49%
CMYK:
(0,28,34,25)
C0M28Y34K25 
(0%,28%,34%,25%)
(0.00/0.28/0.34/0.25)	

CMYK percentages

%0
%27.89
%34.21
%25.49

Codes

Color #BE897D in popluar color models

BE897D
RGB190137125
HSL11°33.33%61.76%
HSB/HSV11°34.21%74.51%
CMYK0.00%27.89%34.21%
25.49%

Color #BE897D in popluar number systems.

HEXBE897D
Decimal190137125
Binary10111110100010011111101
Octal276211175

Shades and tints

Shades of #BE897D

#BE897D
(190,137,125)
#AD7D72
(173,125,114)
#9C7167
(156,113,103)
#8B655C
(139,101,92)
#7A5951
(122,89,81)
#694D46
(105,77,70)
#58413B
(88,65,59)
#473530
(71,53,48)
#362925
(54,41,37)
#251D1A
(37,29,26)
#14110F
(20,17,15)
#000000
(0,0,0)

Tints of #BE897D

#BE897D
(190,137,125)
#C39388
(195,147,136)
#C89D93
(200,157,147)
#CDA79E
(205,167,158)
#D2B1A9
(210,177,169)
#D7BBB4
(215,187,180)
#DCC5BF
(220,197,191)
#E1CFCA
(225,207,202)
#E6D9D5
(230,217,213)
#EBE3E0
(235,227,224)
#F0EDEB
(240,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE897D color. Also use rgb(190,137,125) instead hex code.

Text Font Color

.myTextColor { color: #BE897D; }

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

This text font color is #BE897D.


Background Color

.myBgColor { background-color: #BE897D; }

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

This div background color is #BE897D.


Border color

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

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

This div border color is #BE897D.


Opacity

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

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

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

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

This text has shadow with #BE897D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE897D on black background.


Color preview on white background

This text has color #BE897D on white background.



Black color preview on #BE897D background

This text has black color on #BE897D background.


White color preview on #BE897D background

This text has white color on #BE897D background.