COLOR #BE9943

HEX: #BE9943 RGB: (190,153,67)

Color info

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

RGB color model

#BE9943 color RGB value is (190,153,67).

RGB: (190,153,67) (75%, 60%, 26%)

RGB channels and saturation

R 190 of 255 = 75%
G 153 of 255 = 60%
B 67 of 255 = 26%

190
153
67

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

Portions of RGB colors in percentages

R + G + B = 190 + 153 + 67 = 410 (100%)
R 190 of 410 ~ 46.34%
G 153 of 410 ~ 37.32%
B 67 of 410 ~ 16.34'%

%46.34
%37.32
%16.34

CMYK color model

#BE9943 color CMYK value is (0,19,65,25).

  • cyan value is 0.00%
  • magenta value is 19.47%
  • yellow value is 64.74%
  • key color value is 25.49%

CMYK: (0,19,65,25)
C0M19Y65K25 (0%, 19%, 65%, 25%)
(0.00 / 0.19 / 0.65 / 0.25)

CMYK percentages

%0
%19.47
%64.74
%25.49

Codes

Color #BE9943 in popluar color models

BE 99 43
RGB 190 153 67
HSL 42° 48.62% 50.39%
HSB/HSV 42° 64.74% 74.51%
CMYK 0.00% 19.47% 64.74%
25.49%

Color #BE9943 in popluar number systems.

HEX BE 99 43
Decimal 190 153 67
Binary 10111110 10011001 1000011
Octal 276 231 103

Shades and tints

Shades of #BE9943

#BE9943
(190,153,67)
#AD8C3D
(173,140,61)
#9C7F37
(156,127,55)
#8B7231
(139,114,49)
#7A652B
(122,101,43)
#695825
(105,88,37)
#584B1F
(88,75,31)
#473E19
(71,62,25)
#363113
(54,49,19)
#25240D
(37,36,13)
#141707
(20,23,7)
#000000
(0,0,0)

Tints of #BE9943

#BE9943
(190,153,67)
#C3A254
(195,162,84)
#C8AB65
(200,171,101)
#CDB476
(205,180,118)
#D2BD87
(210,189,135)
#D7C698
(215,198,152)
#DCCFA9
(220,207,169)
#E1D8BA
(225,216,186)
#E6E1CB
(230,225,203)
#EBEADC
(235,234,220)
#F0F3ED
(240,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE9943 color. Also use rgb(190,153,67) instead hex code.

Text Font Color

.myTextColor { color: #BE9943; }

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

This text font color is #BE9943.

Background Color

.myBgColor { background-color: #BE9943; }

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

This div background color is #BE9943.

Border color

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

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

This div border color is #BE9943.

Opacity

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

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

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

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

This text has shadow with #BE9943 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BE9943.

Preview

Color preview on black background

This text has color #BE9943 on black background.


Color preview on white background

This text has color #BE9943 on white background.


Black color preview on #BE9943 background

This text has black color on #BE9943 background.


White color preview on #BE9943 background

This text has white color on #BE9943 background.


Related colors

Complementary color

Complementary color for #hex is #4166BC.


I love getcolorcode.com

Triadic colors

1 #43BE99 and #9943BE with #BE9943 are triadic colors.

2 #4399BE and #99BE43 with #BE9943 are triadic colors.