COLOR #B4B168

HEX: #B4B168 RGB: (180,177,104)

Color info

#B4B168 contains mainly red and green colors. Web safe color of #B4B168 is #CC9966 (or #C96).

RGB color model

#B4B168 color RGB value is (180,177,104).

RGB: (180,177,104) (71%, 69%, 41%)

RGB channels and saturation

R 180 of 255 = 71%
G 177 of 255 = 69%
B 104 of 255 = 41%

180
177
104

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

Portions of RGB colors in percentages

R + G + B = 180 + 177 + 104 = 461 (100%)
R 180 of 461 ~ 39.05%
G 177 of 461 ~ 38.39%
B 104 of 461 ~ 22.56'%

%39.05
%38.39
%22.56

CMYK color model

#B4B168 color CMYK value is (0,2,42,29).

  • cyan value is 0.00%
  • magenta value is 1.67%
  • yellow value is 42.22%
  • key color value is 29.41%

CMYK: (0,2,42,29)
C0M2Y42K29 (0%, 2%, 42%, 29%)
(0.00 / 0.02 / 0.42 / 0.29)

CMYK percentages

%0
%1.67
%42.22
%29.41

Codes

Color #B4B168 in popluar color models

B4 B1 68
RGB 180 177 104
HSL 58° 33.63% 55.69%
HSB/HSV 58° 42.22% 70.59%
CMYK 0.00% 1.67% 42.22%
29.41%

Color #B4B168 in popluar number systems.

HEX B4 B1 68
Decimal 180 177 104
Binary 10110100 10110001 1101000
Octal 264 261 150

Shades and tints

Shades of #B4B168

#B4B168
(180,177,104)
#A4A15F
(164,161,95)
#949156
(148,145,86)
#84814D
(132,129,77)
#747144
(116,113,68)
#64613B
(100,97,59)
#545132
(84,81,50)
#444129
(68,65,41)
#343120
(52,49,32)
#242117
(36,33,23)
#14110E
(20,17,14)
#000000
(0,0,0)

Tints of #B4B168

#B4B168
(180,177,104)
#BAB875
(186,184,117)
#C0BF82
(192,191,130)
#C6C68F
(198,198,143)
#CCCD9C
(204,205,156)
#D2D4A9
(210,212,169)
#D8DBB6
(216,219,182)
#DEE2C3
(222,226,195)
#E4E9D0
(228,233,208)
#EAF0DD
(234,240,221)
#F0F7EA
(240,247,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4B168 color. Also use rgb(180,177,104) instead hex code.

Text Font Color

.myTextColor { color: #B4B168; }

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

This text font color is #B4B168.

Background Color

.myBgColor { background-color: #B4B168; }

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

This div background color is #B4B168.

Border color

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

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

This div border color is #B4B168.

Opacity

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

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

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

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

This text has shadow with #B4B168 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4B168.

Preview

Color preview on black background

This text has color #B4B168 on black background.


Color preview on white background

This text has color #B4B168 on white background.


Black color preview on #B4B168 background

This text has black color on #B4B168 background.


White color preview on #B4B168 background

This text has white color on #B4B168 background.


Related colors

Complementary color

Complementary color for #hex is #4B4E97.


I love getcolorcode.com

Triadic colors

1 #68B4B1 and #B168B4 with #B4B168 are triadic colors.

2 #68B1B4 and #B1B468 with #B4B168 are triadic colors.