COLOR #BE6B6D

HEX: #BE6B6D
RGB: (190,107,109)

Color info

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

RGB color model

#BE6B6D color RGB value is (190,107,109).

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

RGB channels and saturation

R 190 of 255 = 75%
G 107 of 255 = 42%
B 109 of 255 = 43%

190
107
109

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

Portions of RGB colors in percentages

R + G + B =
190 + 107 + 109 = 406 (100%)
R 190 of 406 ~ 46.8%
G 107 of 406 ~ 26.35%
B 109 of 406 ~ 26.85%

%46.8
%26.35
%26.85

CMYK color model

#BE6B6D color CMYK value is (0,44,43,25).

  • cyan value is 0.00%
  • magenta value is 43.68%
  • yellow value is 42.63%
  • key color value is 25.49%
CMYK:
(0,44,43,25)
C0M44Y43K25 
(0%,44%,43%,25%)
(0.00/0.44/0.43/0.25)	

CMYK percentages

%0
%43.68
%42.63
%25.49

Codes

Color #BE6B6D in popluar color models

BE6B6D
RGB190107109
HSL359°38.97%58.24%
HSB/HSV359°43.68%74.51%
CMYK0.00%43.68%42.63%
25.49%

Color #BE6B6D in popluar number systems.

HEXBE6B6D
Decimal190107109
Binary1011111011010111101101
Octal276153155

Shades and tints

Shades of #BE6B6D

#BE6B6D
(190,107,109)
#AD6264
(173,98,100)
#9C595B
(156,89,91)
#8B5052
(139,80,82)
#7A4749
(122,71,73)
#693E40
(105,62,64)
#583537
(88,53,55)
#472C2E
(71,44,46)
#362325
(54,35,37)
#251A1C
(37,26,28)
#141113
(20,17,19)
#000000
(0,0,0)

Tints of #BE6B6D

#BE6B6D
(190,107,109)
#C3787A
(195,120,122)
#C88587
(200,133,135)
#CD9294
(205,146,148)
#D29FA1
(210,159,161)
#D7ACAE
(215,172,174)
#DCB9BB
(220,185,187)
#E1C6C8
(225,198,200)
#E6D3D5
(230,211,213)
#EBE0E2
(235,224,226)
#F0EDEF
(240,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE6B6D; }

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

This text font color is #BE6B6D.


Background Color

.myBgColor { background-color: #BE6B6D; }

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

This div background color is #BE6B6D.


Border color

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

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

This div border color is #BE6B6D.


Opacity

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

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

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

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

This text has shadow with #BE6B6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE6B6D on black background.


Color preview on white background

This text has color #BE6B6D on white background.



Black color preview on #BE6B6D background

This text has black color on #BE6B6D background.


White color preview on #BE6B6D background

This text has white color on #BE6B6D background.