COLOR #B0B481

HEX: #B0B481 RGB: (176,180,129)

Color info

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

RGB color model

#B0B481 color RGB value is (176,180,129).

RGB: (176,180,129) (69%, 71%, 51%)

RGB channels and saturation

R 176 of 255 = 69%
G 180 of 255 = 71%
B 129 of 255 = 51%

176
180
129

R + G + B ~ 64%. #B0B481 is quite light color.

Portions of RGB colors in percentages

R + G + B = 176 + 180 + 129 = 485 (100%)
R 176 of 485 ~ 36.29%
G 180 of 485 ~ 37.11%
B 129 of 485 ~ 26.6'%

%36.29
%37.11
%26.6

CMYK color model

#B0B481 color CMYK value is (2,0,28,29).

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

CMYK: (2,0,28,29)
C2M0Y28K29 (2%, 0%, 28%, 29%)
(0.02 / 0.00 / 0.28 / 0.29)

CMYK percentages

%2.22
%0
%28.33
%29.41

Codes

Color #B0B481 in popluar color models

B0 B4 81
RGB 176 180 129
HSL 65° 25.37% 60.59%
HSB/HSV 65° 28.33% 70.59%
CMYK 2.22% 0.00% 28.33%
29.41%

Color #B0B481 in popluar number systems.

HEX B0 B4 81
Decimal 176 180 129
Binary 10110000 10110100 10000001
Octal 260 264 201

Shades and tints

Shades of #B0B481

#B0B481
(176,180,129)
#A0A476
(160,164,118)
#90946B
(144,148,107)
#808460
(128,132,96)
#707455
(112,116,85)
#60644A
(96,100,74)
#50543F
(80,84,63)
#404434
(64,68,52)
#303429
(48,52,41)
#20241E
(32,36,30)
#101413
(16,20,19)
#000000
(0,0,0)

Tints of #B0B481

#B0B481
(176,180,129)
#B7BA8C
(183,186,140)
#BEC097
(190,192,151)
#C5C6A2
(197,198,162)
#CCCCAD
(204,204,173)
#D3D2B8
(211,210,184)
#DAD8C3
(218,216,195)
#E1DECE
(225,222,206)
#E8E4D9
(232,228,217)
#EFEAE4
(239,234,228)
#F6F0EF
(246,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0B481; }

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

This text font color is #B0B481.

Background Color

.myBgColor { background-color: #B0B481; }

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

This div background color is #B0B481.

Border color

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

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

This div border color is #B0B481.

Opacity

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

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

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

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

This text has shadow with #B0B481 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0B481.

Preview

Color preview on black background

This text has color #B0B481 on black background.


Color preview on white background

This text has color #B0B481 on white background.


Black color preview on #B0B481 background

This text has black color on #B0B481 background.


White color preview on #B0B481 background

This text has white color on #B0B481 background.


Related colors

Complementary color

Complementary color for #hex is #4F4B7E.


I love getcolorcode.com

Triadic colors

1 #81B0B4 and #B481B0 with #B0B481 are triadic colors.

2 #81B4B0 and #B4B081 with #B0B481 are triadic colors.