COLOR #BE885A

HEX: #BE885A RGB: (190,136,90)

Color info

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

RGB color model

#BE885A color RGB value is (190,136,90).

RGB: (190,136,90) (75%, 53%, 35%)

RGB channels and saturation

R 190 of 255 = 75%
G 136 of 255 = 53%
B 90 of 255 = 35%

190
136
90

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

Portions of RGB colors in percentages

R + G + B = 190 + 136 + 90 = 416 (100%)
R 190 of 416 ~ 45.67%
G 136 of 416 ~ 32.69%
B 90 of 416 ~ 21.63'%

%45.67
%32.69
%21.63

CMYK color model

#BE885A color CMYK value is (0,28,53,25).

  • cyan value is 0.00%
  • magenta value is 28.42%
  • yellow value is 52.63%
  • key color value is 25.49%

CMYK: (0,28,53,25)
C0M28Y53K25 (0%, 28%, 53%, 25%)
(0.00 / 0.28 / 0.53 / 0.25)

CMYK percentages

%0
%28.42
%52.63
%25.49

Codes

Color #BE885A in popluar color models

BE 88 5A
RGB 190 136 90
HSL 28° 43.48% 54.90%
HSB/HSV 28° 52.63% 74.51%
CMYK 0.00% 28.42% 52.63%
25.49%

Color #BE885A in popluar number systems.

HEX BE 88 5A
Decimal 190 136 90
Binary 10111110 10001000 1011010
Octal 276 210 132

Shades and tints

Shades of #BE885A

#BE885A
(190,136,90)
#AD7C52
(173,124,82)
#9C704A
(156,112,74)
#8B6442
(139,100,66)
#7A583A
(122,88,58)
#694C32
(105,76,50)
#58402A
(88,64,42)
#473422
(71,52,34)
#36281A
(54,40,26)
#251C12
(37,28,18)
#14100A
(20,16,10)
#000000
(0,0,0)

Tints of #BE885A

#BE885A
(190,136,90)
#C39269
(195,146,105)
#C89C78
(200,156,120)
#CDA687
(205,166,135)
#D2B096
(210,176,150)
#D7BAA5
(215,186,165)
#DCC4B4
(220,196,180)
#E1CEC3
(225,206,195)
#E6D8D2
(230,216,210)
#EBE2E1
(235,226,225)
#F0ECF0
(240,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE885A color. Also use rgb(190,136,90) instead hex code.

Text Font Color

.myTextColor { color: #BE885A; }

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

This text font color is #BE885A.

Background Color

.myBgColor { background-color: #BE885A; }

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

This div background color is #BE885A.

Border color

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

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

This div border color is #BE885A.

Opacity

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

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

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

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

This text has shadow with #BE885A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BE885A.

Preview

Color preview on black background

This text has color #BE885A on black background.


Color preview on white background

This text has color #BE885A on white background.


Black color preview on #BE885A background

This text has black color on #BE885A background.


White color preview on #BE885A background

This text has white color on #BE885A background.


Related colors

Complementary color

Complementary color for #hex is #4177A5.


I love getcolorcode.com

Triadic colors

1 #5ABE88 and #885ABE with #BE885A are triadic colors.

2 #5A88BE and #88BE5A with #BE885A are triadic colors.