COLOR #B2664A

HEX: #B2664A RGB: (178,102,74)

Color info

#B2664A contains mainly red color. Web safe color of #B2664A is #996633 (or #963).

RGB color model

#B2664A color RGB value is (178,102,74).

RGB: (178,102,74) (70%, 40%, 29%)

RGB channels and saturation

R 178 of 255 = 70%
G 102 of 255 = 40%
B 74 of 255 = 29%

178
102
74

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

Portions of RGB colors in percentages

R + G + B = 178 + 102 + 74 = 354 (100%)
R 178 of 354 ~ 50.28%
G 102 of 354 ~ 28.81%
B 74 of 354 ~ 20.9'%

%50.28
%28.81
%20.9

CMYK color model

#B2664A color CMYK value is (0,43,58,30).

  • cyan value is 0.00%
  • magenta value is 42.70%
  • yellow value is 58.43%
  • key color value is 30.20%

CMYK: (0,43,58,30)
C0M43Y58K30 (0%, 43%, 58%, 30%)
(0.00 / 0.43 / 0.58 / 0.30)

CMYK percentages

%0
%42.7
%58.43
%30.2

Codes

Color #B2664A in popluar color models

B2 66 4A
RGB 178 102 74
HSL 16° 41.27% 49.41%
HSB/HSV 16° 58.43% 69.80%
CMYK 0.00% 42.70% 58.43%
30.20%

Color #B2664A in popluar number systems.

HEX B2 66 4A
Decimal 178 102 74
Binary 10110010 1100110 1001010
Octal 262 146 112

Shades and tints

Shades of #B2664A

#B2664A
(178,102,74)
#A25D44
(162,93,68)
#92543E
(146,84,62)
#824B38
(130,75,56)
#724232
(114,66,50)
#62392C
(98,57,44)
#523026
(82,48,38)
#422720
(66,39,32)
#321E1A
(50,30,26)
#221514
(34,21,20)
#120C0E
(18,12,14)
#000000
(0,0,0)

Tints of #B2664A

#B2664A
(178,102,74)
#B9735A
(185,115,90)
#C0806A
(192,128,106)
#C78D7A
(199,141,122)
#CE9A8A
(206,154,138)
#D5A79A
(213,167,154)
#DCB4AA
(220,180,170)
#E3C1BA
(227,193,186)
#EACECA
(234,206,202)
#F1DBDA
(241,219,218)
#F8E8EA
(248,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2664A color. Also use rgb(178,102,74) instead hex code.

Text Font Color

.myTextColor { color: #B2664A; }

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

This text font color is #B2664A.

Background Color

.myBgColor { background-color: #B2664A; }

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

This div background color is #B2664A.

Border color

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

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

This div border color is #B2664A.

Opacity

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

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

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

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

This text has shadow with #B2664A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2664A.

Preview

Color preview on black background

This text has color #B2664A on black background.


Color preview on white background

This text has color #B2664A on white background.


Black color preview on #B2664A background

This text has black color on #B2664A background.


White color preview on #B2664A background

This text has white color on #B2664A background.


Related colors

Complementary color

Complementary color for #hex is #4D99B5.


I love getcolorcode.com

Triadic colors

1 #4AB266 and #664AB2 with #B2664A are triadic colors.

2 #4A66B2 and #66B24A with #B2664A are triadic colors.