COLOR #BE6D63

HEX: #BE6D63
RGB: (190,109,99)

Color info

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

RGB color model

#BE6D63 color RGB value is (190,109,99).

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

RGB channels and saturation

R 190 of 255 = 75%
G 109 of 255 = 43%
B 99 of 255 = 39%

190
109
99

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

Portions of RGB colors in percentages

R + G + B =
190 + 109 + 99 = 398 (100%)
R 190 of 398 ~ 47.74%
G 109 of 398 ~ 27.39%
B 99 of 398 ~ 24.87%

%47.74
%27.39
%24.87

CMYK color model

#BE6D63 color CMYK value is (0,43,48,25).

  • cyan value is 0.00%
  • magenta value is 42.63%
  • yellow value is 47.89%
  • key color value is 25.49%
CMYK:
(0,43,48,25)
C0M43Y48K25 
(0%,43%,48%,25%)
(0.00/0.43/0.48/0.25)	

CMYK percentages

%0
%42.63
%47.89
%25.49

Codes

Color #BE6D63 in popluar color models

BE6D63
RGB19010999
HSL41.18%56.67%
HSB/HSV47.89%74.51%
CMYK0.00%42.63%47.89%
25.49%

Color #BE6D63 in popluar number systems.

HEXBE6D63
Decimal19010999
Binary1011111011011011100011
Octal276155143

Shades and tints

Shades of #BE6D63

#BE6D63
(190,109,99)
#AD645A
(173,100,90)
#9C5B51
(156,91,81)
#8B5248
(139,82,72)
#7A493F
(122,73,63)
#694036
(105,64,54)
#58372D
(88,55,45)
#472E24
(71,46,36)
#36251B
(54,37,27)
#251C12
(37,28,18)
#141309
(20,19,9)
#000000
(0,0,0)

Tints of #BE6D63

#BE6D63
(190,109,99)
#C37A71
(195,122,113)
#C8877F
(200,135,127)
#CD948D
(205,148,141)
#D2A19B
(210,161,155)
#D7AEA9
(215,174,169)
#DCBBB7
(220,187,183)
#E1C8C5
(225,200,197)
#E6D5D3
(230,213,211)
#EBE2E1
(235,226,225)
#F0EFEF
(240,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE6D63; }

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

This text font color is #BE6D63.


Background Color

.myBgColor { background-color: #BE6D63; }

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

This div background color is #BE6D63.


Border color

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

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

This div border color is #BE6D63.


Opacity

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

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

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

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

This text has shadow with #BE6D63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE6D63 on black background.


Color preview on white background

This text has color #BE6D63 on white background.



Black color preview on #BE6D63 background

This text has black color on #BE6D63 background.


White color preview on #BE6D63 background

This text has white color on #BE6D63 background.