COLOR #BE973C

HEX: #BE973C
RGB: (190,151,60)

Color info

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

RGB color model

#BE973C color RGB value is (190,151,60).

  • red value is 190;
  • green value is 151;
  • blue value is 60.
RGB:
(190,151,60)
(75%,59%,24%)

RGB channels and saturation

R 190 of 255 = 75%
G 151 of 255 = 59%
B 60 of 255 = 24%

190
151
60

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

Portions of RGB colors in percentages

R + G + B =
190 + 151 + 60 = 401 (100%)
R 190 of 401 ~ 47.38%
G 151 of 401 ~ 37.66%
B 60 of 401 ~ 14.96%

%47.38
%37.66
%14.96

CMYK color model

#BE973C color CMYK value is (0,21,68,25).

  • cyan value is 0.00%
  • magenta value is 20.53%
  • yellow value is 68.42%
  • key color value is 25.49%
CMYK:
(0,21,68,25)
C0M21Y68K25 
(0%,21%,68%,25%)
(0.00/0.21/0.68/0.25)	

CMYK percentages

%0
%20.53
%68.42
%25.49

Codes

Color #BE973C in popluar color models

BE973C
RGB19015160
HSL42°52.00%49.02%
HSB/HSV42°68.42%74.51%
CMYK0.00%20.53%68.42%
25.49%

Color #BE973C in popluar number systems.

HEXBE973C
Decimal19015160
Binary1011111010010111111100
Octal27622774

Shades and tints

Shades of #BE973C

#BE973C
(190,151,60)
#AD8A37
(173,138,55)
#9C7D32
(156,125,50)
#8B702D
(139,112,45)
#7A6328
(122,99,40)
#695623
(105,86,35)
#58491E
(88,73,30)
#473C19
(71,60,25)
#362F14
(54,47,20)
#25220F
(37,34,15)
#14150A
(20,21,10)
#000000
(0,0,0)

Tints of #BE973C

#BE973C
(190,151,60)
#C3A04D
(195,160,77)
#C8A95E
(200,169,94)
#CDB26F
(205,178,111)
#D2BB80
(210,187,128)
#D7C491
(215,196,145)
#DCCDA2
(220,205,162)
#E1D6B3
(225,214,179)
#E6DFC4
(230,223,196)
#EBE8D5
(235,232,213)
#F0F1E6
(240,241,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE973C color. Also use rgb(190,151,60) instead hex code.

Text Font Color

.myTextColor { color: #BE973C; }

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

This text font color is #BE973C.


Background Color

.myBgColor { background-color: #BE973C; }

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

This div background color is #BE973C.


Border color

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

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

This div border color is #BE973C.


Opacity

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

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

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

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

This text has shadow with #BE973C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE973C on black background.


Color preview on white background

This text has color #BE973C on white background.



Black color preview on #BE973C background

This text has black color on #BE973C background.


White color preview on #BE973C background

This text has white color on #BE973C background.