COLOR #BE9121

HEX: #BE9121
RGB: (190,145,33)

Color info

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

RGB color model

#BE9121 color RGB value is (190,145,33).

  • red value is 190;
  • green value is 145;
  • blue value is 33.
RGB:
(190,145,33)
(75%,57%,13%)

RGB channels and saturation

R 190 of 255 = 75%
G 145 of 255 = 57%
B 33 of 255 = 13%

190
145
33

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

Portions of RGB colors in percentages

R + G + B =
190 + 145 + 33 = 368 (100%)
R 190 of 368 ~ 51.63%
G 145 of 368 ~ 39.4%
B 33 of 368 ~ 8.97%

%51.63
%39.4

CMYK color model

#BE9121 color CMYK value is (0,24,83,25).

  • cyan value is 0.00%
  • magenta value is 23.68%
  • yellow value is 82.63%
  • key color value is 25.49%
CMYK:
(0,24,83,25)
C0M24Y83K25 
(0%,24%,83%,25%)
(0.00/0.24/0.83/0.25)	

CMYK percentages

%0
%23.68
%82.63
%25.49

Codes

Color #BE9121 in popluar color models

BE9121
RGB19014533
HSL43°70.40%43.73%
HSB/HSV43°82.63%74.51%
CMYK0.00%23.68%82.63%
25.49%

Color #BE9121 in popluar number systems.

HEXBE9121
Decimal19014533
Binary1011111010010001100001
Octal27622141

Shades and tints

Shades of #BE9121

#BE9121
(190,145,33)
#AD841E
(173,132,30)
#9C771B
(156,119,27)
#8B6A18
(139,106,24)
#7A5D15
(122,93,21)
#695012
(105,80,18)
#58430F
(88,67,15)
#47360C
(71,54,12)
#362909
(54,41,9)
#251C06
(37,28,6)
#140F03
(20,15,3)
#000000
(0,0,0)

Tints of #BE9121

#BE9121
(190,145,33)
#C39B35
(195,155,53)
#C8A549
(200,165,73)
#CDAF5D
(205,175,93)
#D2B971
(210,185,113)
#D7C385
(215,195,133)
#DCCD99
(220,205,153)
#E1D7AD
(225,215,173)
#E6E1C1
(230,225,193)
#EBEBD5
(235,235,213)
#F0F5E9
(240,245,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE9121 color. Also use rgb(190,145,33) instead hex code.

Text Font Color

.myTextColor { color: #BE9121; }

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

This text font color is #BE9121.


Background Color

.myBgColor { background-color: #BE9121; }

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

This div background color is #BE9121.


Border color

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

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

This div border color is #BE9121.


Opacity

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

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

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

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

This text has shadow with #BE9121 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE9121 on black background.


Color preview on white background

This text has color #BE9121 on white background.



Black color preview on #BE9121 background

This text has black color on #BE9121 background.


White color preview on #BE9121 background

This text has white color on #BE9121 background.