COLOR #BE9A27

HEX: #BE9A27
RGB: (190,154,39)

Color info

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

RGB color model

#BE9A27 color RGB value is (190,154,39).

  • red value is 190;
  • green value is 154;
  • blue value is 39.
RGB:
(190,154,39)
(75%,60%,15%)

RGB channels and saturation

R 190 of 255 = 75%
G 154 of 255 = 60%
B 39 of 255 = 15%

190
154
39

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

Portions of RGB colors in percentages

R + G + B =
190 + 154 + 39 = 383 (100%)
R 190 of 383 ~ 49.61%
G 154 of 383 ~ 40.21%
B 39 of 383 ~ 10.18%

%49.61
%40.21
%10.18

CMYK color model

#BE9A27 color CMYK value is (0,19,79,25).

  • cyan value is 0.00%
  • magenta value is 18.95%
  • yellow value is 79.47%
  • key color value is 25.49%
CMYK:
(0,19,79,25)
C0M19Y79K25 
(0%,19%,79%,25%)
(0.00/0.19/0.79/0.25)	

CMYK percentages

%0
%18.95
%79.47
%25.49

Codes

Color #BE9A27 in popluar color models

BE9A27
RGB19015439
HSL46°65.94%44.90%
HSB/HSV46°79.47%74.51%
CMYK0.00%18.95%79.47%
25.49%

Color #BE9A27 in popluar number systems.

HEXBE9A27
Decimal19015439
Binary1011111010011010100111
Octal27623247

Shades and tints

Shades of #BE9A27

#BE9A27
(190,154,39)
#AD8C24
(173,140,36)
#9C7E21
(156,126,33)
#8B701E
(139,112,30)
#7A621B
(122,98,27)
#695418
(105,84,24)
#584615
(88,70,21)
#473812
(71,56,18)
#362A0F
(54,42,15)
#251C0C
(37,28,12)
#140E09
(20,14,9)
#000000
(0,0,0)

Tints of #BE9A27

#BE9A27
(190,154,39)
#C3A33A
(195,163,58)
#C8AC4D
(200,172,77)
#CDB560
(205,181,96)
#D2BE73
(210,190,115)
#D7C786
(215,199,134)
#DCD099
(220,208,153)
#E1D9AC
(225,217,172)
#E6E2BF
(230,226,191)
#EBEBD2
(235,235,210)
#F0F4E5
(240,244,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE9A27 color. Also use rgb(190,154,39) instead hex code.

Text Font Color

.myTextColor { color: #BE9A27; }

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

This text font color is #BE9A27.


Background Color

.myBgColor { background-color: #BE9A27; }

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

This div background color is #BE9A27.


Border color

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

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

This div border color is #BE9A27.


Opacity

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

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

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

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

This text has shadow with #BE9A27 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE9A27 on black background.


Color preview on white background

This text has color #BE9A27 on white background.



Black color preview on #BE9A27 background

This text has black color on #BE9A27 background.


White color preview on #BE9A27 background

This text has white color on #BE9A27 background.