COLOR #BE9D48

HEX: #BE9D48
RGB: (190,157,72)

Color info

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

RGB color model

#BE9D48 color RGB value is (190,157,72).

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

RGB channels and saturation

R 190 of 255 = 75%
G 157 of 255 = 62%
B 72 of 255 = 28%

190
157
72

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

Portions of RGB colors in percentages

R + G + B =
190 + 157 + 72 = 419 (100%)
R 190 of 419 ~ 45.35%
G 157 of 419 ~ 37.47%
B 72 of 419 ~ 17.18%

%45.35
%37.47
%17.18

CMYK color model

#BE9D48 color CMYK value is (0,17,62,25).

  • cyan value is 0.00%
  • magenta value is 17.37%
  • yellow value is 62.11%
  • key color value is 25.49%
CMYK:
(0,17,62,25)
C0M17Y62K25 
(0%,17%,62%,25%)
(0.00/0.17/0.62/0.25)	

CMYK percentages

%0
%17.37
%62.11
%25.49

Codes

Color #BE9D48 in popluar color models

BE9D48
RGB19015772
HSL43°47.58%51.37%
HSB/HSV43°62.11%74.51%
CMYK0.00%17.37%62.11%
25.49%

Color #BE9D48 in popluar number systems.

HEXBE9D48
Decimal19015772
Binary10111110100111011001000
Octal276235110

Shades and tints

Shades of #BE9D48

#BE9D48
(190,157,72)
#AD8F42
(173,143,66)
#9C813C
(156,129,60)
#8B7336
(139,115,54)
#7A6530
(122,101,48)
#69572A
(105,87,42)
#584924
(88,73,36)
#473B1E
(71,59,30)
#362D18
(54,45,24)
#251F12
(37,31,18)
#14110C
(20,17,12)
#000000
(0,0,0)

Tints of #BE9D48

#BE9D48
(190,157,72)
#C3A558
(195,165,88)
#C8AD68
(200,173,104)
#CDB578
(205,181,120)
#D2BD88
(210,189,136)
#D7C598
(215,197,152)
#DCCDA8
(220,205,168)
#E1D5B8
(225,213,184)
#E6DDC8
(230,221,200)
#EBE5D8
(235,229,216)
#F0EDE8
(240,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE9D48; }

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

This text font color is #BE9D48.


Background Color

.myBgColor { background-color: #BE9D48; }

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

This div background color is #BE9D48.


Border color

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

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

This div border color is #BE9D48.


Opacity

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

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

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

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

This text has shadow with #BE9D48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE9D48 on black background.


Color preview on white background

This text has color #BE9D48 on white background.



Black color preview on #BE9D48 background

This text has black color on #BE9D48 background.


White color preview on #BE9D48 background

This text has white color on #BE9D48 background.