COLOR #BEBA51

HEX: #BEBA51 RGB: (190,186,81)

Color info

#BEBA51 contains mainly red and green colors. Web safe color of #BEBA51 is #CCCC66 (or #CC6).

RGB color model

#BEBA51 color RGB value is (190,186,81).

RGB: (190,186,81) (75%, 73%, 32%)

RGB channels and saturation

R 190 of 255 = 75%
G 186 of 255 = 73%
B 81 of 255 = 32%

190
186
81

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

Portions of RGB colors in percentages

R + G + B = 190 + 186 + 81 = 457 (100%)
R 190 of 457 ~ 41.58%
G 186 of 457 ~ 40.7%
B 81 of 457 ~ 17.72'%

%41.58
%40.7
%17.72

CMYK color model

#BEBA51 color CMYK value is (0,2,57,25).

  • cyan value is 0.00%
  • magenta value is 2.11%
  • yellow value is 57.37%
  • key color value is 25.49%

CMYK: (0,2,57,25)
C0M2Y57K25 (0%, 2%, 57%, 25%)
(0.00 / 0.02 / 0.57 / 0.25)

CMYK percentages

%0
%2.11
%57.37
%25.49

Codes

Color #BEBA51 in popluar color models

BE BA 51
RGB 190 186 81
HSL 58° 45.61% 53.14%
HSB/HSV 58° 57.37% 74.51%
CMYK 0.00% 2.11% 57.37%
25.49%

Color #BEBA51 in popluar number systems.

HEX BE BA 51
Decimal 190 186 81
Binary 10111110 10111010 1010001
Octal 276 272 121

Shades and tints

Shades of #BEBA51

#BEBA51
(190,186,81)
#ADAA4A
(173,170,74)
#9C9A43
(156,154,67)
#8B8A3C
(139,138,60)
#7A7A35
(122,122,53)
#696A2E
(105,106,46)
#585A27
(88,90,39)
#474A20
(71,74,32)
#363A19
(54,58,25)
#252A12
(37,42,18)
#141A0B
(20,26,11)
#000000
(0,0,0)

Tints of #BEBA51

#BEBA51
(190,186,81)
#C3C060
(195,192,96)
#C8C66F
(200,198,111)
#CDCC7E
(205,204,126)
#D2D28D
(210,210,141)
#D7D89C
(215,216,156)
#DCDEAB
(220,222,171)
#E1E4BA
(225,228,186)
#E6EAC9
(230,234,201)
#EBF0D8
(235,240,216)
#F0F6E7
(240,246,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEBA51 color. Also use rgb(190,186,81) instead hex code.

Text Font Color

.myTextColor { color: #BEBA51; }

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

This text font color is #BEBA51.

Background Color

.myBgColor { background-color: #BEBA51; }

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

This div background color is #BEBA51.

Border color

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

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

This div border color is #BEBA51.

Opacity

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

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

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

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

This text has shadow with #BEBA51 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEBA51.

Preview

Color preview on black background

This text has color #BEBA51 on black background.


Color preview on white background

This text has color #BEBA51 on white background.


Black color preview on #BEBA51 background

This text has black color on #BEBA51 background.


White color preview on #BEBA51 background

This text has white color on #BEBA51 background.


Related colors

Complementary color

Complementary color for #hex is #4145AE.


I love getcolorcode.com

Triadic colors

1 #51BEBA and #BA51BE with #BEBA51 are triadic colors.

2 #51BABE and #BABE51 with #BEBA51 are triadic colors.