COLOR #BEB282

HEX: #BEB282
RGB: (190,178,130)

Color info

#BEB282 contains mainly red and green colors. Web safe color of #BEB282 is #CC9999 (or #C99).

RGB color model

#BEB282 color RGB value is (190,178,130).

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

RGB channels and saturation

R 190 of 255 = 75%
G 178 of 255 = 70%
B 130 of 255 = 51%

190
178
130

R + G + B ~ 65%. #BEB282 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 178 + 130 = 498 (100%)
R 190 of 498 ~ 38.15%
G 178 of 498 ~ 35.74%
B 130 of 498 ~ 26.1%

%38.15
%35.74
%26.1

CMYK color model

#BEB282 color CMYK value is (0,6,32,25).

  • cyan value is 0.00%
  • magenta value is 6.32%
  • yellow value is 31.58%
  • key color value is 25.49%
CMYK:
(0,6,32,25)
C0M6Y32K25 
(0%,6%,32%,25%)
(0.00/0.06/0.32/0.25)	

CMYK percentages

%0
%6.32
%31.58
%25.49

Codes

Color #BEB282 in popluar color models

BEB282
RGB190178130
HSL48°31.58%62.75%
HSB/HSV48°31.58%74.51%
CMYK0.00%6.32%31.58%
25.49%

Color #BEB282 in popluar number systems.

HEXBEB282
Decimal190178130
Binary101111101011001010000010
Octal276262202

Shades and tints

Shades of #BEB282

#BEB282
(190,178,130)
#ADA277
(173,162,119)
#9C926C
(156,146,108)
#8B8261
(139,130,97)
#7A7256
(122,114,86)
#69624B
(105,98,75)
#585240
(88,82,64)
#474235
(71,66,53)
#36322A
(54,50,42)
#25221F
(37,34,31)
#141214
(20,18,20)
#000000
(0,0,0)

Tints of #BEB282

#BEB282
(190,178,130)
#C3B98D
(195,185,141)
#C8C098
(200,192,152)
#CDC7A3
(205,199,163)
#D2CEAE
(210,206,174)
#D7D5B9
(215,213,185)
#DCDCC4
(220,220,196)
#E1E3CF
(225,227,207)
#E6EADA
(230,234,218)
#EBF1E5
(235,241,229)
#F0F8F0
(240,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEB282; }

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

This text font color is #BEB282.


Background Color

.myBgColor { background-color: #BEB282; }

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

This div background color is #BEB282.


Border color

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

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

This div border color is #BEB282.


Opacity

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

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

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

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

This text has shadow with #BEB282 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEB282 on black background.


Color preview on white background

This text has color #BEB282 on white background.



Black color preview on #BEB282 background

This text has black color on #BEB282 background.


White color preview on #BEB282 background

This text has white color on #BEB282 background.