COLOR #BE9334

HEX: #BE9334
RGB: (190,147,52)

Color info

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

RGB color model

#BE9334 color RGB value is (190,147,52).

  • red value is 190;
  • green value is 147;
  • blue value is 52.
RGB:
(190,147,52)
(75%,58%,20%)

RGB channels and saturation

R 190 of 255 = 75%
G 147 of 255 = 58%
B 52 of 255 = 20%

190
147
52

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

Portions of RGB colors in percentages

R + G + B =
190 + 147 + 52 = 389 (100%)
R 190 of 389 ~ 48.84%
G 147 of 389 ~ 37.79%
B 52 of 389 ~ 13.37%

%48.84
%37.79
%13.37

CMYK color model

#BE9334 color CMYK value is (0,23,73,25).

  • cyan value is 0.00%
  • magenta value is 22.63%
  • yellow value is 72.63%
  • key color value is 25.49%
CMYK:
(0,23,73,25)
C0M23Y73K25 
(0%,23%,73%,25%)
(0.00/0.23/0.73/0.25)	

CMYK percentages

%0
%22.63
%72.63
%25.49

Codes

Color #BE9334 in popluar color models

BE9334
RGB19014752
HSL41°57.02%47.45%
HSB/HSV41°72.63%74.51%
CMYK0.00%22.63%72.63%
25.49%

Color #BE9334 in popluar number systems.

HEXBE9334
Decimal19014752
Binary1011111010010011110100
Octal27622364

Shades and tints

Shades of #BE9334

#BE9334
(190,147,52)
#AD8630
(173,134,48)
#9C792C
(156,121,44)
#8B6C28
(139,108,40)
#7A5F24
(122,95,36)
#695220
(105,82,32)
#58451C
(88,69,28)
#473818
(71,56,24)
#362B14
(54,43,20)
#251E10
(37,30,16)
#14110C
(20,17,12)
#000000
(0,0,0)

Tints of #BE9334

#BE9334
(190,147,52)
#C39C46
(195,156,70)
#C8A558
(200,165,88)
#CDAE6A
(205,174,106)
#D2B77C
(210,183,124)
#D7C08E
(215,192,142)
#DCC9A0
(220,201,160)
#E1D2B2
(225,210,178)
#E6DBC4
(230,219,196)
#EBE4D6
(235,228,214)
#F0EDE8
(240,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE9334 color. Also use rgb(190,147,52) instead hex code.

Text Font Color

.myTextColor { color: #BE9334; }

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

This text font color is #BE9334.


Background Color

.myBgColor { background-color: #BE9334; }

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

This div background color is #BE9334.


Border color

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

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

This div border color is #BE9334.


Opacity

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

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

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

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

This text has shadow with #BE9334 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE9334 on black background.


Color preview on white background

This text has color #BE9334 on white background.



Black color preview on #BE9334 background

This text has black color on #BE9334 background.


White color preview on #BE9334 background

This text has white color on #BE9334 background.