COLOR #BE933A

HEX: #BE933A RGB: (190,147,58)

Color info

#BE933A contains mainly red and green colors. Web safe color of #BE933A is #CC9933 (or #C93).

RGB color model

#BE933A color RGB value is (190,147,58).

RGB: (190,147,58) (75%, 58%, 23%)

RGB channels and saturation

R 190 of 255 = 75%
G 147 of 255 = 58%
B 58 of 255 = 23%

190
147
58

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

Portions of RGB colors in percentages

R + G + B = 190 + 147 + 58 = 395 (100%)
R 190 of 395 ~ 48.1%
G 147 of 395 ~ 37.22%
B 58 of 395 ~ 14.68'%

%48.1
%37.22
%14.68

CMYK color model

#BE933A color CMYK value is (0,23,69,25).

  • cyan value is 0.00%
  • magenta value is 22.63%
  • yellow value is 69.47%
  • key color value is 25.49%

CMYK: (0,23,69,25)
C0M23Y69K25 (0%, 23%, 69%, 25%)
(0.00 / 0.23 / 0.69 / 0.25)

CMYK percentages

%0
%22.63
%69.47
%25.49

Codes

Color #BE933A in popluar color models

BE 93 3A
RGB 190 147 58
HSL 40° 53.23% 48.63%
HSB/HSV 40° 69.47% 74.51%
CMYK 0.00% 22.63% 69.47%
25.49%

Color #BE933A in popluar number systems.

HEX BE 93 3A
Decimal 190 147 58
Binary 10111110 10010011 111010
Octal 276 223 72

Shades and tints

Shades of #BE933A

#BE933A
(190,147,58)
#AD8635
(173,134,53)
#9C7930
(156,121,48)
#8B6C2B
(139,108,43)
#7A5F26
(122,95,38)
#695221
(105,82,33)
#58451C
(88,69,28)
#473817
(71,56,23)
#362B12
(54,43,18)
#251E0D
(37,30,13)
#141108
(20,17,8)
#000000
(0,0,0)

Tints of #BE933A

#BE933A
(190,147,58)
#C39C4B
(195,156,75)
#C8A55C
(200,165,92)
#CDAE6D
(205,174,109)
#D2B77E
(210,183,126)
#D7C08F
(215,192,143)
#DCC9A0
(220,201,160)
#E1D2B1
(225,210,177)
#E6DBC2
(230,219,194)
#EBE4D3
(235,228,211)
#F0EDE4
(240,237,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE933A color. Also use rgb(190,147,58) instead hex code.

Text Font Color

.myTextColor { color: #BE933A; }

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

This text font color is #BE933A.

Background Color

.myBgColor { background-color: #BE933A; }

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

This div background color is #BE933A.

Border color

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

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

This div border color is #BE933A.

Opacity

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

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

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

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

This text has shadow with #BE933A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BE933A.

Preview

Color preview on black background

This text has color #BE933A on black background.


Color preview on white background

This text has color #BE933A on white background.


Black color preview on #BE933A background

This text has black color on #BE933A background.


White color preview on #BE933A background

This text has white color on #BE933A background.


Related colors

Complementary color

Complementary color for #hex is #416CC5.


I love getcolorcode.com

Triadic colors

1 #3ABE93 and #933ABE with #BE933A are triadic colors.

2 #3A93BE and #93BE3A with #BE933A are triadic colors.