COLOR #BEB23B

HEX: #BEB23B
RGB: (190,178,59)

Color info

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

RGB color model

#BEB23B color RGB value is (190,178,59).

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

RGB channels and saturation

R 190 of 255 = 75%
G 178 of 255 = 70%
B 59 of 255 = 23%

190
178
59

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

Portions of RGB colors in percentages

R + G + B =
190 + 178 + 59 = 427 (100%)
R 190 of 427 ~ 44.5%
G 178 of 427 ~ 41.69%
B 59 of 427 ~ 13.82%

%44.5
%41.69
%13.82

CMYK color model

#BEB23B color CMYK value is (0,6,69,25).

  • cyan value is 0.00%
  • magenta value is 6.32%
  • yellow value is 68.95%
  • key color value is 25.49%
CMYK:
(0,6,69,25)
C0M6Y69K25 
(0%,6%,69%,25%)
(0.00/0.06/0.69/0.25)	

CMYK percentages

%0
%6.32
%68.95
%25.49

Codes

Color #BEB23B in popluar color models

BEB23B
RGB19017859
HSL55°52.61%48.82%
HSB/HSV55°68.95%74.51%
CMYK0.00%6.32%68.95%
25.49%

Color #BEB23B in popluar number systems.

HEXBEB23B
Decimal19017859
Binary1011111010110010111011
Octal27626273

Shades and tints

Shades of #BEB23B

#BEB23B
(190,178,59)
#ADA236
(173,162,54)
#9C9231
(156,146,49)
#8B822C
(139,130,44)
#7A7227
(122,114,39)
#696222
(105,98,34)
#58521D
(88,82,29)
#474218
(71,66,24)
#363213
(54,50,19)
#25220E
(37,34,14)
#141209
(20,18,9)
#000000
(0,0,0)

Tints of #BEB23B

#BEB23B
(190,178,59)
#C3B94C
(195,185,76)
#C8C05D
(200,192,93)
#CDC76E
(205,199,110)
#D2CE7F
(210,206,127)
#D7D590
(215,213,144)
#DCDCA1
(220,220,161)
#E1E3B2
(225,227,178)
#E6EAC3
(230,234,195)
#EBF1D4
(235,241,212)
#F0F8E5
(240,248,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEB23B; }

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

This text font color is #BEB23B.


Background Color

.myBgColor { background-color: #BEB23B; }

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

This div background color is #BEB23B.


Border color

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

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

This div border color is #BEB23B.


Opacity

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

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

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

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

This text has shadow with #BEB23B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEB23B on black background.


Color preview on white background

This text has color #BEB23B on white background.



Black color preview on #BEB23B background

This text has black color on #BEB23B background.


White color preview on #BEB23B background

This text has white color on #BEB23B background.