COLOR #BE903A

HEX: #BE903A
RGB: (190,144,58)

Color info

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

RGB color model

#BE903A color RGB value is (190,144,58).

  • red value is 190;
  • green value is 144;
  • blue value is 58.
RGB:
(190,144,58)
(75%,56%,23%)

RGB channels and saturation

R 190 of 255 = 75%
G 144 of 255 = 56%
B 58 of 255 = 23%

190
144
58

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

Portions of RGB colors in percentages

R + G + B =
190 + 144 + 58 = 392 (100%)
R 190 of 392 ~ 48.47%
G 144 of 392 ~ 36.73%
B 58 of 392 ~ 14.8%

%48.47
%36.73
%14.8

CMYK color model

#BE903A color CMYK value is (0,24,69,25).

  • cyan value is 0.00%
  • magenta value is 24.21%
  • yellow value is 69.47%
  • key color value is 25.49%
CMYK:
(0,24,69,25)
C0M24Y69K25 
(0%,24%,69%,25%)
(0.00/0.24/0.69/0.25)	

CMYK percentages

%0
%24.21
%69.47
%25.49

Codes

Color #BE903A in popluar color models

BE903A
RGB19014458
HSL39°53.23%48.63%
HSB/HSV39°69.47%74.51%
CMYK0.00%24.21%69.47%
25.49%

Color #BE903A in popluar number systems.

HEXBE903A
Decimal19014458
Binary1011111010010000111010
Octal27622072

Shades and tints

Shades of #BE903A

#BE903A
(190,144,58)
#AD8335
(173,131,53)
#9C7630
(156,118,48)
#8B692B
(139,105,43)
#7A5C26
(122,92,38)
#694F21
(105,79,33)
#58421C
(88,66,28)
#473517
(71,53,23)
#362812
(54,40,18)
#251B0D
(37,27,13)
#140E08
(20,14,8)
#000000
(0,0,0)

Tints of #BE903A

#BE903A
(190,144,58)
#C39A4B
(195,154,75)
#C8A45C
(200,164,92)
#CDAE6D
(205,174,109)
#D2B87E
(210,184,126)
#D7C28F
(215,194,143)
#DCCCA0
(220,204,160)
#E1D6B1
(225,214,177)
#E6E0C2
(230,224,194)
#EBEAD3
(235,234,211)
#F0F4E4
(240,244,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE903A color. Also use rgb(190,144,58) instead hex code.

Text Font Color

.myTextColor { color: #BE903A; }

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

This text font color is #BE903A.


Background Color

.myBgColor { background-color: #BE903A; }

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

This div background color is #BE903A.


Border color

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

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

This div border color is #BE903A.


Opacity

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

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

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

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

This text has shadow with #BE903A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE903A on black background.


Color preview on white background

This text has color #BE903A on white background.



Black color preview on #BE903A background

This text has black color on #BE903A background.


White color preview on #BE903A background

This text has white color on #BE903A background.