COLOR #B2767D

HEX: #B2767D RGB: (178,118,125)

Color info

#B2767D contains mainly red and blue colors. Web safe color of #B2767D is #996666 (or #966).

RGB color model

#B2767D color RGB value is (178,118,125).

RGB: (178,118,125) (70%, 46%, 49%)

RGB channels and saturation

R 178 of 255 = 70%
G 118 of 255 = 46%
B 125 of 255 = 49%

178
118
125

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

Portions of RGB colors in percentages

R + G + B = 178 + 118 + 125 = 421 (100%)
R 178 of 421 ~ 42.28%
G 118 of 421 ~ 28.03%
B 125 of 421 ~ 29.69'%

%42.28
%28.03
%29.69

CMYK color model

#B2767D color CMYK value is (0,34,30,30).

  • cyan value is 0.00%
  • magenta value is 33.71%
  • yellow value is 29.78%
  • key color value is 30.20%

CMYK: (0,34,30,30)
C0M34Y30K30 (0%, 34%, 30%, 30%)
(0.00 / 0.34 / 0.30 / 0.30)

CMYK percentages

%0
%33.71
%29.78
%30.2

Codes

Color #B2767D in popluar color models

B2 76 7D
RGB 178 118 125
HSL 353° 28.04% 58.04%
HSB/HSV 353° 33.71% 69.80%
CMYK 0.00% 33.71% 29.78%
30.20%

Color #B2767D in popluar number systems.

HEX B2 76 7D
Decimal 178 118 125
Binary 10110010 1110110 1111101
Octal 262 166 175

Shades and tints

Shades of #B2767D

#B2767D
(178,118,125)
#A26C72
(162,108,114)
#926267
(146,98,103)
#82585C
(130,88,92)
#724E51
(114,78,81)
#624446
(98,68,70)
#523A3B
(82,58,59)
#423030
(66,48,48)
#322625
(50,38,37)
#221C1A
(34,28,26)
#12120F
(18,18,15)
#000000
(0,0,0)

Tints of #B2767D

#B2767D
(178,118,125)
#B98288
(185,130,136)
#C08E93
(192,142,147)
#C79A9E
(199,154,158)
#CEA6A9
(206,166,169)
#D5B2B4
(213,178,180)
#DCBEBF
(220,190,191)
#E3CACA
(227,202,202)
#EAD6D5
(234,214,213)
#F1E2E0
(241,226,224)
#F8EEEB
(248,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2767D color. Also use rgb(178,118,125) instead hex code.

Text Font Color

.myTextColor { color: #B2767D; }

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

This text font color is #B2767D.

Background Color

.myBgColor { background-color: #B2767D; }

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

This div background color is #B2767D.

Border color

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

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

This div border color is #B2767D.

Opacity

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

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

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

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

This text has shadow with #B2767D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2767D.

Preview

Color preview on black background

This text has color #B2767D on black background.


Color preview on white background

This text has color #B2767D on white background.


Black color preview on #B2767D background

This text has black color on #B2767D background.


White color preview on #B2767D background

This text has white color on #B2767D background.


Related colors

Complementary color

Complementary color for #hex is #4D8982.


I love getcolorcode.com

Triadic colors

1 #7DB276 and #767DB2 with #B2767D are triadic colors.

2 #7D76B2 and #76B27D with #B2767D are triadic colors.