COLOR #BE9691

HEX: #BE9691
RGB: (190,150,145)

Color info

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

RGB color model

#BE9691 color RGB value is (190,150,145).

  • red value is 190;
  • green value is 150;
  • blue value is 145.
RGB:
(190,150,145)
(75%,59%,57%)

RGB channels and saturation

R 190 of 255 = 75%
G 150 of 255 = 59%
B 145 of 255 = 57%

190
150
145

R + G + B ~ 64%. #BE9691 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 150 + 145 = 485 (100%)
R 190 of 485 ~ 39.18%
G 150 of 485 ~ 30.93%
B 145 of 485 ~ 29.9%

%39.18
%30.93
%29.9

CMYK color model

#BE9691 color CMYK value is (0,21,24,25).

  • cyan value is 0.00%
  • magenta value is 21.05%
  • yellow value is 23.68%
  • key color value is 25.49%
CMYK:
(0,21,24,25)
C0M21Y24K25 
(0%,21%,24%,25%)
(0.00/0.21/0.24/0.25)	

CMYK percentages

%0
%21.05
%23.68
%25.49

Codes

Color #BE9691 in popluar color models

BE9691
RGB190150145
HSL25.71%65.69%
HSB/HSV23.68%74.51%
CMYK0.00%21.05%23.68%
25.49%

Color #BE9691 in popluar number systems.

HEXBE9691
Decimal190150145
Binary101111101001011010010001
Octal276226221

Shades and tints

Shades of #BE9691

#BE9691
(190,150,145)
#AD8984
(173,137,132)
#9C7C77
(156,124,119)
#8B6F6A
(139,111,106)
#7A625D
(122,98,93)
#695550
(105,85,80)
#584843
(88,72,67)
#473B36
(71,59,54)
#362E29
(54,46,41)
#25211C
(37,33,28)
#14140F
(20,20,15)
#000000
(0,0,0)

Tints of #BE9691

#BE9691
(190,150,145)
#C39F9B
(195,159,155)
#C8A8A5
(200,168,165)
#CDB1AF
(205,177,175)
#D2BAB9
(210,186,185)
#D7C3C3
(215,195,195)
#DCCCCD
(220,204,205)
#E1D5D7
(225,213,215)
#E6DEE1
(230,222,225)
#EBE7EB
(235,231,235)
#F0F0F5
(240,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE9691 color. Also use rgb(190,150,145) instead hex code.

Text Font Color

.myTextColor { color: #BE9691; }

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

This text font color is #BE9691.


Background Color

.myBgColor { background-color: #BE9691; }

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

This div background color is #BE9691.


Border color

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

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

This div border color is #BE9691.


Opacity

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

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

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

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

This text has shadow with #BE9691 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE9691 on black background.


Color preview on white background

This text has color #BE9691 on white background.



Black color preview on #BE9691 background

This text has black color on #BE9691 background.


White color preview on #BE9691 background

This text has white color on #BE9691 background.