COLOR #BEA972

HEX: #BEA972
RGB: (190,169,114)

Color info

#BEA972 contains mainly red and green colors. Web safe color of #BEA972 is #CC9966 (or #C96).

RGB color model

#BEA972 color RGB value is (190,169,114).

  • red value is 190;
  • green value is 169;
  • blue value is 114.
RGB:
(190,169,114)
(75%,66%,45%)

RGB channels and saturation

R 190 of 255 = 75%
G 169 of 255 = 66%
B 114 of 255 = 45%

190
169
114

R + G + B ~ 62%. #BEA972 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 169 + 114 = 473 (100%)
R 190 of 473 ~ 40.17%
G 169 of 473 ~ 35.73%
B 114 of 473 ~ 24.1%

%40.17
%35.73
%24.1

CMYK color model

#BEA972 color CMYK value is (0,11,40,25).

  • cyan value is 0.00%
  • magenta value is 11.05%
  • yellow value is 40.00%
  • key color value is 25.49%
CMYK:
(0,11,40,25)
C0M11Y40K25 
(0%,11%,40%,25%)
(0.00/0.11/0.40/0.25)	

CMYK percentages

%0
%11.05
%40
%25.49

Codes

Color #BEA972 in popluar color models

BEA972
RGB190169114
HSL43°36.89%59.61%
HSB/HSV43°40.00%74.51%
CMYK0.00%11.05%40.00%
25.49%

Color #BEA972 in popluar number systems.

HEXBEA972
Decimal190169114
Binary10111110101010011110010
Octal276251162

Shades and tints

Shades of #BEA972

#BEA972
(190,169,114)
#AD9A68
(173,154,104)
#9C8B5E
(156,139,94)
#8B7C54
(139,124,84)
#7A6D4A
(122,109,74)
#695E40
(105,94,64)
#584F36
(88,79,54)
#47402C
(71,64,44)
#363122
(54,49,34)
#252218
(37,34,24)
#14130E
(20,19,14)
#000000
(0,0,0)

Tints of #BEA972

#BEA972
(190,169,114)
#C3B07E
(195,176,126)
#C8B78A
(200,183,138)
#CDBE96
(205,190,150)
#D2C5A2
(210,197,162)
#D7CCAE
(215,204,174)
#DCD3BA
(220,211,186)
#E1DAC6
(225,218,198)
#E6E1D2
(230,225,210)
#EBE8DE
(235,232,222)
#F0EFEA
(240,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEA972 color. Also use rgb(190,169,114) instead hex code.

Text Font Color

.myTextColor { color: #BEA972; }

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

This text font color is #BEA972.


Background Color

.myBgColor { background-color: #BEA972; }

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

This div background color is #BEA972.


Border color

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

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

This div border color is #BEA972.


Opacity

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

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

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

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

This text has shadow with #BEA972 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEA972 on black background.


Color preview on white background

This text has color #BEA972 on white background.



Black color preview on #BEA972 background

This text has black color on #BEA972 background.


White color preview on #BEA972 background

This text has white color on #BEA972 background.