COLOR #B2B646

HEX: #B2B646 RGB: (178,182,70)

Color info

#B2B646 contains mainly red and green colors. Web safe color of #B2B646 is #99CC33 (or #9C3).

RGB color model

#B2B646 color RGB value is (178,182,70).

RGB: (178,182,70) (70%, 71%, 27%)

RGB channels and saturation

R 178 of 255 = 70%
G 182 of 255 = 71%
B 70 of 255 = 27%

178
182
70

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

Portions of RGB colors in percentages

R + G + B = 178 + 182 + 70 = 430 (100%)
R 178 of 430 ~ 41.4%
G 182 of 430 ~ 42.33%
B 70 of 430 ~ 16.28'%

%41.4
%42.33
%16.28

CMYK color model

#B2B646 color CMYK value is (2,0,62,29).

  • cyan value is 2.20%
  • magenta value is 0.00%
  • yellow value is 61.54%
  • key color value is 28.63%

CMYK: (2,0,62,29)
C2M0Y62K29 (2%, 0%, 62%, 29%)
(0.02 / 0.00 / 0.62 / 0.29)

CMYK percentages

%2.2
%0
%61.54
%28.63

Codes

Color #B2B646 in popluar color models

B2 B6 46
RGB 178 182 70
HSL 62° 44.44% 49.41%
HSB/HSV 62° 61.54% 71.37%
CMYK 2.20% 0.00% 61.54%
28.63%

Color #B2B646 in popluar number systems.

HEX B2 B6 46
Decimal 178 182 70
Binary 10110010 10110110 1000110
Octal 262 266 106

Shades and tints

Shades of #B2B646

#B2B646
(178,182,70)
#A2A640
(162,166,64)
#92963A
(146,150,58)
#828634
(130,134,52)
#72762E
(114,118,46)
#626628
(98,102,40)
#525622
(82,86,34)
#42461C
(66,70,28)
#323616
(50,54,22)
#222610
(34,38,16)
#12160A
(18,22,10)
#000000
(0,0,0)

Tints of #B2B646

#B2B646
(178,182,70)
#B9BC56
(185,188,86)
#C0C266
(192,194,102)
#C7C876
(199,200,118)
#CECE86
(206,206,134)
#D5D496
(213,212,150)
#DCDAA6
(220,218,166)
#E3E0B6
(227,224,182)
#EAE6C6
(234,230,198)
#F1ECD6
(241,236,214)
#F8F2E6
(248,242,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2B646 color. Also use rgb(178,182,70) instead hex code.

Text Font Color

.myTextColor { color: #B2B646; }

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

This text font color is #B2B646.

Background Color

.myBgColor { background-color: #B2B646; }

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

This div background color is #B2B646.

Border color

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

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

This div border color is #B2B646.

Opacity

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

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

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

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

This text has shadow with #B2B646 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2B646.

Preview

Color preview on black background

This text has color #B2B646 on black background.


Color preview on white background

This text has color #B2B646 on white background.


Black color preview on #B2B646 background

This text has black color on #B2B646 background.


White color preview on #B2B646 background

This text has white color on #B2B646 background.


Related colors

Complementary color

Complementary color for #hex is #4D49B9.


I love getcolorcode.com

Triadic colors

1 #46B2B6 and #B646B2 with #B2B646 are triadic colors.

2 #46B6B2 and #B6B246 with #B2B646 are triadic colors.