COLOR #B2756A

HEX: #B2756A RGB: (178,117,106)

Color info

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

RGB color model

#B2756A color RGB value is (178,117,106).

RGB: (178,117,106) (70%, 46%, 42%)

RGB channels and saturation

R 178 of 255 = 70%
G 117 of 255 = 46%
B 106 of 255 = 42%

178
117
106

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

Portions of RGB colors in percentages

R + G + B = 178 + 117 + 106 = 401 (100%)
R 178 of 401 ~ 44.39%
G 117 of 401 ~ 29.18%
B 106 of 401 ~ 26.43'%

%44.39
%29.18
%26.43

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 34.27%
  • yellow value is 40.45%
  • key color value is 30.20%
CMYK: (0,34,40,30) C0M34Y40K30 (0%,34%,40%,30%) (0.00/0.34/0.40/0.30) 

CMYK percentages

%0
%34.27
%40.45
%30.2

Codes

Color #B2756A in popluar color models

B2 75 6A
RGB 178 117 106
HSL 31.86% 55.69%
HSB/HSV 40.45% 69.80%
CMYK 0.00% 34.27% 40.45%
30.20%

Color #B2756A in popluar number systems.

HEX B2 75 6A
Decimal 178 117 106
Binary 10110010 1110101 1101010
Octal 262 165 152

Shades and tints

Shades of #B2756A

#B2756A
(178,117,106)
#A26B61
(162,107,97)
#926158
(146,97,88)
#82574F
(130,87,79)
#724D46
(114,77,70)
#62433D
(98,67,61)
#523934
(82,57,52)
#422F2B
(66,47,43)
#322522
(50,37,34)
#221B19
(34,27,25)
#121110
(18,17,16)
#000000
(0,0,0)

Tints of #B2756A

#B2756A
(178,117,106)
#B98177
(185,129,119)
#C08D84
(192,141,132)
#C79991
(199,153,145)
#CEA59E
(206,165,158)
#D5B1AB
(213,177,171)
#DCBDB8
(220,189,184)
#E3C9C5
(227,201,197)
#EAD5D2
(234,213,210)
#F1E1DF
(241,225,223)
#F8EDEC
(248,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2756A; }

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

This text font color is #B2756A.

Background Color

.myBgColor { background-color: #B2756A; }

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

This div background color is #B2756A.

Border color

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

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

This div border color is #B2756A.

Opacity

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

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

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

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

This text has shadow with #B2756A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2756A.

Preview

Color preview on black background

This text has color #B2756A on black background.


Color preview on white background

This text has color #B2756A on white background.


Black color preview on #B2756A background

This text has black color on #B2756A background.


White color preview on #B2756A background

This text has white color on #B2756A background.


Related colors

Complementary color

Complementary color for #hex is #4D8A95.


I love getcolorcode.com

Triadic colors

1 #6AB275 and #756AB2 with #B2756A are triadic colors.

2 #6A75B2 and #75B26A with #B2756A are triadic colors.