COLOR #B2564F

HEX: #B2564F RGB: (178,86,79)

Color info

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

RGB color model

#B2564F color RGB value is (178,86,79).

RGB: (178,86,79) (70%, 34%, 31%)

RGB channels and saturation

R 178 of 255 = 70%
G 86 of 255 = 34%
B 79 of 255 = 31%

178
86
79

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

Portions of RGB colors in percentages

R + G + B = 178 + 86 + 79 = 343 (100%)
R 178 of 343 ~ 51.9%
G 86 of 343 ~ 25.07%
B 79 of 343 ~ 23.03'%

%51.9
%25.07
%23.03

CMYK color model

#B2564F color CMYK value is (0,52,56,30).

  • cyan value is 0.00%
  • magenta value is 51.69%
  • yellow value is 55.62%
  • key color value is 30.20%

CMYK: (0,52,56,30)
C0M52Y56K30 (0%, 52%, 56%, 30%)
(0.00 / 0.52 / 0.56 / 0.30)

CMYK percentages

%0
%51.69
%55.62
%30.2

Codes

Color #B2564F in popluar color models

B2 56 4F
RGB 178 86 79
HSL 39.13% 50.39%
HSB/HSV 55.62% 69.80%
CMYK 0.00% 51.69% 55.62%
30.20%

Color #B2564F in popluar number systems.

HEX B2 56 4F
Decimal 178 86 79
Binary 10110010 1010110 1001111
Octal 262 126 117

Shades and tints

Shades of #B2564F

#B2564F
(178,86,79)
#A24F48
(162,79,72)
#924841
(146,72,65)
#82413A
(130,65,58)
#723A33
(114,58,51)
#62332C
(98,51,44)
#522C25
(82,44,37)
#42251E
(66,37,30)
#321E17
(50,30,23)
#221710
(34,23,16)
#121009
(18,16,9)
#000000
(0,0,0)

Tints of #B2564F

#B2564F
(178,86,79)
#B9655F
(185,101,95)
#C0746F
(192,116,111)
#C7837F
(199,131,127)
#CE928F
(206,146,143)
#D5A19F
(213,161,159)
#DCB0AF
(220,176,175)
#E3BFBF
(227,191,191)
#EACECF
(234,206,207)
#F1DDDF
(241,221,223)
#F8ECEF
(248,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2564F color. Also use rgb(178,86,79) instead hex code.

Text Font Color

.myTextColor { color: #B2564F; }

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

This text font color is #B2564F.

Background Color

.myBgColor { background-color: #B2564F; }

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

This div background color is #B2564F.

Border color

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

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

This div border color is #B2564F.

Opacity

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

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

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

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

This text has shadow with #B2564F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2564F.

Preview

Color preview on black background

This text has color #B2564F on black background.


Color preview on white background

This text has color #B2564F on white background.


Black color preview on #B2564F background

This text has black color on #B2564F background.


White color preview on #B2564F background

This text has white color on #B2564F background.


Related colors

Complementary color

Complementary color for #hex is #4DA9B0.


I love getcolorcode.com

Triadic colors

1 #4FB256 and #564FB2 with #B2564F are triadic colors.

2 #4F56B2 and #56B24F with #B2564F are triadic colors.