COLOR #B28C64

HEX: #B28C64
RGB: (178,140,100)

Color info

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

RGB color model

#B28C64 color RGB value is (178,140,100).

  • red value is 178;
  • green value is 140;
  • blue value is 100.
RGB:
(178,140,100)
(70%,55%,39%)

RGB channels and saturation

R 178 of 255 = 70%
G 140 of 255 = 55%
B 100 of 255 = 39%

178
140
100

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

Portions of RGB colors in percentages

R + G + B =
178 + 140 + 100 = 418 (100%)
R 178 of 418 ~ 42.58%
G 140 of 418 ~ 33.49%
B 100 of 418 ~ 23.92%

%42.58
%33.49
%23.92

CMYK color model

#B28C64 color CMYK value is (0,21,44,30).

  • cyan value is 0.00%
  • magenta value is 21.35%
  • yellow value is 43.82%
  • key color value is 30.20%
CMYK:
(0,21,44,30)
C0M21Y44K30 
(0%,21%,44%,30%)
(0.00/0.21/0.44/0.30)	

CMYK percentages

%0
%21.35
%43.82
%30.2

Codes

Color #B28C64 in popluar color models

B28C64
RGB178140100
HSL31°33.62%54.51%
HSB/HSV31°43.82%69.80%
CMYK0.00%21.35%43.82%
30.20%

Color #B28C64 in popluar number systems.

HEXB28C64
Decimal178140100
Binary10110010100011001100100
Octal262214144

Shades and tints

Shades of #B28C64

#B28C64
(178,140,100)
#A2805B
(162,128,91)
#927452
(146,116,82)
#826849
(130,104,73)
#725C40
(114,92,64)
#625037
(98,80,55)
#52442E
(82,68,46)
#423825
(66,56,37)
#322C1C
(50,44,28)
#222013
(34,32,19)
#12140A
(18,20,10)
#000000
(0,0,0)

Tints of #B28C64

#B28C64
(178,140,100)
#B99672
(185,150,114)
#C0A080
(192,160,128)
#C7AA8E
(199,170,142)
#CEB49C
(206,180,156)
#D5BEAA
(213,190,170)
#DCC8B8
(220,200,184)
#E3D2C6
(227,210,198)
#EADCD4
(234,220,212)
#F1E6E2
(241,230,226)
#F8F0F0
(248,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B28C64; }

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

This text font color is #B28C64.


Background Color

.myBgColor { background-color: #B28C64; }

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

This div background color is #B28C64.


Border color

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

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

This div border color is #B28C64.


Opacity

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

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

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

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

This text has shadow with #B28C64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B28C64 on black background.


Color preview on white background

This text has color #B28C64 on white background.



Black color preview on #B28C64 background

This text has black color on #B28C64 background.


White color preview on #B28C64 background

This text has white color on #B28C64 background.