COLOR #B08C48

HEX: #B08C48 RGB: (176,140,72)

Color info

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

RGB color model

#B08C48 color RGB value is (176,140,72).

RGB: (176,140,72) (69%, 55%, 28%)

RGB channels and saturation

R 176 of 255 = 69%
G 140 of 255 = 55%
B 72 of 255 = 28%

176
140
72

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

Portions of RGB colors in percentages

R + G + B = 176 + 140 + 72 = 388 (100%)
R 176 of 388 ~ 45.36%
G 140 of 388 ~ 36.08%
B 72 of 388 ~ 18.56'%

%45.36
%36.08
%18.56

CMYK color model

#B08C48 color CMYK value is (0,20,59,31).

  • cyan value is 0.00%
  • magenta value is 20.45%
  • yellow value is 59.09%
  • key color value is 30.98%

CMYK: (0,20,59,31)
C0M20Y59K31 (0%, 20%, 59%, 31%)
(0.00 / 0.20 / 0.59 / 0.31)

CMYK percentages

%0
%20.45
%59.09
%30.98

Codes

Color #B08C48 in popluar color models

B0 8C 48
RGB 176 140 72
HSL 39° 41.94% 48.63%
HSB/HSV 39° 59.09% 69.02%
CMYK 0.00% 20.45% 59.09%
30.98%

Color #B08C48 in popluar number systems.

HEX B0 8C 48
Decimal 176 140 72
Binary 10110000 10001100 1001000
Octal 260 214 110

Shades and tints

Shades of #B08C48

#B08C48
(176,140,72)
#A08042
(160,128,66)
#90743C
(144,116,60)
#806836
(128,104,54)
#705C30
(112,92,48)
#60502A
(96,80,42)
#504424
(80,68,36)
#40381E
(64,56,30)
#302C18
(48,44,24)
#202012
(32,32,18)
#10140C
(16,20,12)
#000000
(0,0,0)

Tints of #B08C48

#B08C48
(176,140,72)
#B79658
(183,150,88)
#BEA068
(190,160,104)
#C5AA78
(197,170,120)
#CCB488
(204,180,136)
#D3BE98
(211,190,152)
#DAC8A8
(218,200,168)
#E1D2B8
(225,210,184)
#E8DCC8
(232,220,200)
#EFE6D8
(239,230,216)
#F6F0E8
(246,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B08C48 color. Also use rgb(176,140,72) instead hex code.

Text Font Color

.myTextColor { color: #B08C48; }

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

This text font color is #B08C48.

Background Color

.myBgColor { background-color: #B08C48; }

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

This div background color is #B08C48.

Border color

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

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

This div border color is #B08C48.

Opacity

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

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

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

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

This text has shadow with #B08C48 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B08C48.

Preview

Color preview on black background

This text has color #B08C48 on black background.


Color preview on white background

This text has color #B08C48 on white background.


Black color preview on #B08C48 background

This text has black color on #B08C48 background.


White color preview on #B08C48 background

This text has white color on #B08C48 background.


Related colors

Complementary color

Complementary color for #hex is #4F73B7.


I love getcolorcode.com

Triadic colors

1 #48B08C and #8C48B0 with #B08C48 are triadic colors.

2 #488CB0 and #8CB048 with #B08C48 are triadic colors.