COLOR #B0955B

HEX: #B0955B RGB: (176,149,91)

Color info

#B0955B contains mainly red and green colors. Web safe color of #B0955B is #999966 (or #996).

RGB color model

#B0955B color RGB value is (176,149,91).

RGB: (176,149,91) (69%, 58%, 36%)

RGB channels and saturation

R 176 of 255 = 69%
G 149 of 255 = 58%
B 91 of 255 = 36%

176
149
91

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

Portions of RGB colors in percentages

R + G + B = 176 + 149 + 91 = 416 (100%)
R 176 of 416 ~ 42.31%
G 149 of 416 ~ 35.82%
B 91 of 416 ~ 21.88'%

%42.31
%35.82
%21.88

CMYK color model

#B0955B color CMYK value is (0,15,48,31).

  • cyan value is 0.00%
  • magenta value is 15.34%
  • yellow value is 48.30%
  • key color value is 30.98%

CMYK: (0,15,48,31)
C0M15Y48K31 (0%, 15%, 48%, 31%)
(0.00 / 0.15 / 0.48 / 0.31)

CMYK percentages

%0
%15.34
%48.3
%30.98

Codes

Color #B0955B in popluar color models

B0 95 5B
RGB 176 149 91
HSL 41° 34.98% 52.35%
HSB/HSV 41° 48.30% 69.02%
CMYK 0.00% 15.34% 48.30%
30.98%

Color #B0955B in popluar number systems.

HEX B0 95 5B
Decimal 176 149 91
Binary 10110000 10010101 1011011
Octal 260 225 133

Shades and tints

Shades of #B0955B

#B0955B
(176,149,91)
#A08853
(160,136,83)
#907B4B
(144,123,75)
#806E43
(128,110,67)
#70613B
(112,97,59)
#605433
(96,84,51)
#50472B
(80,71,43)
#403A23
(64,58,35)
#302D1B
(48,45,27)
#202013
(32,32,19)
#10130B
(16,19,11)
#000000
(0,0,0)

Tints of #B0955B

#B0955B
(176,149,91)
#B79E69
(183,158,105)
#BEA777
(190,167,119)
#C5B085
(197,176,133)
#CCB993
(204,185,147)
#D3C2A1
(211,194,161)
#DACBAF
(218,203,175)
#E1D4BD
(225,212,189)
#E8DDCB
(232,221,203)
#EFE6D9
(239,230,217)
#F6EFE7
(246,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0955B color. Also use rgb(176,149,91) instead hex code.

Text Font Color

.myTextColor { color: #B0955B; }

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

This text font color is #B0955B.

Background Color

.myBgColor { background-color: #B0955B; }

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

This div background color is #B0955B.

Border color

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

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

This div border color is #B0955B.

Opacity

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

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

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

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

This text has shadow with #B0955B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0955B.

Preview

Color preview on black background

This text has color #B0955B on black background.


Color preview on white background

This text has color #B0955B on white background.


Black color preview on #B0955B background

This text has black color on #B0955B background.


White color preview on #B0955B background

This text has white color on #B0955B background.


Related colors

Complementary color

Complementary color for #hex is #4F6AA4.


I love getcolorcode.com

Triadic colors

1 #5BB095 and #955BB0 with #B0955B are triadic colors.

2 #5B95B0 and #95B05B with #B0955B are triadic colors.