COLOR #BEB284

HEX: #BEB284
RGB: (190,178,132)

Color info

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

RGB color model

#BEB284 color RGB value is (190,178,132).

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

RGB channels and saturation

R 190 of 255 = 75%
G 178 of 255 = 70%
B 132 of 255 = 52%

190
178
132

R + G + B ~ 66%. #BEB284 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 178 + 132 = 500 (100%)
R 190 of 500 ~ 38%
G 178 of 500 ~ 35.6%
B 132 of 500 ~ 26.4%

%38
%35.6
%26.4

CMYK color model

#BEB284 color CMYK value is (0,6,31,25).

  • cyan value is 0.00%
  • magenta value is 6.32%
  • yellow value is 30.53%
  • key color value is 25.49%
CMYK:
(0,6,31,25)
C0M6Y31K25 
(0%,6%,31%,25%)
(0.00/0.06/0.31/0.25)	

CMYK percentages

%0
%6.32
%30.53
%25.49

Codes

Color #BEB284 in popluar color models

BEB284
RGB190178132
HSL48°30.85%63.14%
HSB/HSV48°30.53%74.51%
CMYK0.00%6.32%30.53%
25.49%

Color #BEB284 in popluar number systems.

HEXBEB284
Decimal190178132
Binary101111101011001010000100
Octal276262204

Shades and tints

Shades of #BEB284

#BEB284
(190,178,132)
#ADA278
(173,162,120)
#9C926C
(156,146,108)
#8B8260
(139,130,96)
#7A7254
(122,114,84)
#696248
(105,98,72)
#58523C
(88,82,60)
#474230
(71,66,48)
#363224
(54,50,36)
#252218
(37,34,24)
#14120C
(20,18,12)
#000000
(0,0,0)

Tints of #BEB284

#BEB284
(190,178,132)
#C3B98F
(195,185,143)
#C8C09A
(200,192,154)
#CDC7A5
(205,199,165)
#D2CEB0
(210,206,176)
#D7D5BB
(215,213,187)
#DCDCC6
(220,220,198)
#E1E3D1
(225,227,209)
#E6EADC
(230,234,220)
#EBF1E7
(235,241,231)
#F0F8F2
(240,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEB284; }

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

This text font color is #BEB284.


Background Color

.myBgColor { background-color: #BEB284; }

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

This div background color is #BEB284.


Border color

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

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

This div border color is #BEB284.


Opacity

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

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

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

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

This text has shadow with #BEB284 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEB284 on black background.


Color preview on white background

This text has color #BEB284 on white background.



Black color preview on #BEB284 background

This text has black color on #BEB284 background.


White color preview on #BEB284 background

This text has white color on #BEB284 background.