COLOR #B2B58F

HEX: #B2B58F RGB: (178,181,143)

Color info

#B2B58F contains red, green and blue colors in about the same proportion. Web safe color of #B2B58F is #99CC99 (or #9C9).

RGB color model

#B2B58F color RGB value is (178,181,143).

RGB: (178,181,143) (70%, 71%, 56%)

RGB channels and saturation

R 178 of 255 = 70%
G 181 of 255 = 71%
B 143 of 255 = 56%

178
181
143

R + G + B ~ 66%. #B2B58F is quite light color.

Portions of RGB colors in percentages

R + G + B = 178 + 181 + 143 = 502 (100%)
R 178 of 502 ~ 35.46%
G 181 of 502 ~ 36.06%
B 143 of 502 ~ 28.49'%

%35.46
%36.06
%28.49

CMYK color model

#B2B58F color CMYK value is (2,0,21,29).

  • cyan value is 1.66%
  • magenta value is 0.00%
  • yellow value is 20.99%
  • key color value is 29.02%

CMYK: (2,0,21,29)
C2M0Y21K29 (2%, 0%, 21%, 29%)
(0.02 / 0.00 / 0.21 / 0.29)

CMYK percentages

%1.66
%0
%20.99
%29.02

Codes

Color #B2B58F in popluar color models

B2 B5 8F
RGB 178 181 143
HSL 65° 20.43% 63.53%
HSB/HSV 65° 20.99% 70.98%
CMYK 1.66% 0.00% 20.99%
29.02%

Color #B2B58F in popluar number systems.

HEX B2 B5 8F
Decimal 178 181 143
Binary 10110010 10110101 10001111
Octal 262 265 217

Shades and tints

Shades of #B2B58F

#B2B58F
(178,181,143)
#A2A582
(162,165,130)
#929575
(146,149,117)
#828568
(130,133,104)
#72755B
(114,117,91)
#62654E
(98,101,78)
#525541
(82,85,65)
#424534
(66,69,52)
#323527
(50,53,39)
#22251A
(34,37,26)
#12150D
(18,21,13)
#000000
(0,0,0)

Tints of #B2B58F

#B2B58F
(178,181,143)
#B9BB99
(185,187,153)
#C0C1A3
(192,193,163)
#C7C7AD
(199,199,173)
#CECDB7
(206,205,183)
#D5D3C1
(213,211,193)
#DCD9CB
(220,217,203)
#E3DFD5
(227,223,213)
#EAE5DF
(234,229,223)
#F1EBE9
(241,235,233)
#F8F1F3
(248,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2B58F; }

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

This text font color is #B2B58F.

Background Color

.myBgColor { background-color: #B2B58F; }

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

This div background color is #B2B58F.

Border color

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

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

This div border color is #B2B58F.

Opacity

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

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

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

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

This text has shadow with #B2B58F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2B58F.

Preview

Color preview on black background

This text has color #B2B58F on black background.


Color preview on white background

This text has color #B2B58F on white background.


Black color preview on #B2B58F background

This text has black color on #B2B58F background.


White color preview on #B2B58F background

This text has white color on #B2B58F background.


Related colors

Complementary color

Complementary color for #hex is #4D4A70.


I love getcolorcode.com

Triadic colors

1 #8FB2B5 and #B58FB2 with #B2B58F are triadic colors.

2 #8FB5B2 and #B5B28F with #B2B58F are triadic colors.