COLOR #BEA83D

HEX: #BEA83D RGB: (190,168,61)

Color info

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

RGB color model

#BEA83D color RGB value is (190,168,61).

RGB: (190,168,61) (75%, 66%, 24%)

RGB channels and saturation

R 190 of 255 = 75%
G 168 of 255 = 66%
B 61 of 255 = 24%

190
168
61

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

Portions of RGB colors in percentages

R + G + B = 190 + 168 + 61 = 419 (100%)
R 190 of 419 ~ 45.35%
G 168 of 419 ~ 40.1%
B 61 of 419 ~ 14.56'%

%45.35
%40.1
%14.56

CMYK color model

#BEA83D color CMYK value is (0,12,68,25).

  • cyan value is 0.00%
  • magenta value is 11.58%
  • yellow value is 67.89%
  • key color value is 25.49%

CMYK: (0,12,68,25)
C0M12Y68K25 (0%, 12%, 68%, 25%)
(0.00 / 0.12 / 0.68 / 0.25)

CMYK percentages

%0
%11.58
%67.89
%25.49

Codes

Color #BEA83D in popluar color models

BE A8 3D
RGB 190 168 61
HSL 50° 51.39% 49.22%
HSB/HSV 50° 67.89% 74.51%
CMYK 0.00% 11.58% 67.89%
25.49%

Color #BEA83D in popluar number systems.

HEX BE A8 3D
Decimal 190 168 61
Binary 10111110 10101000 111101
Octal 276 250 75

Shades and tints

Shades of #BEA83D

#BEA83D
(190,168,61)
#AD9938
(173,153,56)
#9C8A33
(156,138,51)
#8B7B2E
(139,123,46)
#7A6C29
(122,108,41)
#695D24
(105,93,36)
#584E1F
(88,78,31)
#473F1A
(71,63,26)
#363015
(54,48,21)
#252110
(37,33,16)
#14120B
(20,18,11)
#000000
(0,0,0)

Tints of #BEA83D

#BEA83D
(190,168,61)
#C3AF4E
(195,175,78)
#C8B65F
(200,182,95)
#CDBD70
(205,189,112)
#D2C481
(210,196,129)
#D7CB92
(215,203,146)
#DCD2A3
(220,210,163)
#E1D9B4
(225,217,180)
#E6E0C5
(230,224,197)
#EBE7D6
(235,231,214)
#F0EEE7
(240,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEA83D color. Also use rgb(190,168,61) instead hex code.

Text Font Color

.myTextColor { color: #BEA83D; }

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

This text font color is #BEA83D.

Background Color

.myBgColor { background-color: #BEA83D; }

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

This div background color is #BEA83D.

Border color

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

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

This div border color is #BEA83D.

Opacity

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

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

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

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

This text has shadow with #BEA83D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEA83D.

Preview

Color preview on black background

This text has color #BEA83D on black background.


Color preview on white background

This text has color #BEA83D on white background.


Black color preview on #BEA83D background

This text has black color on #BEA83D background.


White color preview on #BEA83D background

This text has white color on #BEA83D background.


Related colors

Complementary color

Complementary color for #hex is #4157C2.


I love getcolorcode.com

Triadic colors

1 #3DBEA8 and #A83DBE with #BEA83D are triadic colors.

2 #3DA8BE and #A8BE3D with #BEA83D are triadic colors.