COLOR #BE635E

HEX: #BE635E RGB: (190,99,94)

Color info

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

RGB color model

#BE635E color RGB value is (190,99,94).

RGB: (190,99,94) (75%, 39%, 37%)

RGB channels and saturation

R 190 of 255 = 75%
G 99 of 255 = 39%
B 94 of 255 = 37%

190
99
94

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

Portions of RGB colors in percentages

R + G + B = 190 + 99 + 94 = 383 (100%)
R 190 of 383 ~ 49.61%
G 99 of 383 ~ 25.85%
B 94 of 383 ~ 24.54'%

%49.61
%25.85
%24.54

CMYK color model

#BE635E color CMYK value is (0,48,51,25).

  • cyan value is 0.00%
  • magenta value is 47.89%
  • yellow value is 50.53%
  • key color value is 25.49%

CMYK: (0,48,51,25)
C0M48Y51K25 (0%, 48%, 51%, 25%)
(0.00 / 0.48 / 0.51 / 0.25)

CMYK percentages

%0
%47.89
%50.53
%25.49

Codes

Color #BE635E in popluar color models

BE 63 5E
RGB 190 99 94
HSL 42.48% 55.69%
HSB/HSV 50.53% 74.51%
CMYK 0.00% 47.89% 50.53%
25.49%

Color #BE635E in popluar number systems.

HEX BE 63 5E
Decimal 190 99 94
Binary 10111110 1100011 1011110
Octal 276 143 136

Shades and tints

Shades of #BE635E

#BE635E
(190,99,94)
#AD5A56
(173,90,86)
#9C514E
(156,81,78)
#8B4846
(139,72,70)
#7A3F3E
(122,63,62)
#693636
(105,54,54)
#582D2E
(88,45,46)
#472426
(71,36,38)
#361B1E
(54,27,30)
#251216
(37,18,22)
#14090E
(20,9,14)
#000000
(0,0,0)

Tints of #BE635E

#BE635E
(190,99,94)
#C3716C
(195,113,108)
#C87F7A
(200,127,122)
#CD8D88
(205,141,136)
#D29B96
(210,155,150)
#D7A9A4
(215,169,164)
#DCB7B2
(220,183,178)
#E1C5C0
(225,197,192)
#E6D3CE
(230,211,206)
#EBE1DC
(235,225,220)
#F0EFEA
(240,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE635E; }

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

This text font color is #BE635E.

Background Color

.myBgColor { background-color: #BE635E; }

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

This div background color is #BE635E.

Border color

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

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

This div border color is #BE635E.

Opacity

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

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

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

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

This text has shadow with #BE635E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BE635E.

Preview

Color preview on black background

This text has color #BE635E on black background.


Color preview on white background

This text has color #BE635E on white background.


Black color preview on #BE635E background

This text has black color on #BE635E background.


White color preview on #BE635E background

This text has white color on #BE635E background.


Related colors

Complementary color

Complementary color for #hex is #419CA1.


I love getcolorcode.com

Triadic colors

1 #5EBE63 and #635EBE with #BE635E are triadic colors.

2 #5E63BE and #63BE5E with #BE635E are triadic colors.