COLOR #BEB28D

HEX: #BEB28D
RGB: (190,178,141)

Color info

#BEB28D contains red, green and blue colors in about the same proportion. Web safe color of #BEB28D is #CC9999 (or #C99).

RGB color model

#BEB28D color RGB value is (190,178,141).

  • red value is 190;
  • green value is 178;
  • blue value is 141.
RGB:
(190,178,141)
(75%,70%,55%)

RGB channels and saturation

R 190 of 255 = 75%
G 178 of 255 = 70%
B 141 of 255 = 55%

190
178
141

R + G + B ~ 67%. #BEB28D is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 178 + 141 = 509 (100%)
R 190 of 509 ~ 37.33%
G 178 of 509 ~ 34.97%
B 141 of 509 ~ 27.7%

%37.33
%34.97
%27.7

CMYK color model

#BEB28D color CMYK value is (0,6,26,25).

  • cyan value is 0.00%
  • magenta value is 6.32%
  • yellow value is 25.79%
  • key color value is 25.49%
CMYK:
(0,6,26,25)
C0M6Y26K25 
(0%,6%,26%,25%)
(0.00/0.06/0.26/0.25)	

CMYK percentages

%0
%6.32
%25.79
%25.49

Codes

Color #BEB28D in popluar color models

BEB28D
RGB190178141
HSL45°27.37%64.90%
HSB/HSV45°25.79%74.51%
CMYK0.00%6.32%25.79%
25.49%

Color #BEB28D in popluar number systems.

HEXBEB28D
Decimal190178141
Binary101111101011001010001101
Octal276262215

Shades and tints

Shades of #BEB28D

#BEB28D
(190,178,141)
#ADA281
(173,162,129)
#9C9275
(156,146,117)
#8B8269
(139,130,105)
#7A725D
(122,114,93)
#696251
(105,98,81)
#585245
(88,82,69)
#474239
(71,66,57)
#36322D
(54,50,45)
#252221
(37,34,33)
#141215
(20,18,21)
#000000
(0,0,0)

Tints of #BEB28D

#BEB28D
(190,178,141)
#C3B997
(195,185,151)
#C8C0A1
(200,192,161)
#CDC7AB
(205,199,171)
#D2CEB5
(210,206,181)
#D7D5BF
(215,213,191)
#DCDCC9
(220,220,201)
#E1E3D3
(225,227,211)
#E6EADD
(230,234,221)
#EBF1E7
(235,241,231)
#F0F8F1
(240,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEB28D color. Also use rgb(190,178,141) instead hex code.

Text Font Color

.myTextColor { color: #BEB28D; }

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

This text font color is #BEB28D.


Background Color

.myBgColor { background-color: #BEB28D; }

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

This div background color is #BEB28D.


Border color

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

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

This div border color is #BEB28D.


Opacity

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

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

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

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

This text has shadow with #BEB28D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEB28D on black background.


Color preview on white background

This text has color #BEB28D on white background.



Black color preview on #BEB28D background

This text has black color on #BEB28D background.


White color preview on #BEB28D background

This text has white color on #BEB28D background.