COLOR #BE6868

HEX: #BE6868
RGB: (190,104,104)

Color info

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

RGB color model

#BE6868 color RGB value is (190,104,104).

  • red value is 190;
  • green value is 104;
  • blue value is 104.
RGB:
(190,104,104)
(75%,41%,41%)

RGB channels and saturation

R 190 of 255 = 75%
G 104 of 255 = 41%
B 104 of 255 = 41%

190
104
104

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

Portions of RGB colors in percentages

R + G + B =
190 + 104 + 104 = 398 (100%)
R 190 of 398 ~ 47.74%
G 104 of 398 ~ 26.13%
B 104 of 398 ~ 26.13%

%47.74
%26.13
%26.13

CMYK color model

#BE6868 color CMYK value is (0,45,45,25).

  • cyan value is 0.00%
  • magenta value is 45.26%
  • yellow value is 45.26%
  • key color value is 25.49%
CMYK:
(0,45,45,25)
C0M45Y45K25 
(0%,45%,45%,25%)
(0.00/0.45/0.45/0.25)	

CMYK percentages

%0
%45.26
%45.26
%25.49

Codes

Color #BE6868 in popluar color models

BE6868
RGB190104104
HSL39.81%57.65%
HSB/HSV45.26%74.51%
CMYK0.00%45.26%45.26%
25.49%

Color #BE6868 in popluar number systems.

HEXBE6868
Decimal190104104
Binary1011111011010001101000
Octal276150150

Shades and tints

Shades of #BE6868

#BE6868
(190,104,104)
#AD5F5F
(173,95,95)
#9C5656
(156,86,86)
#8B4D4D
(139,77,77)
#7A4444
(122,68,68)
#693B3B
(105,59,59)
#583232
(88,50,50)
#472929
(71,41,41)
#362020
(54,32,32)
#251717
(37,23,23)
#140E0E
(20,14,14)
#000000
(0,0,0)

Tints of #BE6868

#BE6868
(190,104,104)
#C37575
(195,117,117)
#C88282
(200,130,130)
#CD8F8F
(205,143,143)
#D29C9C
(210,156,156)
#D7A9A9
(215,169,169)
#DCB6B6
(220,182,182)
#E1C3C3
(225,195,195)
#E6D0D0
(230,208,208)
#EBDDDD
(235,221,221)
#F0EAEA
(240,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE6868; }

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

This text font color is #BE6868.


Background Color

.myBgColor { background-color: #BE6868; }

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

This div background color is #BE6868.


Border color

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

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

This div border color is #BE6868.


Opacity

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

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

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

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

This text has shadow with #BE6868 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE6868 on black background.


Color preview on white background

This text has color #BE6868 on white background.



Black color preview on #BE6868 background

This text has black color on #BE6868 background.


White color preview on #BE6868 background

This text has white color on #BE6868 background.