COLOR #BE875F

HEX: #BE875F RGB: (190,135,95)

Color info

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

RGB color model

#BE875F color RGB value is (190,135,95).

RGB: (190,135,95) (75%, 53%, 37%)

RGB channels and saturation

R 190 of 255 = 75%
G 135 of 255 = 53%
B 95 of 255 = 37%

190
135
95

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

Portions of RGB colors in percentages

R + G + B = 190 + 135 + 95 = 420 (100%)
R 190 of 420 ~ 45.24%
G 135 of 420 ~ 32.14%
B 95 of 420 ~ 22.62'%

%45.24
%32.14
%22.62

CMYK color model

#BE875F color CMYK value is (0,29,50,25).

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

CMYK: (0,29,50,25)
C0M29Y50K25 (0%, 29%, 50%, 25%)
(0.00 / 0.29 / 0.50 / 0.25)

CMYK percentages

%0
%28.95
%50
%25.49

Codes

Color #BE875F in popluar color models

BE 87 5F
RGB 190 135 95
HSL 25° 42.22% 55.88%
HSB/HSV 25° 50.00% 74.51%
CMYK 0.00% 28.95% 50.00%
25.49%

Color #BE875F in popluar number systems.

HEX BE 87 5F
Decimal 190 135 95
Binary 10111110 10000111 1011111
Octal 276 207 137

Shades and tints

Shades of #BE875F

#BE875F
(190,135,95)
#AD7B57
(173,123,87)
#9C6F4F
(156,111,79)
#8B6347
(139,99,71)
#7A573F
(122,87,63)
#694B37
(105,75,55)
#583F2F
(88,63,47)
#473327
(71,51,39)
#36271F
(54,39,31)
#251B17
(37,27,23)
#140F0F
(20,15,15)
#000000
(0,0,0)

Tints of #BE875F

#BE875F
(190,135,95)
#C3916D
(195,145,109)
#C89B7B
(200,155,123)
#CDA589
(205,165,137)
#D2AF97
(210,175,151)
#D7B9A5
(215,185,165)
#DCC3B3
(220,195,179)
#E1CDC1
(225,205,193)
#E6D7CF
(230,215,207)
#EBE1DD
(235,225,221)
#F0EBEB
(240,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE875F; }

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

This text font color is #BE875F.

Background Color

.myBgColor { background-color: #BE875F; }

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

This div background color is #BE875F.

Border color

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

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

This div border color is #BE875F.

Opacity

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

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

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

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

This text has shadow with #BE875F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BE875F.

Preview

Color preview on black background

This text has color #BE875F on black background.


Color preview on white background

This text has color #BE875F on white background.


Black color preview on #BE875F background

This text has black color on #BE875F background.


White color preview on #BE875F background

This text has white color on #BE875F background.


Related colors

Complementary color

Complementary color for #hex is #4178A0.


I love getcolorcode.com

Triadic colors

1 #5FBE87 and #875FBE with #BE875F are triadic colors.

2 #5F87BE and #87BE5F with #BE875F are triadic colors.