COLOR #B2B48F

HEX: #B2B48F RGB: (178,180,143)

Color info

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

RGB color model

#B2B48F color RGB value is (178,180,143).

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

RGB channels and saturation

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

178
180
143

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

Portions of RGB colors in percentages

R + G + B = 178 + 180 + 143 = 501 (100%)
R 178 of 501 ~ 35.53%
G 180 of 501 ~ 35.93%
B 143 of 501 ~ 28.54'%

%35.53
%35.93
%28.54

CMYK color model

#B2B48F color CMYK value is (1,0,21,29).

  • cyan value is 1.11%
  • magenta value is 0.00%
  • yellow value is 20.56%
  • key color value is 29.41%

CMYK: (1,0,21,29)
C1M0Y21K29 (1%, 0%, 21%, 29%)
(0.01 / 0.00 / 0.21 / 0.29)

CMYK percentages

%1.11
%0
%20.56
%29.41

Codes

Color #B2B48F in popluar color models

B2 B4 8F
RGB 178 180 143
HSL 63° 19.79% 63.33%
HSB/HSV 63° 20.56% 70.59%
CMYK 1.11% 0.00% 20.56%
29.41%

Color #B2B48F in popluar number systems.

HEX B2 B4 8F
Decimal 178 180 143
Binary 10110010 10110100 10001111
Octal 262 264 217

Shades and tints

Shades of #B2B48F

#B2B48F
(178,180,143)
#A2A482
(162,164,130)
#929475
(146,148,117)
#828468
(130,132,104)
#72745B
(114,116,91)
#62644E
(98,100,78)
#525441
(82,84,65)
#424434
(66,68,52)
#323427
(50,52,39)
#22241A
(34,36,26)
#12140D
(18,20,13)
#000000
(0,0,0)

Tints of #B2B48F

#B2B48F
(178,180,143)
#B9BA99
(185,186,153)
#C0C0A3
(192,192,163)
#C7C6AD
(199,198,173)
#CECCB7
(206,204,183)
#D5D2C1
(213,210,193)
#DCD8CB
(220,216,203)
#E3DED5
(227,222,213)
#EAE4DF
(234,228,223)
#F1EAE9
(241,234,233)
#F8F0F3
(248,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2B48F; }

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

This text font color is #B2B48F.

Background Color

.myBgColor { background-color: #B2B48F; }

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

This div background color is #B2B48F.

Border color

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

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

This div border color is #B2B48F.

Opacity

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

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

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

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

This text has shadow with #B2B48F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2B48F.

Preview

Color preview on black background

This text has color #B2B48F on black background.


Color preview on white background

This text has color #B2B48F on white background.


Black color preview on #B2B48F background

This text has black color on #B2B48F background.


White color preview on #B2B48F background

This text has white color on #B2B48F background.


Related colors

Complementary color

Complementary color for #hex is #4D4B70.


I love getcolorcode.com

Triadic colors

1 #8FB2B4 and #B48FB2 with #B2B48F are triadic colors.

2 #8FB4B2 and #B4B28F with #B2B48F are triadic colors.