COLOR #B2B259

HEX: #B2B259 RGB: (178,178,89)

Color info

#B2B259 contains mainly red and green colors. Web safe color of #B2B259 is #999966 (or #996).

RGB color model

#B2B259 color RGB value is (178,178,89).

RGB: (178,178,89) (70%, 70%, 35%)

RGB channels and saturation

R 178 of 255 = 70%
G 178 of 255 = 70%
B 89 of 255 = 35%

178
178
89

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

Portions of RGB colors in percentages

R + G + B = 178 + 178 + 89 = 445 (100%)
R 178 of 445 ~ 40%
G 178 of 445 ~ 40%
B 89 of 445 ~ 20'%

%40
%40
%20

CMYK color model

#B2B259 color CMYK value is (0,0,50,30).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 30.20%

CMYK: (0,0,50,30)
C0M0Y50K30 (0%, 0%, 50%, 30%)
(0.00 / 0.00 / 0.50 / 0.30)

CMYK percentages

%0
%0
%50
%30.2

Codes

Color #B2B259 in popluar color models

B2 B2 59
RGB 178 178 89
HSL 60° 36.63% 52.35%
HSB/HSV 60° 50.00% 69.80%
CMYK 0.00% 0.00% 50.00%
30.20%

Color #B2B259 in popluar number systems.

HEX B2 B2 59
Decimal 178 178 89
Binary 10110010 10110010 1011001
Octal 262 262 131

Shades and tints

Shades of #B2B259

#B2B259
(178,178,89)
#A2A251
(162,162,81)
#929249
(146,146,73)
#828241
(130,130,65)
#727239
(114,114,57)
#626231
(98,98,49)
#525229
(82,82,41)
#424221
(66,66,33)
#323219
(50,50,25)
#222211
(34,34,17)
#121209
(18,18,9)
#000000
(0,0,0)

Tints of #B2B259

#B2B259
(178,178,89)
#B9B968
(185,185,104)
#C0C077
(192,192,119)
#C7C786
(199,199,134)
#CECE95
(206,206,149)
#D5D5A4
(213,213,164)
#DCDCB3
(220,220,179)
#E3E3C2
(227,227,194)
#EAEAD1
(234,234,209)
#F1F1E0
(241,241,224)
#F8F8EF
(248,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2B259; }

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

This text font color is #B2B259.

Background Color

.myBgColor { background-color: #B2B259; }

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

This div background color is #B2B259.

Border color

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

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

This div border color is #B2B259.

Opacity

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

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

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

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

This text has shadow with #B2B259 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2B259.

Preview

Color preview on black background

This text has color #B2B259 on black background.


Color preview on white background

This text has color #B2B259 on white background.


Black color preview on #B2B259 background

This text has black color on #B2B259 background.


White color preview on #B2B259 background

This text has white color on #B2B259 background.


Related colors

Complementary color

Complementary color for #hex is #4D4DA6.


I love getcolorcode.com