COLOR #BE9685

HEX: #BE9685
RGB: (190,150,133)

Color info

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

RGB color model

#BE9685 color RGB value is (190,150,133).

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

RGB channels and saturation

R 190 of 255 = 75%
G 150 of 255 = 59%
B 133 of 255 = 52%

190
150
133

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

Portions of RGB colors in percentages

R + G + B =
190 + 150 + 133 = 473 (100%)
R 190 of 473 ~ 40.17%
G 150 of 473 ~ 31.71%
B 133 of 473 ~ 28.12%

%40.17
%31.71
%28.12

CMYK color model

#BE9685 color CMYK value is (0,21,30,25).

  • cyan value is 0.00%
  • magenta value is 21.05%
  • yellow value is 30.00%
  • key color value is 25.49%
CMYK:
(0,21,30,25)
C0M21Y30K25 
(0%,21%,30%,25%)
(0.00/0.21/0.30/0.25)	

CMYK percentages

%0
%21.05
%30
%25.49

Codes

Color #BE9685 in popluar color models

BE9685
RGB190150133
HSL18°30.48%63.33%
HSB/HSV18°30.00%74.51%
CMYK0.00%21.05%30.00%
25.49%

Color #BE9685 in popluar number systems.

HEXBE9685
Decimal190150133
Binary101111101001011010000101
Octal276226205

Shades and tints

Shades of #BE9685

#BE9685
(190,150,133)
#AD8979
(173,137,121)
#9C7C6D
(156,124,109)
#8B6F61
(139,111,97)
#7A6255
(122,98,85)
#695549
(105,85,73)
#58483D
(88,72,61)
#473B31
(71,59,49)
#362E25
(54,46,37)
#252119
(37,33,25)
#14140D
(20,20,13)
#000000
(0,0,0)

Tints of #BE9685

#BE9685
(190,150,133)
#C39F90
(195,159,144)
#C8A89B
(200,168,155)
#CDB1A6
(205,177,166)
#D2BAB1
(210,186,177)
#D7C3BC
(215,195,188)
#DCCCC7
(220,204,199)
#E1D5D2
(225,213,210)
#E6DEDD
(230,222,221)
#EBE7E8
(235,231,232)
#F0F0F3
(240,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE9685; }

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

This text font color is #BE9685.


Background Color

.myBgColor { background-color: #BE9685; }

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

This div background color is #BE9685.


Border color

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

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

This div border color is #BE9685.


Opacity

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

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

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

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

This text has shadow with #BE9685 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE9685 on black background.


Color preview on white background

This text has color #BE9685 on white background.



Black color preview on #BE9685 background

This text has black color on #BE9685 background.


White color preview on #BE9685 background

This text has white color on #BE9685 background.