COLOR #BE9D33

HEX: #BE9D33
RGB: (190,157,51)

Color info

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

RGB color model

#BE9D33 color RGB value is (190,157,51).

  • red value is 190;
  • green value is 157;
  • blue value is 51.
RGB:
(190,157,51)
(75%,62%,20%)

RGB channels and saturation

R 190 of 255 = 75%
G 157 of 255 = 62%
B 51 of 255 = 20%

190
157
51

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

Portions of RGB colors in percentages

R + G + B =
190 + 157 + 51 = 398 (100%)
R 190 of 398 ~ 47.74%
G 157 of 398 ~ 39.45%
B 51 of 398 ~ 12.81%

%47.74
%39.45
%12.81

CMYK color model

#BE9D33 color CMYK value is (0,17,73,25).

  • cyan value is 0.00%
  • magenta value is 17.37%
  • yellow value is 73.16%
  • key color value is 25.49%
CMYK:
(0,17,73,25)
C0M17Y73K25 
(0%,17%,73%,25%)
(0.00/0.17/0.73/0.25)	

CMYK percentages

%0
%17.37
%73.16
%25.49

Codes

Color #BE9D33 in popluar color models

BE9D33
RGB19015751
HSL46°57.68%47.25%
HSB/HSV46°73.16%74.51%
CMYK0.00%17.37%73.16%
25.49%

Color #BE9D33 in popluar number systems.

HEXBE9D33
Decimal19015751
Binary1011111010011101110011
Octal27623563

Shades and tints

Shades of #BE9D33

#BE9D33
(190,157,51)
#AD8F2F
(173,143,47)
#9C812B
(156,129,43)
#8B7327
(139,115,39)
#7A6523
(122,101,35)
#69571F
(105,87,31)
#58491B
(88,73,27)
#473B17
(71,59,23)
#362D13
(54,45,19)
#251F0F
(37,31,15)
#14110B
(20,17,11)
#000000
(0,0,0)

Tints of #BE9D33

#BE9D33
(190,157,51)
#C3A545
(195,165,69)
#C8AD57
(200,173,87)
#CDB569
(205,181,105)
#D2BD7B
(210,189,123)
#D7C58D
(215,197,141)
#DCCD9F
(220,205,159)
#E1D5B1
(225,213,177)
#E6DDC3
(230,221,195)
#EBE5D5
(235,229,213)
#F0EDE7
(240,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE9D33 color. Also use rgb(190,157,51) instead hex code.

Text Font Color

.myTextColor { color: #BE9D33; }

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

This text font color is #BE9D33.


Background Color

.myBgColor { background-color: #BE9D33; }

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

This div background color is #BE9D33.


Border color

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

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

This div border color is #BE9D33.


Opacity

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

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

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

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

This text has shadow with #BE9D33 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE9D33 on black background.


Color preview on white background

This text has color #BE9D33 on white background.



Black color preview on #BE9D33 background

This text has black color on #BE9D33 background.


White color preview on #BE9D33 background

This text has white color on #BE9D33 background.