COLOR #B28C25

HEX: #B28C25 RGB: (178,140,37)

Color info

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

RGB color model

#B28C25 color RGB value is (178,140,37).

RGB: (178,140,37) (70%, 55%, 15%)

RGB channels and saturation

R 178 of 255 = 70%
G 140 of 255 = 55%
B 37 of 255 = 15%

178
140
37

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

Portions of RGB colors in percentages

R + G + B = 178 + 140 + 37 = 355 (100%)
R 178 of 355 ~ 50.14%
G 140 of 355 ~ 39.44%
B 37 of 355 ~ 10.42'%

%50.14
%39.44

CMYK color model

#B28C25 color CMYK value is (0,21,79,30).

  • cyan value is 0.00%
  • magenta value is 21.35%
  • yellow value is 79.21%
  • key color value is 30.20%

CMYK: (0,21,79,30)
C0M21Y79K30 (0%, 21%, 79%, 30%)
(0.00 / 0.21 / 0.79 / 0.30)

CMYK percentages

%0
%21.35
%79.21
%30.2

Codes

Color #B28C25 in popluar color models

B2 8C 25
RGB 178 140 37
HSL 44° 65.58% 42.16%
HSB/HSV 44° 79.21% 69.80%
CMYK 0.00% 21.35% 79.21%
30.20%

Color #B28C25 in popluar number systems.

HEX B2 8C 25
Decimal 178 140 37
Binary 10110010 10001100 100101
Octal 262 214 45

Shades and tints

Shades of #B28C25

#B28C25
(178,140,37)
#A28022
(162,128,34)
#92741F
(146,116,31)
#82681C
(130,104,28)
#725C19
(114,92,25)
#625016
(98,80,22)
#524413
(82,68,19)
#423810
(66,56,16)
#322C0D
(50,44,13)
#22200A
(34,32,10)
#121407
(18,20,7)
#000000
(0,0,0)

Tints of #B28C25

#B28C25
(178,140,37)
#B99638
(185,150,56)
#C0A04B
(192,160,75)
#C7AA5E
(199,170,94)
#CEB471
(206,180,113)
#D5BE84
(213,190,132)
#DCC897
(220,200,151)
#E3D2AA
(227,210,170)
#EADCBD
(234,220,189)
#F1E6D0
(241,230,208)
#F8F0E3
(248,240,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B28C25 color. Also use rgb(178,140,37) instead hex code.

Text Font Color

.myTextColor { color: #B28C25; }

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

This text font color is #B28C25.

Background Color

.myBgColor { background-color: #B28C25; }

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

This div background color is #B28C25.

Border color

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

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

This div border color is #B28C25.

Opacity

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

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

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

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

This text has shadow with #B28C25 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B28C25.

Preview

Color preview on black background

This text has color #B28C25 on black background.


Color preview on white background

This text has color #B28C25 on white background.


Black color preview on #B28C25 background

This text has black color on #B28C25 background.


White color preview on #B28C25 background

This text has white color on #B28C25 background.


Related colors

Complementary color

Complementary color for #hex is #4D73DA.


I love getcolorcode.com

Triadic colors

1 #25B28C and #8C25B2 with #B28C25 are triadic colors.

2 #258CB2 and #8CB225 with #B28C25 are triadic colors.