COLOR #B2676A

HEX: #B2676A
RGB: (178,103,106)

Color info

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

RGB color model

#B2676A color RGB value is (178,103,106).

  • red value is 178;
  • green value is 103;
  • blue value is 106.
RGB:
(178,103,106)
(70%,40%,42%)

RGB channels and saturation

R 178 of 255 = 70%
G 103 of 255 = 40%
B 106 of 255 = 42%

178
103
106

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

Portions of RGB colors in percentages

R + G + B =
178 + 103 + 106 = 387 (100%)
R 178 of 387 ~ 45.99%
G 103 of 387 ~ 26.61%
B 106 of 387 ~ 27.39%

%45.99
%26.61
%27.39

CMYK color model

#B2676A color CMYK value is (0,42,40,30).

  • cyan value is 0.00%
  • magenta value is 42.13%
  • yellow value is 40.45%
  • key color value is 30.20%
CMYK:
(0,42,40,30)
C0M42Y40K30 
(0%,42%,40%,30%)
(0.00/0.42/0.40/0.30)	

CMYK percentages

%0
%42.13
%40.45
%30.2

Codes

Color #B2676A in popluar color models

B2676A
RGB178103106
HSL358°32.75%55.10%
HSB/HSV358°42.13%69.80%
CMYK0.00%42.13%40.45%
30.20%

Color #B2676A in popluar number systems.

HEXB2676A
Decimal178103106
Binary1011001011001111101010
Octal262147152

Shades and tints

Shades of #B2676A

#B2676A
(178,103,106)
#A25E61
(162,94,97)
#925558
(146,85,88)
#824C4F
(130,76,79)
#724346
(114,67,70)
#623A3D
(98,58,61)
#523134
(82,49,52)
#42282B
(66,40,43)
#321F22
(50,31,34)
#221619
(34,22,25)
#120D10
(18,13,16)
#000000
(0,0,0)

Tints of #B2676A

#B2676A
(178,103,106)
#B97477
(185,116,119)
#C08184
(192,129,132)
#C78E91
(199,142,145)
#CE9B9E
(206,155,158)
#D5A8AB
(213,168,171)
#DCB5B8
(220,181,184)
#E3C2C5
(227,194,197)
#EACFD2
(234,207,210)
#F1DCDF
(241,220,223)
#F8E9EC
(248,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2676A; }

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

This text font color is #B2676A.


Background Color

.myBgColor { background-color: #B2676A; }

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

This div background color is #B2676A.


Border color

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

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

This div border color is #B2676A.


Opacity

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

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

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

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

This text has shadow with #B2676A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2676A on black background.


Color preview on white background

This text has color #B2676A on white background.



Black color preview on #B2676A background

This text has black color on #B2676A background.


White color preview on #B2676A background

This text has white color on #B2676A background.