COLOR #BE6D60

HEX: #BE6D60
RGB: (190,109,96)

Color info

#BE6D60 contains mainly red color. Web safe color of #BE6D60 is #CC6666 (or #C66).

RGB color model

#BE6D60 color RGB value is (190,109,96).

  • red value is 190;
  • green value is 109;
  • blue value is 96.
RGB:
(190,109,96)
(75%,43%,38%)

RGB channels and saturation

R 190 of 255 = 75%
G 109 of 255 = 43%
B 96 of 255 = 38%

190
109
96

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

Portions of RGB colors in percentages

R + G + B =
190 + 109 + 96 = 395 (100%)
R 190 of 395 ~ 48.1%
G 109 of 395 ~ 27.59%
B 96 of 395 ~ 24.3%

%48.1
%27.59
%24.3

CMYK color model

#BE6D60 color CMYK value is (0,43,49,25).

  • cyan value is 0.00%
  • magenta value is 42.63%
  • yellow value is 49.47%
  • key color value is 25.49%
CMYK:
(0,43,49,25)
C0M43Y49K25 
(0%,43%,49%,25%)
(0.00/0.43/0.49/0.25)	

CMYK percentages

%0
%42.63
%49.47
%25.49

Codes

Color #BE6D60 in popluar color models

BE6D60
RGB19010996
HSL41.96%56.08%
HSB/HSV49.47%74.51%
CMYK0.00%42.63%49.47%
25.49%

Color #BE6D60 in popluar number systems.

HEXBE6D60
Decimal19010996
Binary1011111011011011100000
Octal276155140

Shades and tints

Shades of #BE6D60

#BE6D60
(190,109,96)
#AD6458
(173,100,88)
#9C5B50
(156,91,80)
#8B5248
(139,82,72)
#7A4940
(122,73,64)
#694038
(105,64,56)
#583730
(88,55,48)
#472E28
(71,46,40)
#362520
(54,37,32)
#251C18
(37,28,24)
#141310
(20,19,16)
#000000
(0,0,0)

Tints of #BE6D60

#BE6D60
(190,109,96)
#C37A6E
(195,122,110)
#C8877C
(200,135,124)
#CD948A
(205,148,138)
#D2A198
(210,161,152)
#D7AEA6
(215,174,166)
#DCBBB4
(220,187,180)
#E1C8C2
(225,200,194)
#E6D5D0
(230,213,208)
#EBE2DE
(235,226,222)
#F0EFEC
(240,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE6D60 color. Also use rgb(190,109,96) instead hex code.

Text Font Color

.myTextColor { color: #BE6D60; }

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

This text font color is #BE6D60.


Background Color

.myBgColor { background-color: #BE6D60; }

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

This div background color is #BE6D60.


Border color

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

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

This div border color is #BE6D60.


Opacity

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

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

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

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

This text has shadow with #BE6D60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE6D60 on black background.


Color preview on white background

This text has color #BE6D60 on white background.



Black color preview on #BE6D60 background

This text has black color on #BE6D60 background.


White color preview on #BE6D60 background

This text has white color on #BE6D60 background.