COLOR #BEB248

HEX: #BEB248 RGB: (190,178,72)

Color info

#BEB248 contains mainly red and green colors. Web safe color of #BEB248 is #CC9933 (or #C93).

RGB color model

#BEB248 color RGB value is (190,178,72).

RGB: (190,178,72) (75%, 70%, 28%)

RGB channels and saturation

R 190 of 255 = 75%
G 178 of 255 = 70%
B 72 of 255 = 28%

190
178
72

R + G + B ~ 58%. #BEB248 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 190 + 178 + 72 = 440 (100%)
R 190 of 440 ~ 43.18%
G 178 of 440 ~ 40.45%
B 72 of 440 ~ 16.36'%

%43.18
%40.45
%16.36

CMYK color model

#BEB248 color CMYK value is (0,6,62,25).

  • cyan value is 0.00%
  • magenta value is 6.32%
  • yellow value is 62.11%
  • key color value is 25.49%

CMYK: (0,6,62,25)
C0M6Y62K25 (0%, 6%, 62%, 25%)
(0.00 / 0.06 / 0.62 / 0.25)

CMYK percentages

%0
%6.32
%62.11
%25.49

Codes

Color #BEB248 in popluar color models

BE B2 48
RGB 190 178 72
HSL 54° 47.58% 51.37%
HSB/HSV 54° 62.11% 74.51%
CMYK 0.00% 6.32% 62.11%
25.49%

Color #BEB248 in popluar number systems.

HEX BE B2 48
Decimal 190 178 72
Binary 10111110 10110010 1001000
Octal 276 262 110

Shades and tints

Shades of #BEB248

#BEB248
(190,178,72)
#ADA242
(173,162,66)
#9C923C
(156,146,60)
#8B8236
(139,130,54)
#7A7230
(122,114,48)
#69622A
(105,98,42)
#585224
(88,82,36)
#47421E
(71,66,30)
#363218
(54,50,24)
#252212
(37,34,18)
#14120C
(20,18,12)
#000000
(0,0,0)

Tints of #BEB248

#BEB248
(190,178,72)
#C3B958
(195,185,88)
#C8C068
(200,192,104)
#CDC778
(205,199,120)
#D2CE88
(210,206,136)
#D7D598
(215,213,152)
#DCDCA8
(220,220,168)
#E1E3B8
(225,227,184)
#E6EAC8
(230,234,200)
#EBF1D8
(235,241,216)
#F0F8E8
(240,248,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEB248; }

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

This text font color is #BEB248.

Background Color

.myBgColor { background-color: #BEB248; }

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

This div background color is #BEB248.

Border color

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

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

This div border color is #BEB248.

Opacity

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

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

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

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

This text has shadow with #BEB248 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEB248.

Preview

Color preview on black background

This text has color #BEB248 on black background.


Color preview on white background

This text has color #BEB248 on white background.


Black color preview on #BEB248 background

This text has black color on #BEB248 background.


White color preview on #BEB248 background

This text has white color on #BEB248 background.


Related colors

Complementary color

Complementary color for #hex is #414DB7.


I love getcolorcode.com

Triadic colors

1 #48BEB2 and #B248BE with #BEB248 are triadic colors.

2 #48B2BE and #B2BE48 with #BEB248 are triadic colors.