COLOR #BE835F

HEX: #BE835F RGB: (190,131,95)

Color info

#BE835F contains mainly red and green colors. Web safe color of #BE835F is #CC9966 (or #C96).

RGB color model

#BE835F color RGB value is (190,131,95).

RGB: (190,131,95) (75%, 51%, 37%)

RGB channels and saturation

R 190 of 255 = 75%
G 131 of 255 = 51%
B 95 of 255 = 37%

190
131
95

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

Portions of RGB colors in percentages

R + G + B = 190 + 131 + 95 = 416 (100%)
R 190 of 416 ~ 45.67%
G 131 of 416 ~ 31.49%
B 95 of 416 ~ 22.84'%

%45.67
%31.49
%22.84

CMYK color model

#BE835F color CMYK value is (0,31,50,25).

  • cyan value is 0.00%
  • magenta value is 31.05%
  • yellow value is 50.00%
  • key color value is 25.49%

CMYK: (0,31,50,25)
C0M31Y50K25 (0%, 31%, 50%, 25%)
(0.00 / 0.31 / 0.50 / 0.25)

CMYK percentages

%0
%31.05
%50
%25.49

Codes

Color #BE835F in popluar color models

BE 83 5F
RGB 190 131 95
HSL 23° 42.22% 55.88%
HSB/HSV 23° 50.00% 74.51%
CMYK 0.00% 31.05% 50.00%
25.49%

Color #BE835F in popluar number systems.

HEX BE 83 5F
Decimal 190 131 95
Binary 10111110 10000011 1011111
Octal 276 203 137

Shades and tints

Shades of #BE835F

#BE835F
(190,131,95)
#AD7857
(173,120,87)
#9C6D4F
(156,109,79)
#8B6247
(139,98,71)
#7A573F
(122,87,63)
#694C37
(105,76,55)
#58412F
(88,65,47)
#473627
(71,54,39)
#362B1F
(54,43,31)
#252017
(37,32,23)
#14150F
(20,21,15)
#000000
(0,0,0)

Tints of #BE835F

#BE835F
(190,131,95)
#C38E6D
(195,142,109)
#C8997B
(200,153,123)
#CDA489
(205,164,137)
#D2AF97
(210,175,151)
#D7BAA5
(215,186,165)
#DCC5B3
(220,197,179)
#E1D0C1
(225,208,193)
#E6DBCF
(230,219,207)
#EBE6DD
(235,230,221)
#F0F1EB
(240,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE835F color. Also use rgb(190,131,95) instead hex code.

Text Font Color

.myTextColor { color: #BE835F; }

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

This text font color is #BE835F.

Background Color

.myBgColor { background-color: #BE835F; }

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

This div background color is #BE835F.

Border color

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

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

This div border color is #BE835F.

Opacity

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

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

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

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

This text has shadow with #BE835F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BE835F.

Preview

Color preview on black background

This text has color #BE835F on black background.


Color preview on white background

This text has color #BE835F on white background.


Black color preview on #BE835F background

This text has black color on #BE835F background.


White color preview on #BE835F background

This text has white color on #BE835F background.


Related colors

Complementary color

Complementary color for #hex is #417CA0.


I love getcolorcode.com

Triadic colors

1 #5FBE83 and #835FBE with #BE835F are triadic colors.

2 #5F83BE and #83BE5F with #BE835F are triadic colors.