COLOR #BE795C

HEX: #BE795C RGB: (190,121,92)

Color info

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

RGB color model

#BE795C color RGB value is (190,121,92).

RGB: (190,121,92) (75%, 47%, 36%)

RGB channels and saturation

R 190 of 255 = 75%
G 121 of 255 = 47%
B 92 of 255 = 36%

190
121
92

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

Portions of RGB colors in percentages

R + G + B = 190 + 121 + 92 = 403 (100%)
R 190 of 403 ~ 47.15%
G 121 of 403 ~ 30.02%
B 92 of 403 ~ 22.83'%

%47.15
%30.02
%22.83

CMYK color model

#BE795C color CMYK value is (0,36,52,25).

  • cyan value is 0.00%
  • magenta value is 36.32%
  • yellow value is 51.58%
  • key color value is 25.49%
CMYK: (0,36,52,25) C0M36Y52K25 (0%,36%,52%,25%) (0.00/0.36/0.52/0.25) 

CMYK percentages

%0
%36.32
%51.58
%25.49

Codes

Color #BE795C in popluar color models

BE 79 5C
RGB 190 121 92
HSL 18° 42.98% 55.29%
HSB/HSV 18° 51.58% 74.51%
CMYK 0.00% 36.32% 51.58%
25.49%

Color #BE795C in popluar number systems.

HEX BE 79 5C
Decimal 190 121 92
Binary 10111110 1111001 1011100
Octal 276 171 134

Shades and tints

Shades of #BE795C

#BE795C
(190,121,92)
#AD6E54
(173,110,84)
#9C634C
(156,99,76)
#8B5844
(139,88,68)
#7A4D3C
(122,77,60)
#694234
(105,66,52)
#58372C
(88,55,44)
#472C24
(71,44,36)
#36211C
(54,33,28)
#251614
(37,22,20)
#140B0C
(20,11,12)
#000000
(0,0,0)

Tints of #BE795C

#BE795C
(190,121,92)
#C3856A
(195,133,106)
#C89178
(200,145,120)
#CD9D86
(205,157,134)
#D2A994
(210,169,148)
#D7B5A2
(215,181,162)
#DCC1B0
(220,193,176)
#E1CDBE
(225,205,190)
#E6D9CC
(230,217,204)
#EBE5DA
(235,229,218)
#F0F1E8
(240,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE795C; }

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

This text font color is #BE795C.

Background Color

.myBgColor { background-color: #BE795C; }

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

This div background color is #BE795C.

Border color

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

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

This div border color is #BE795C.

Opacity

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

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

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

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

This text has shadow with #BE795C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BE795C.

Preview

Color preview on black background

This text has color #BE795C on black background.


Color preview on white background

This text has color #BE795C on white background.


Black color preview on #BE795C background

This text has black color on #BE795C background.


White color preview on #BE795C background

This text has white color on #BE795C background.


Related colors

Complementary color

Complementary color for #hex is #4186A3.


I love getcolorcode.com

Triadic colors

1 #5CBE79 and #795CBE with #BE795C are triadic colors.

2 #5C79BE and #79BE5C with #BE795C are triadic colors.