COLOR #BE6163

HEX: #BE6163
RGB: (190,97,99)

Color info

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

RGB color model

#BE6163 color RGB value is (190,97,99).

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

RGB channels and saturation

R 190 of 255 = 75%
G 97 of 255 = 38%
B 99 of 255 = 39%

190
97
99

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

Portions of RGB colors in percentages

R + G + B =
190 + 97 + 99 = 386 (100%)
R 190 of 386 ~ 49.22%
G 97 of 386 ~ 25.13%
B 99 of 386 ~ 25.65%

%49.22
%25.13
%25.65

CMYK color model

#BE6163 color CMYK value is (0,49,48,25).

  • cyan value is 0.00%
  • magenta value is 48.95%
  • yellow value is 47.89%
  • key color value is 25.49%
CMYK:
(0,49,48,25)
C0M49Y48K25 
(0%,49%,48%,25%)
(0.00/0.49/0.48/0.25)	

CMYK percentages

%0
%48.95
%47.89
%25.49

Codes

Color #BE6163 in popluar color models

BE6163
RGB1909799
HSL359°41.70%56.27%
HSB/HSV359°48.95%74.51%
CMYK0.00%48.95%47.89%
25.49%

Color #BE6163 in popluar number systems.

HEXBE6163
Decimal1909799
Binary1011111011000011100011
Octal276141143

Shades and tints

Shades of #BE6163

#BE6163
(190,97,99)
#AD595A
(173,89,90)
#9C5151
(156,81,81)
#8B4948
(139,73,72)
#7A413F
(122,65,63)
#693936
(105,57,54)
#58312D
(88,49,45)
#472924
(71,41,36)
#36211B
(54,33,27)
#251912
(37,25,18)
#141109
(20,17,9)
#000000
(0,0,0)

Tints of #BE6163

#BE6163
(190,97,99)
#C36F71
(195,111,113)
#C87D7F
(200,125,127)
#CD8B8D
(205,139,141)
#D2999B
(210,153,155)
#D7A7A9
(215,167,169)
#DCB5B7
(220,181,183)
#E1C3C5
(225,195,197)
#E6D1D3
(230,209,211)
#EBDFE1
(235,223,225)
#F0EDEF
(240,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE6163; }

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

This text font color is #BE6163.


Background Color

.myBgColor { background-color: #BE6163; }

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

This div background color is #BE6163.


Border color

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

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

This div border color is #BE6163.


Opacity

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

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

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

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

This text has shadow with #BE6163 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE6163 on black background.


Color preview on white background

This text has color #BE6163 on white background.



Black color preview on #BE6163 background

This text has black color on #BE6163 background.


White color preview on #BE6163 background

This text has white color on #BE6163 background.