COLOR #BE8466

HEX: #BE8466 RGB: (190,132,102)

Color info

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

RGB color model

#BE8466 color RGB value is (190,132,102).

RGB: (190,132,102) (75%, 52%, 40%)

RGB channels and saturation

R 190 of 255 = 75%
G 132 of 255 = 52%
B 102 of 255 = 40%

190
132
102

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

Portions of RGB colors in percentages

R + G + B = 190 + 132 + 102 = 424 (100%)
R 190 of 424 ~ 44.81%
G 132 of 424 ~ 31.13%
B 102 of 424 ~ 24.06'%

%44.81
%31.13
%24.06

CMYK color model

#BE8466 color CMYK value is (0,31,46,25).

  • cyan value is 0.00%
  • magenta value is 30.53%
  • yellow value is 46.32%
  • key color value is 25.49%

CMYK: (0,31,46,25)
C0M31Y46K25 (0%, 31%, 46%, 25%)
(0.00 / 0.31 / 0.46 / 0.25)

CMYK percentages

%0
%30.53
%46.32
%25.49

Codes

Color #BE8466 in popluar color models

BE 84 66
RGB 190 132 102
HSL 20° 40.37% 57.25%
HSB/HSV 20° 46.32% 74.51%
CMYK 0.00% 30.53% 46.32%
25.49%

Color #BE8466 in popluar number systems.

HEX BE 84 66
Decimal 190 132 102
Binary 10111110 10000100 1100110
Octal 276 204 146

Shades and tints

Shades of #BE8466

#BE8466
(190,132,102)
#AD785D
(173,120,93)
#9C6C54
(156,108,84)
#8B604B
(139,96,75)
#7A5442
(122,84,66)
#694839
(105,72,57)
#583C30
(88,60,48)
#473027
(71,48,39)
#36241E
(54,36,30)
#251815
(37,24,21)
#140C0C
(20,12,12)
#000000
(0,0,0)

Tints of #BE8466

#BE8466
(190,132,102)
#C38F73
(195,143,115)
#C89A80
(200,154,128)
#CDA58D
(205,165,141)
#D2B09A
(210,176,154)
#D7BBA7
(215,187,167)
#DCC6B4
(220,198,180)
#E1D1C1
(225,209,193)
#E6DCCE
(230,220,206)
#EBE7DB
(235,231,219)
#F0F2E8
(240,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE8466 color. Also use rgb(190,132,102) instead hex code.

Text Font Color

.myTextColor { color: #BE8466; }

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

This text font color is #BE8466.

Background Color

.myBgColor { background-color: #BE8466; }

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

This div background color is #BE8466.

Border color

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

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

This div border color is #BE8466.

Opacity

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

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

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

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

This text has shadow with #BE8466 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BE8466.

Preview

Color preview on black background

This text has color #BE8466 on black background.


Color preview on white background

This text has color #BE8466 on white background.


Black color preview on #BE8466 background

This text has black color on #BE8466 background.


White color preview on #BE8466 background

This text has white color on #BE8466 background.


Related colors

Complementary color

Complementary color for #hex is #417B99.


I love getcolorcode.com

Triadic colors

1 #66BE84 and #8466BE with #BE8466 are triadic colors.

2 #6684BE and #84BE66 with #BE8466 are triadic colors.