COLOR #B8725C

HEX: #B8725C RGB: (184,114,92)

Color info

#B8725C contains mainly red color. Web safe color of #B8725C is #CC6666 (or #C66).

RGB color model

#B8725C color RGB value is (184,114,92).

RGB: (184,114,92) (72%, 45%, 36%)

RGB channels and saturation

R 184 of 255 = 72%
G 114 of 255 = 45%
B 92 of 255 = 36%

184
114
92

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

Portions of RGB colors in percentages

R + G + B = 184 + 114 + 92 = 390 (100%)
R 184 of 390 ~ 47.18%
G 114 of 390 ~ 29.23%
B 92 of 390 ~ 23.59'%

%47.18
%29.23
%23.59

CMYK color model

#B8725C color CMYK value is (0,38,50,28).

  • cyan value is 0.00%
  • magenta value is 38.04%
  • yellow value is 50.00%
  • key color value is 27.84%

CMYK: (0,38,50,28)
C0M38Y50K28 (0%, 38%, 50%, 28%)
(0.00 / 0.38 / 0.50 / 0.28)

CMYK percentages

%0
%38.04
%50
%27.84

Codes

Color #B8725C in popluar color models

B8 72 5C
RGB 184 114 92
HSL 14° 39.32% 54.12%
HSB/HSV 14° 50.00% 72.16%
CMYK 0.00% 38.04% 50.00%
27.84%

Color #B8725C in popluar number systems.

HEX B8 72 5C
Decimal 184 114 92
Binary 10111000 1110010 1011100
Octal 270 162 134

Shades and tints

Shades of #B8725C

#B8725C
(184,114,92)
#A86854
(168,104,84)
#985E4C
(152,94,76)
#885444
(136,84,68)
#784A3C
(120,74,60)
#684034
(104,64,52)
#58362C
(88,54,44)
#482C24
(72,44,36)
#38221C
(56,34,28)
#281814
(40,24,20)
#180E0C
(24,14,12)
#000000
(0,0,0)

Tints of #B8725C

#B8725C
(184,114,92)
#BE7E6A
(190,126,106)
#C48A78
(196,138,120)
#CA9686
(202,150,134)
#D0A294
(208,162,148)
#D6AEA2
(214,174,162)
#DCBAB0
(220,186,176)
#E2C6BE
(226,198,190)
#E8D2CC
(232,210,204)
#EEDEDA
(238,222,218)
#F4EAE8
(244,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8725C color. Also use rgb(184,114,92) instead hex code.

Text Font Color

.myTextColor { color: #B8725C; }

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

This text font color is #B8725C.

Background Color

.myBgColor { background-color: #B8725C; }

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

This div background color is #B8725C.

Border color

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

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

This div border color is #B8725C.

Opacity

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

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

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

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

This text has shadow with #B8725C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B8725C.

Preview

Color preview on black background

This text has color #B8725C on black background.


Color preview on white background

This text has color #B8725C on white background.


Black color preview on #B8725C background

This text has black color on #B8725C background.


White color preview on #B8725C background

This text has white color on #B8725C background.


Related colors

Complementary color

Complementary color for #hex is #478DA3.


I love getcolorcode.com

Triadic colors

1 #5CB872 and #725CB8 with #B8725C are triadic colors.

2 #5C72B8 and #72B85C with #B8725C are triadic colors.