COLOR #B4C195

HEX: #B4C195
RGB: (180,193,149)

Color info

#B4C195 contains red, green and blue colors in about the same proportion. Web safe color of #B4C195 is #CCCC99 (or #CC9).

RGB color model

#B4C195 color RGB value is (180,193,149).

  • red value is 180;
  • green value is 193;
  • blue value is 149.
RGB:
(180,193,149)
(71%,76%,58%)

RGB channels and saturation

R 180 of 255 = 71%
G 193 of 255 = 76%
B 149 of 255 = 58%

180
193
149

R + G + B ~ 68%. #B4C195 is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 193 + 149 = 522 (100%)
R 180 of 522 ~ 34.48%
G 193 of 522 ~ 36.97%
B 149 of 522 ~ 28.54%

%34.48
%36.97
%28.54

CMYK color model

#B4C195 color CMYK value is (7,0,23,24).

  • cyan value is 6.74%
  • magenta value is 0.00%
  • yellow value is 22.80%
  • key color value is 24.31%
CMYK:
(7,0,23,24)
C7M0Y23K24 
(7%,0%,23%,24%)
(0.07/0.00/0.23/0.24)	

CMYK percentages

%6.74
%0
%22.8
%24.31

Codes

Color #B4C195 in popluar color models

B4C195
RGB180193149
HSL78°26.19%67.06%
HSB/HSV78°22.80%75.69%
CMYK6.74%0.00%22.80%
24.31%

Color #B4C195 in popluar number systems.

HEXB4C195
Decimal180193149
Binary101101001100000110010101
Octal264301225

Shades and tints

Shades of #B4C195

#B4C195
(180,193,149)
#A4B088
(164,176,136)
#949F7B
(148,159,123)
#848E6E
(132,142,110)
#747D61
(116,125,97)
#646C54
(100,108,84)
#545B47
(84,91,71)
#444A3A
(68,74,58)
#34392D
(52,57,45)
#242820
(36,40,32)
#141713
(20,23,19)
#000000
(0,0,0)

Tints of #B4C195

#B4C195
(180,193,149)
#BAC69E
(186,198,158)
#C0CBA7
(192,203,167)
#C6D0B0
(198,208,176)
#CCD5B9
(204,213,185)
#D2DAC2
(210,218,194)
#D8DFCB
(216,223,203)
#DEE4D4
(222,228,212)
#E4E9DD
(228,233,221)
#EAEEE6
(234,238,230)
#F0F3EF
(240,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4C195 color. Also use rgb(180,193,149) instead hex code.

Text Font Color

.myTextColor { color: #B4C195; }

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

This text font color is #B4C195.


Background Color

.myBgColor { background-color: #B4C195; }

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

This div background color is #B4C195.


Border color

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

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

This div border color is #B4C195.


Opacity

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

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

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

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

This text has shadow with #B4C195 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4C195 on black background.


Color preview on white background

This text has color #B4C195 on white background.



Black color preview on #B4C195 background

This text has black color on #B4C195 background.


White color preview on #B4C195 background

This text has white color on #B4C195 background.