COLOR #BEB37B

HEX: #BEB37B RGB: (190,179,123)

Color info

#BEB37B contains mainly red and green colors. Web safe color of #BEB37B is #CC9966 (or #C96).

RGB color model

#BEB37B color RGB value is (190,179,123).

RGB: (190,179,123) (75%, 70%, 48%)

RGB channels and saturation

R 190 of 255 = 75%
G 179 of 255 = 70%
B 123 of 255 = 48%

190
179
123

R + G + B ~ 64%. #BEB37B is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 179 + 123 = 492 (100%)
R 190 of 492 ~ 38.62%
G 179 of 492 ~ 36.38%
B 123 of 492 ~ 25'%

%38.62
%36.38
%25

CMYK color model

#BEB37B color CMYK value is (0,6,35,25).

  • cyan value is 0.00%
  • magenta value is 5.79%
  • yellow value is 35.26%
  • key color value is 25.49%

CMYK: (0,6,35,25)
C0M6Y35K25 (0%, 6%, 35%, 25%)
(0.00 / 0.06 / 0.35 / 0.25)

CMYK percentages

%0
%5.79
%35.26
%25.49

Codes

Color #BEB37B in popluar color models

BE B3 7B
RGB 190 179 123
HSL 50° 34.01% 61.37%
HSB/HSV 50° 35.26% 74.51%
CMYK 0.00% 5.79% 35.26%
25.49%

Color #BEB37B in popluar number systems.

HEX BE B3 7B
Decimal 190 179 123
Binary 10111110 10110011 1111011
Octal 276 263 173

Shades and tints

Shades of #BEB37B

#BEB37B
(190,179,123)
#ADA370
(173,163,112)
#9C9365
(156,147,101)
#8B835A
(139,131,90)
#7A734F
(122,115,79)
#696344
(105,99,68)
#585339
(88,83,57)
#47432E
(71,67,46)
#363323
(54,51,35)
#252318
(37,35,24)
#14130D
(20,19,13)
#000000
(0,0,0)

Tints of #BEB37B

#BEB37B
(190,179,123)
#C3B987
(195,185,135)
#C8BF93
(200,191,147)
#CDC59F
(205,197,159)
#D2CBAB
(210,203,171)
#D7D1B7
(215,209,183)
#DCD7C3
(220,215,195)
#E1DDCF
(225,221,207)
#E6E3DB
(230,227,219)
#EBE9E7
(235,233,231)
#F0EFF3
(240,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEB37B color. Also use rgb(190,179,123) instead hex code.

Text Font Color

.myTextColor { color: #BEB37B; }

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

This text font color is #BEB37B.

Background Color

.myBgColor { background-color: #BEB37B; }

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

This div background color is #BEB37B.

Border color

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

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

This div border color is #BEB37B.

Opacity

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

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

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

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

This text has shadow with #BEB37B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEB37B.

Preview

Color preview on black background

This text has color #BEB37B on black background.


Color preview on white background

This text has color #BEB37B on white background.


Black color preview on #BEB37B background

This text has black color on #BEB37B background.


White color preview on #BEB37B background

This text has white color on #BEB37B background.


Related colors

Complementary color

Complementary color for #hex is #414C84.


I love getcolorcode.com

Triadic colors

1 #7BBEB3 and #B37BBE with #BEB37B are triadic colors.

2 #7BB3BE and #B3BE7B with #BEB37B are triadic colors.