COLOR #BEB772

HEX: #BEB772
RGB: (190,183,114)

Color info

#BEB772 contains mainly red and green colors. Web safe color of #BEB772 is #CCCC66 (or #CC6).

RGB color model

#BEB772 color RGB value is (190,183,114).

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

RGB channels and saturation

R 190 of 255 = 75%
G 183 of 255 = 72%
B 114 of 255 = 45%

190
183
114

R + G + B ~ 64%. #BEB772 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 183 + 114 = 487 (100%)
R 190 of 487 ~ 39.01%
G 183 of 487 ~ 37.58%
B 114 of 487 ~ 23.41%

%39.01
%37.58
%23.41

CMYK color model

#BEB772 color CMYK value is (0,4,40,25).

  • cyan value is 0.00%
  • magenta value is 3.68%
  • yellow value is 40.00%
  • key color value is 25.49%
CMYK:
(0,4,40,25)
C0M4Y40K25 
(0%,4%,40%,25%)
(0.00/0.04/0.40/0.25)	

CMYK percentages

%0
%3.68
%40
%25.49

Codes

Color #BEB772 in popluar color models

BEB772
RGB190183114
HSL54°36.89%59.61%
HSB/HSV54°40.00%74.51%
CMYK0.00%3.68%40.00%
25.49%

Color #BEB772 in popluar number systems.

HEXBEB772
Decimal190183114
Binary10111110101101111110010
Octal276267162

Shades and tints

Shades of #BEB772

#BEB772
(190,183,114)
#ADA768
(173,167,104)
#9C975E
(156,151,94)
#8B8754
(139,135,84)
#7A774A
(122,119,74)
#696740
(105,103,64)
#585736
(88,87,54)
#47472C
(71,71,44)
#363722
(54,55,34)
#252718
(37,39,24)
#14170E
(20,23,14)
#000000
(0,0,0)

Tints of #BEB772

#BEB772
(190,183,114)
#C3BD7E
(195,189,126)
#C8C38A
(200,195,138)
#CDC996
(205,201,150)
#D2CFA2
(210,207,162)
#D7D5AE
(215,213,174)
#DCDBBA
(220,219,186)
#E1E1C6
(225,225,198)
#E6E7D2
(230,231,210)
#EBEDDE
(235,237,222)
#F0F3EA
(240,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEB772; }

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

This text font color is #BEB772.


Background Color

.myBgColor { background-color: #BEB772; }

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

This div background color is #BEB772.


Border color

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

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

This div border color is #BEB772.


Opacity

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

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

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

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

This text has shadow with #BEB772 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEB772 on black background.


Color preview on white background

This text has color #BEB772 on white background.



Black color preview on #BEB772 background

This text has black color on #BEB772 background.


White color preview on #BEB772 background

This text has white color on #BEB772 background.