COLOR #BE7663

HEX: #BE7663
RGB: (190,118,99)

Color info

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

RGB color model

#BE7663 color RGB value is (190,118,99).

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

RGB channels and saturation

R 190 of 255 = 75%
G 118 of 255 = 46%
B 99 of 255 = 39%

190
118
99

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

Portions of RGB colors in percentages

R + G + B =
190 + 118 + 99 = 407 (100%)
R 190 of 407 ~ 46.68%
G 118 of 407 ~ 28.99%
B 99 of 407 ~ 24.32%

%46.68
%28.99
%24.32

CMYK color model

#BE7663 color CMYK value is (0,38,48,25).

  • cyan value is 0.00%
  • magenta value is 37.89%
  • yellow value is 47.89%
  • key color value is 25.49%
CMYK:
(0,38,48,25)
C0M38Y48K25 
(0%,38%,48%,25%)
(0.00/0.38/0.48/0.25)	

CMYK percentages

%0
%37.89
%47.89
%25.49

Codes

Color #BE7663 in popluar color models

BE7663
RGB19011899
HSL13°41.18%56.67%
HSB/HSV13°47.89%74.51%
CMYK0.00%37.89%47.89%
25.49%

Color #BE7663 in popluar number systems.

HEXBE7663
Decimal19011899
Binary1011111011101101100011
Octal276166143

Shades and tints

Shades of #BE7663

#BE7663
(190,118,99)
#AD6C5A
(173,108,90)
#9C6251
(156,98,81)
#8B5848
(139,88,72)
#7A4E3F
(122,78,63)
#694436
(105,68,54)
#583A2D
(88,58,45)
#473024
(71,48,36)
#36261B
(54,38,27)
#251C12
(37,28,18)
#141209
(20,18,9)
#000000
(0,0,0)

Tints of #BE7663

#BE7663
(190,118,99)
#C38271
(195,130,113)
#C88E7F
(200,142,127)
#CD9A8D
(205,154,141)
#D2A69B
(210,166,155)
#D7B2A9
(215,178,169)
#DCBEB7
(220,190,183)
#E1CAC5
(225,202,197)
#E6D6D3
(230,214,211)
#EBE2E1
(235,226,225)
#F0EEEF
(240,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE7663; }

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

This text font color is #BE7663.


Background Color

.myBgColor { background-color: #BE7663; }

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

This div background color is #BE7663.


Border color

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

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

This div border color is #BE7663.


Opacity

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

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

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

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

This text has shadow with #BE7663 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE7663 on black background.


Color preview on white background

This text has color #BE7663 on white background.



Black color preview on #BE7663 background

This text has black color on #BE7663 background.


White color preview on #BE7663 background

This text has white color on #BE7663 background.