COLOR #BECB82

HEX: #BECB82 RGB: (190,203,130)

Color info

#BECB82 contains mainly red and green colors. Web safe color of #BECB82 is #CCCC99 (or #CC9).

RGB color model

#BECB82 color RGB value is (190,203,130).

RGB: (190,203,130) (75%, 80%, 51%)

RGB channels and saturation

R 190 of 255 = 75%
G 203 of 255 = 80%
B 130 of 255 = 51%

190
203
130

R + G + B ~ 69%. #BECB82 is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 203 + 130 = 523 (100%)
R 190 of 523 ~ 36.33%
G 203 of 523 ~ 38.81%
B 130 of 523 ~ 24.86'%

%36.33
%38.81
%24.86

CMYK color model

#BECB82 color CMYK value is (6,0,36,20).

  • cyan value is 6.40%
  • magenta value is 0.00%
  • yellow value is 35.96%
  • key color value is 20.39%

CMYK: (6,0,36,20)
C6M0Y36K20 (6%, 0%, 36%, 20%)
(0.06 / 0.00 / 0.36 / 0.20)

CMYK percentages

%6.4
%0
%35.96
%20.39

Codes

Color #BECB82 in popluar color models

BE CB 82
RGB 190 203 130
HSL 71° 41.24% 65.29%
HSB/HSV 71° 35.96% 79.61%
CMYK 6.40% 0.00% 35.96%
20.39%

Color #BECB82 in popluar number systems.

HEX BE CB 82
Decimal 190 203 130
Binary 10111110 11001011 10000010
Octal 276 313 202

Shades and tints

Shades of #BECB82

#BECB82
(190,203,130)
#ADB977
(173,185,119)
#9CA76C
(156,167,108)
#8B9561
(139,149,97)
#7A8356
(122,131,86)
#69714B
(105,113,75)
#585F40
(88,95,64)
#474D35
(71,77,53)
#363B2A
(54,59,42)
#25291F
(37,41,31)
#141714
(20,23,20)
#000000
(0,0,0)

Tints of #BECB82

#BECB82
(190,203,130)
#C3CF8D
(195,207,141)
#C8D398
(200,211,152)
#CDD7A3
(205,215,163)
#D2DBAE
(210,219,174)
#D7DFB9
(215,223,185)
#DCE3C4
(220,227,196)
#E1E7CF
(225,231,207)
#E6EBDA
(230,235,218)
#EBEFE5
(235,239,229)
#F0F3F0
(240,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BECB82; }

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

This text font color is #BECB82.

Background Color

.myBgColor { background-color: #BECB82; }

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

This div background color is #BECB82.

Border color

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

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

This div border color is #BECB82.

Opacity

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

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

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

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

This text has shadow with #BECB82 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BECB82.

Preview

Color preview on black background

This text has color #BECB82 on black background.


Color preview on white background

This text has color #BECB82 on white background.


Black color preview on #BECB82 background

This text has black color on #BECB82 background.


White color preview on #BECB82 background

This text has white color on #BECB82 background.


Related colors

Complementary color

Complementary color for #hex is #41347D.


I love getcolorcode.com

Triadic colors

1 #82BECB and #CB82BE with #BECB82 are triadic colors.

2 #82CBBE and #CBBE82 with #BECB82 are triadic colors.