COLOR #BE765E

HEX: #BE765E
RGB: (190,118,94)

Color info

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

RGB color model

#BE765E color RGB value is (190,118,94).

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

RGB channels and saturation

R 190 of 255 = 75%
G 118 of 255 = 46%
B 94 of 255 = 37%

190
118
94

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

Portions of RGB colors in percentages

R + G + B =
190 + 118 + 94 = 402 (100%)
R 190 of 402 ~ 47.26%
G 118 of 402 ~ 29.35%
B 94 of 402 ~ 23.38%

%47.26
%29.35
%23.38

CMYK color model

#BE765E color CMYK value is (0,38,51,25).

  • cyan value is 0.00%
  • magenta value is 37.89%
  • yellow value is 50.53%
  • key color value is 25.49%
CMYK:
(0,38,51,25)
C0M38Y51K25 
(0%,38%,51%,25%)
(0.00/0.38/0.51/0.25)	

CMYK percentages

%0
%37.89
%50.53
%25.49

Codes

Color #BE765E in popluar color models

BE765E
RGB19011894
HSL15°42.48%55.69%
HSB/HSV15°50.53%74.51%
CMYK0.00%37.89%50.53%
25.49%

Color #BE765E in popluar number systems.

HEXBE765E
Decimal19011894
Binary1011111011101101011110
Octal276166136

Shades and tints

Shades of #BE765E

#BE765E
(190,118,94)
#AD6C56
(173,108,86)
#9C624E
(156,98,78)
#8B5846
(139,88,70)
#7A4E3E
(122,78,62)
#694436
(105,68,54)
#583A2E
(88,58,46)
#473026
(71,48,38)
#36261E
(54,38,30)
#251C16
(37,28,22)
#14120E
(20,18,14)
#000000
(0,0,0)

Tints of #BE765E

#BE765E
(190,118,94)
#C3826C
(195,130,108)
#C88E7A
(200,142,122)
#CD9A88
(205,154,136)
#D2A696
(210,166,150)
#D7B2A4
(215,178,164)
#DCBEB2
(220,190,178)
#E1CAC0
(225,202,192)
#E6D6CE
(230,214,206)
#EBE2DC
(235,226,220)
#F0EEEA
(240,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE765E; }

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

This text font color is #BE765E.


Background Color

.myBgColor { background-color: #BE765E; }

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

This div background color is #BE765E.


Border color

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

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

This div border color is #BE765E.


Opacity

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

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

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

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

This text has shadow with #BE765E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE765E on black background.


Color preview on white background

This text has color #BE765E on white background.



Black color preview on #BE765E background

This text has black color on #BE765E background.


White color preview on #BE765E background

This text has white color on #BE765E background.