COLOR #BEB15B

HEX: #BEB15B
RGB: (190,177,91)

Color info

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

RGB color model

#BEB15B color RGB value is (190,177,91).

  • red value is 190;
  • green value is 177;
  • blue value is 91.
RGB:
(190,177,91)
(75%,69%,36%)

RGB channels and saturation

R 190 of 255 = 75%
G 177 of 255 = 69%
B 91 of 255 = 36%

190
177
91

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

Portions of RGB colors in percentages

R + G + B =
190 + 177 + 91 = 458 (100%)
R 190 of 458 ~ 41.48%
G 177 of 458 ~ 38.65%
B 91 of 458 ~ 19.87%

%41.48
%38.65
%19.87

CMYK color model

#BEB15B color CMYK value is (0,7,52,25).

  • cyan value is 0.00%
  • magenta value is 6.84%
  • yellow value is 52.11%
  • key color value is 25.49%
CMYK:
(0,7,52,25)
C0M7Y52K25 
(0%,7%,52%,25%)
(0.00/0.07/0.52/0.25)	

CMYK percentages

%0
%6.84
%52.11
%25.49

Codes

Color #BEB15B in popluar color models

BEB15B
RGB19017791
HSL52°43.23%55.10%
HSB/HSV52°52.11%74.51%
CMYK0.00%6.84%52.11%
25.49%

Color #BEB15B in popluar number systems.

HEXBEB15B
Decimal19017791
Binary10111110101100011011011
Octal276261133

Shades and tints

Shades of #BEB15B

#BEB15B
(190,177,91)
#ADA153
(173,161,83)
#9C914B
(156,145,75)
#8B8143
(139,129,67)
#7A713B
(122,113,59)
#696133
(105,97,51)
#58512B
(88,81,43)
#474123
(71,65,35)
#36311B
(54,49,27)
#252113
(37,33,19)
#14110B
(20,17,11)
#000000
(0,0,0)

Tints of #BEB15B

#BEB15B
(190,177,91)
#C3B869
(195,184,105)
#C8BF77
(200,191,119)
#CDC685
(205,198,133)
#D2CD93
(210,205,147)
#D7D4A1
(215,212,161)
#DCDBAF
(220,219,175)
#E1E2BD
(225,226,189)
#E6E9CB
(230,233,203)
#EBF0D9
(235,240,217)
#F0F7E7
(240,247,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEB15B color. Also use rgb(190,177,91) instead hex code.

Text Font Color

.myTextColor { color: #BEB15B; }

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

This text font color is #BEB15B.


Background Color

.myBgColor { background-color: #BEB15B; }

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

This div background color is #BEB15B.


Border color

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

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

This div border color is #BEB15B.


Opacity

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

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

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

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

This text has shadow with #BEB15B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEB15B on black background.


Color preview on white background

This text has color #BEB15B on white background.



Black color preview on #BEB15B background

This text has black color on #BEB15B background.


White color preview on #BEB15B background

This text has white color on #BEB15B background.