COLOR #B2715B

HEX: #B2715B RGB: (178,113,91)

Color info

#B2715B contains mainly red color. Web safe color of #B2715B is #996666 (or #966).

RGB color model

#B2715B color RGB value is (178,113,91).

RGB: (178,113,91) (70%, 44%, 36%)

RGB channels and saturation

R 178 of 255 = 70%
G 113 of 255 = 44%
B 91 of 255 = 36%

178
113
91

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

Portions of RGB colors in percentages

R + G + B = 178 + 113 + 91 = 382 (100%)
R 178 of 382 ~ 46.6%
G 113 of 382 ~ 29.58%
B 91 of 382 ~ 23.82'%

%46.6
%29.58
%23.82

CMYK color model

#B2715B color CMYK value is (0,37,49,30).

  • cyan value is 0.00%
  • magenta value is 36.52%
  • yellow value is 48.88%
  • key color value is 30.20%

CMYK: (0,37,49,30)
C0M37Y49K30 (0%, 37%, 49%, 30%)
(0.00 / 0.37 / 0.49 / 0.30)

CMYK percentages

%0
%36.52
%48.88
%30.2

Codes

Color #B2715B in popluar color models

B2 71 5B
RGB 178 113 91
HSL 15° 36.10% 52.75%
HSB/HSV 15° 48.88% 69.80%
CMYK 0.00% 36.52% 48.88%
30.20%

Color #B2715B in popluar number systems.

HEX B2 71 5B
Decimal 178 113 91
Binary 10110010 1110001 1011011
Octal 262 161 133

Shades and tints

Shades of #B2715B

#B2715B
(178,113,91)
#A26753
(162,103,83)
#925D4B
(146,93,75)
#825343
(130,83,67)
#72493B
(114,73,59)
#623F33
(98,63,51)
#52352B
(82,53,43)
#422B23
(66,43,35)
#32211B
(50,33,27)
#221713
(34,23,19)
#120D0B
(18,13,11)
#000000
(0,0,0)

Tints of #B2715B

#B2715B
(178,113,91)
#B97D69
(185,125,105)
#C08977
(192,137,119)
#C79585
(199,149,133)
#CEA193
(206,161,147)
#D5ADA1
(213,173,161)
#DCB9AF
(220,185,175)
#E3C5BD
(227,197,189)
#EAD1CB
(234,209,203)
#F1DDD9
(241,221,217)
#F8E9E7
(248,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2715B color. Also use rgb(178,113,91) instead hex code.

Text Font Color

.myTextColor { color: #B2715B; }

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

This text font color is #B2715B.

Background Color

.myBgColor { background-color: #B2715B; }

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

This div background color is #B2715B.

Border color

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

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

This div border color is #B2715B.

Opacity

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

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

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

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

This text has shadow with #B2715B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2715B.

Preview

Color preview on black background

This text has color #B2715B on black background.


Color preview on white background

This text has color #B2715B on white background.


Black color preview on #B2715B background

This text has black color on #B2715B background.


White color preview on #B2715B background

This text has white color on #B2715B background.


Related colors

Complementary color

Complementary color for #hex is #4D8EA4.


I love getcolorcode.com

Triadic colors

1 #5BB271 and #715BB2 with #B2715B are triadic colors.

2 #5B71B2 and #71B25B with #B2715B are triadic colors.