COLOR #BEB962

HEX: #BEB962
RGB: (190,185,98)

Color info

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

RGB color model

#BEB962 color RGB value is (190,185,98).

  • red value is 190;
  • green value is 185;
  • blue value is 98.
RGB:
(190,185,98)
(75%,73%,38%)

RGB channels and saturation

R 190 of 255 = 75%
G 185 of 255 = 73%
B 98 of 255 = 38%

190
185
98

R + G + B ~ 62%. #BEB962 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 185 + 98 = 473 (100%)
R 190 of 473 ~ 40.17%
G 185 of 473 ~ 39.11%
B 98 of 473 ~ 20.72%

%40.17
%39.11
%20.72

CMYK color model

#BEB962 color CMYK value is (0,3,48,25).

  • cyan value is 0.00%
  • magenta value is 2.63%
  • yellow value is 48.42%
  • key color value is 25.49%
CMYK:
(0,3,48,25)
C0M3Y48K25 
(0%,3%,48%,25%)
(0.00/0.03/0.48/0.25)	

CMYK percentages

%0
%2.63
%48.42
%25.49

Codes

Color #BEB962 in popluar color models

BEB962
RGB19018598
HSL57°41.44%56.47%
HSB/HSV57°48.42%74.51%
CMYK0.00%2.63%48.42%
25.49%

Color #BEB962 in popluar number systems.

HEXBEB962
Decimal19018598
Binary10111110101110011100010
Octal276271142

Shades and tints

Shades of #BEB962

#BEB962
(190,185,98)
#ADA95A
(173,169,90)
#9C9952
(156,153,82)
#8B894A
(139,137,74)
#7A7942
(122,121,66)
#69693A
(105,105,58)
#585932
(88,89,50)
#47492A
(71,73,42)
#363922
(54,57,34)
#25291A
(37,41,26)
#141912
(20,25,18)
#000000
(0,0,0)

Tints of #BEB962

#BEB962
(190,185,98)
#C3BF70
(195,191,112)
#C8C57E
(200,197,126)
#CDCB8C
(205,203,140)
#D2D19A
(210,209,154)
#D7D7A8
(215,215,168)
#DCDDB6
(220,221,182)
#E1E3C4
(225,227,196)
#E6E9D2
(230,233,210)
#EBEFE0
(235,239,224)
#F0F5EE
(240,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEB962 color. Also use rgb(190,185,98) instead hex code.

Text Font Color

.myTextColor { color: #BEB962; }

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

This text font color is #BEB962.


Background Color

.myBgColor { background-color: #BEB962; }

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

This div background color is #BEB962.


Border color

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

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

This div border color is #BEB962.


Opacity

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

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

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

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

This text has shadow with #BEB962 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEB962 on black background.


Color preview on white background

This text has color #BEB962 on white background.



Black color preview on #BEB962 background

This text has black color on #BEB962 background.


White color preview on #BEB962 background

This text has white color on #BEB962 background.