COLOR #B2755E

HEX: #B2755E
RGB: (178,117,94)

Color info

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

RGB color model

#B2755E color RGB value is (178,117,94).

  • red value is 178;
  • green value is 117;
  • blue value is 94.
RGB:
(178,117,94)
(70%,46%,37%)

RGB channels and saturation

R 178 of 255 = 70%
G 117 of 255 = 46%
B 94 of 255 = 37%

178
117
94

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

Portions of RGB colors in percentages

R + G + B =
178 + 117 + 94 = 389 (100%)
R 178 of 389 ~ 45.76%
G 117 of 389 ~ 30.08%
B 94 of 389 ~ 24.16%

%45.76
%30.08
%24.16

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 34.27%
  • yellow value is 47.19%
  • key color value is 30.20%
CMYK:
(0,34,47,30)
C0M34Y47K30 
(0%,34%,47%,30%)
(0.00/0.34/0.47/0.30)	

CMYK percentages

%0
%34.27
%47.19
%30.2

Codes

Color #B2755E in popluar color models

B2755E
RGB17811794
HSL16°35.29%53.33%
HSB/HSV16°47.19%69.80%
CMYK0.00%34.27%47.19%
30.20%

Color #B2755E in popluar number systems.

HEXB2755E
Decimal17811794
Binary1011001011101011011110
Octal262165136

Shades and tints

Shades of #B2755E

#B2755E
(178,117,94)
#A26B56
(162,107,86)
#92614E
(146,97,78)
#825746
(130,87,70)
#724D3E
(114,77,62)
#624336
(98,67,54)
#52392E
(82,57,46)
#422F26
(66,47,38)
#32251E
(50,37,30)
#221B16
(34,27,22)
#12110E
(18,17,14)
#000000
(0,0,0)

Tints of #B2755E

#B2755E
(178,117,94)
#B9816C
(185,129,108)
#C08D7A
(192,141,122)
#C79988
(199,153,136)
#CEA596
(206,165,150)
#D5B1A4
(213,177,164)
#DCBDB2
(220,189,178)
#E3C9C0
(227,201,192)
#EAD5CE
(234,213,206)
#F1E1DC
(241,225,220)
#F8EDEA
(248,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2755E; }

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

This text font color is #B2755E.


Background Color

.myBgColor { background-color: #B2755E; }

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

This div background color is #B2755E.


Border color

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

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

This div border color is #B2755E.


Opacity

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

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

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

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

This text has shadow with #B2755E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2755E on black background.


Color preview on white background

This text has color #B2755E on white background.



Black color preview on #B2755E background

This text has black color on #B2755E background.


White color preview on #B2755E background

This text has white color on #B2755E background.