COLOR #BE736B

HEX: #BE736B RGB: (190,115,107)

Color info

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

RGB color model

#BE736B color RGB value is (190,115,107).

RGB: (190,115,107) (75%, 45%, 42%)

RGB channels and saturation

R 190 of 255 = 75%
G 115 of 255 = 45%
B 107 of 255 = 42%

190
115
107

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

Portions of RGB colors in percentages

R + G + B = 190 + 115 + 107 = 412 (100%)
R 190 of 412 ~ 46.12%
G 115 of 412 ~ 27.91%
B 107 of 412 ~ 25.97'%

%46.12
%27.91
%25.97

CMYK color model

#BE736B color CMYK value is (0,39,44,25).

  • cyan value is 0.00%
  • magenta value is 39.47%
  • yellow value is 43.68%
  • key color value is 25.49%
CMYK: (0,39,44,25) C0M39Y44K25 (0%,39%,44%,25%) (0.00/0.39/0.44/0.25) 

CMYK percentages

%0
%39.47
%43.68
%25.49

Codes

Color #BE736B in popluar color models

BE 73 6B
RGB 190 115 107
HSL 38.97% 58.24%
HSB/HSV 43.68% 74.51%
CMYK 0.00% 39.47% 43.68%
25.49%

Color #BE736B in popluar number systems.

HEX BE 73 6B
Decimal 190 115 107
Binary 10111110 1110011 1101011
Octal 276 163 153

Shades and tints

Shades of #BE736B

#BE736B
(190,115,107)
#AD6962
(173,105,98)
#9C5F59
(156,95,89)
#8B5550
(139,85,80)
#7A4B47
(122,75,71)
#69413E
(105,65,62)
#583735
(88,55,53)
#472D2C
(71,45,44)
#362323
(54,35,35)
#25191A
(37,25,26)
#140F11
(20,15,17)
#000000
(0,0,0)

Tints of #BE736B

#BE736B
(190,115,107)
#C37F78
(195,127,120)
#C88B85
(200,139,133)
#CD9792
(205,151,146)
#D2A39F
(210,163,159)
#D7AFAC
(215,175,172)
#DCBBB9
(220,187,185)
#E1C7C6
(225,199,198)
#E6D3D3
(230,211,211)
#EBDFE0
(235,223,224)
#F0EBED
(240,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE736B; }

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

This text font color is #BE736B.

Background Color

.myBgColor { background-color: #BE736B; }

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

This div background color is #BE736B.

Border color

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

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

This div border color is #BE736B.

Opacity

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

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

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

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

This text has shadow with #BE736B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BE736B.

Preview

Color preview on black background

This text has color #BE736B on black background.


Color preview on white background

This text has color #BE736B on white background.


Black color preview on #BE736B background

This text has black color on #BE736B background.


White color preview on #BE736B background

This text has white color on #BE736B background.


Related colors

Complementary color

Complementary color for #hex is #418C94.


I love getcolorcode.com

Triadic colors

1 #6BBE73 and #736BBE with #BE736B are triadic colors.

2 #6B73BE and #73BE6B with #BE736B are triadic colors.