COLOR #B0983E

HEX: #B0983E RGB: (176,152,62)

Color info

#B0983E contains mainly red and green colors. Web safe color of #B0983E is #999933 (or #993).

RGB color model

#B0983E color RGB value is (176,152,62).

RGB: (176,152,62) (69%, 60%, 24%)

RGB channels and saturation

R 176 of 255 = 69%
G 152 of 255 = 60%
B 62 of 255 = 24%

176
152
62

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

Portions of RGB colors in percentages

R + G + B = 176 + 152 + 62 = 390 (100%)
R 176 of 390 ~ 45.13%
G 152 of 390 ~ 38.97%
B 62 of 390 ~ 15.9'%

%45.13
%38.97
%15.9

CMYK color model

#B0983E color CMYK value is (0,14,65,31).

  • cyan value is 0.00%
  • magenta value is 13.64%
  • yellow value is 64.77%
  • key color value is 30.98%

CMYK: (0,14,65,31)
C0M14Y65K31 (0%, 14%, 65%, 31%)
(0.00 / 0.14 / 0.65 / 0.31)

CMYK percentages

%0
%13.64
%64.77
%30.98

Codes

Color #B0983E in popluar color models

B0 98 3E
RGB 176 152 62
HSL 47° 47.90% 46.67%
HSB/HSV 47° 64.77% 69.02%
CMYK 0.00% 13.64% 64.77%
30.98%

Color #B0983E in popluar number systems.

HEX B0 98 3E
Decimal 176 152 62
Binary 10110000 10011000 111110
Octal 260 230 76

Shades and tints

Shades of #B0983E

#B0983E
(176,152,62)
#A08B39
(160,139,57)
#907E34
(144,126,52)
#80712F
(128,113,47)
#70642A
(112,100,42)
#605725
(96,87,37)
#504A20
(80,74,32)
#403D1B
(64,61,27)
#303016
(48,48,22)
#202311
(32,35,17)
#10160C
(16,22,12)
#000000
(0,0,0)

Tints of #B0983E

#B0983E
(176,152,62)
#B7A14F
(183,161,79)
#BEAA60
(190,170,96)
#C5B371
(197,179,113)
#CCBC82
(204,188,130)
#D3C593
(211,197,147)
#DACEA4
(218,206,164)
#E1D7B5
(225,215,181)
#E8E0C6
(232,224,198)
#EFE9D7
(239,233,215)
#F6F2E8
(246,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0983E color. Also use rgb(176,152,62) instead hex code.

Text Font Color

.myTextColor { color: #B0983E; }

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

This text font color is #B0983E.

Background Color

.myBgColor { background-color: #B0983E; }

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

This div background color is #B0983E.

Border color

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

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

This div border color is #B0983E.

Opacity

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

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

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

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

This text has shadow with #B0983E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0983E.

Preview

Color preview on black background

This text has color #B0983E on black background.


Color preview on white background

This text has color #B0983E on white background.


Black color preview on #B0983E background

This text has black color on #B0983E background.


White color preview on #B0983E background

This text has white color on #B0983E background.


Related colors

Complementary color

Complementary color for #hex is #4F67C1.


I love getcolorcode.com

Triadic colors

1 #3EB098 and #983EB0 with #B0983E are triadic colors.

2 #3E98B0 and #98B03E with #B0983E are triadic colors.