COLOR #B2676E

HEX: #B2676E RGB: (178,103,110)

Color info

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

RGB color model

#B2676E color RGB value is (178,103,110).

RGB: (178,103,110) (70%, 40%, 43%)

RGB channels and saturation

R 178 of 255 = 70%
G 103 of 255 = 40%
B 110 of 255 = 43%

178
103
110

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

Portions of RGB colors in percentages

R + G + B = 178 + 103 + 110 = 391 (100%)
R 178 of 391 ~ 45.52%
G 103 of 391 ~ 26.34%
B 110 of 391 ~ 28.13'%

%45.52
%26.34
%28.13

CMYK color model

#B2676E color CMYK value is (0,42,38,30).

  • cyan value is 0.00%
  • magenta value is 42.13%
  • yellow value is 38.20%
  • key color value is 30.20%
CMYK: (0,42,38,30) C0M42Y38K30 (0%,42%,38%,30%) (0.00/0.42/0.38/0.30) 

CMYK percentages

%0
%42.13
%38.2
%30.2

Codes

Color #B2676E in popluar color models

B2 67 6E
RGB 178 103 110
HSL 354° 32.75% 55.10%
HSB/HSV 354° 42.13% 69.80%
CMYK 0.00% 42.13% 38.20%
30.20%

Color #B2676E in popluar number systems.

HEX B2 67 6E
Decimal 178 103 110
Binary 10110010 1100111 1101110
Octal 262 147 156

Shades and tints

Shades of #B2676E

#B2676E
(178,103,110)
#A25E64
(162,94,100)
#92555A
(146,85,90)
#824C50
(130,76,80)
#724346
(114,67,70)
#623A3C
(98,58,60)
#523132
(82,49,50)
#422828
(66,40,40)
#321F1E
(50,31,30)
#221614
(34,22,20)
#120D0A
(18,13,10)
#000000
(0,0,0)

Tints of #B2676E

#B2676E
(178,103,110)
#B9747B
(185,116,123)
#C08188
(192,129,136)
#C78E95
(199,142,149)
#CE9BA2
(206,155,162)
#D5A8AF
(213,168,175)
#DCB5BC
(220,181,188)
#E3C2C9
(227,194,201)
#EACFD6
(234,207,214)
#F1DCE3
(241,220,227)
#F8E9F0
(248,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2676E color. Also use rgb(178,103,110) instead hex code.

Text Font Color

.myTextColor { color: #B2676E; }

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

This text font color is #B2676E.

Background Color

.myBgColor { background-color: #B2676E; }

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

This div background color is #B2676E.

Border color

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

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

This div border color is #B2676E.

Opacity

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

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

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

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

This text has shadow with #B2676E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2676E.

Preview

Color preview on black background

This text has color #B2676E on black background.


Color preview on white background

This text has color #B2676E on white background.


Black color preview on #B2676E background

This text has black color on #B2676E background.


White color preview on #B2676E background

This text has white color on #B2676E background.


Related colors

Complementary color

Complementary color for #hex is #4D9891.


I love getcolorcode.com

Triadic colors

1 #6EB267 and #676EB2 with #B2676E are triadic colors.

2 #6E67B2 and #67B26E with #B2676E are triadic colors.