COLOR #B0B478

HEX: #B0B478 RGB: (176,180,120)

Color info

#B0B478 contains mainly red and green colors. Web safe color of #B0B478 is #99CC66 (or #9C6).

RGB color model

#B0B478 color RGB value is (176,180,120).

RGB: (176,180,120) (69%, 71%, 47%)

RGB channels and saturation

R 176 of 255 = 69%
G 180 of 255 = 71%
B 120 of 255 = 47%

176
180
120

R + G + B ~ 62%. #B0B478 is quite light color.

Portions of RGB colors in percentages

R + G + B = 176 + 180 + 120 = 476 (100%)
R 176 of 476 ~ 36.97%
G 180 of 476 ~ 37.82%
B 120 of 476 ~ 25.21'%

%36.97
%37.82
%25.21

CMYK color model

#B0B478 color CMYK value is (2,0,33,29).

  • cyan value is 2.22%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 29.41%

CMYK: (2,0,33,29)
C2M0Y33K29 (2%, 0%, 33%, 29%)
(0.02 / 0.00 / 0.33 / 0.29)

CMYK percentages

%2.22
%0
%33.33
%29.41

Codes

Color #B0B478 in popluar color models

B0 B4 78
RGB 176 180 120
HSL 64° 28.57% 58.82%
HSB/HSV 64° 33.33% 70.59%
CMYK 2.22% 0.00% 33.33%
29.41%

Color #B0B478 in popluar number systems.

HEX B0 B4 78
Decimal 176 180 120
Binary 10110000 10110100 1111000
Octal 260 264 170

Shades and tints

Shades of #B0B478

#B0B478
(176,180,120)
#A0A46E
(160,164,110)
#909464
(144,148,100)
#80845A
(128,132,90)
#707450
(112,116,80)
#606446
(96,100,70)
#50543C
(80,84,60)
#404432
(64,68,50)
#303428
(48,52,40)
#20241E
(32,36,30)
#101414
(16,20,20)
#000000
(0,0,0)

Tints of #B0B478

#B0B478
(176,180,120)
#B7BA84
(183,186,132)
#BEC090
(190,192,144)
#C5C69C
(197,198,156)
#CCCCA8
(204,204,168)
#D3D2B4
(211,210,180)
#DAD8C0
(218,216,192)
#E1DECC
(225,222,204)
#E8E4D8
(232,228,216)
#EFEAE4
(239,234,228)
#F6F0F0
(246,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0B478 color. Also use rgb(176,180,120) instead hex code.

Text Font Color

.myTextColor { color: #B0B478; }

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

This text font color is #B0B478.

Background Color

.myBgColor { background-color: #B0B478; }

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

This div background color is #B0B478.

Border color

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

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

This div border color is #B0B478.

Opacity

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

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

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

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

This text has shadow with #B0B478 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0B478.

Preview

Color preview on black background

This text has color #B0B478 on black background.


Color preview on white background

This text has color #B0B478 on white background.


Black color preview on #B0B478 background

This text has black color on #B0B478 background.


White color preview on #B0B478 background

This text has white color on #B0B478 background.


Related colors

Complementary color

Complementary color for #hex is #4F4B87.


I love getcolorcode.com

Triadic colors

1 #78B0B4 and #B478B0 with #B0B478 are triadic colors.

2 #78B4B0 and #B4B078 with #B0B478 are triadic colors.