COLOR #B36E7D

HEX: #B36E7D RGB: (179,110,125)

Color info

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

RGB color model

#B36E7D color RGB value is (179,110,125).

RGB: (179,110,125) (70%, 43%, 49%)

RGB channels and saturation

R 179 of 255 = 70%
G 110 of 255 = 43%
B 125 of 255 = 49%

179
110
125

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

Portions of RGB colors in percentages

R + G + B = 179 + 110 + 125 = 414 (100%)
R 179 of 414 ~ 43.24%
G 110 of 414 ~ 26.57%
B 125 of 414 ~ 30.19'%

%43.24
%26.57
%30.19

CMYK color model

#B36E7D color CMYK value is (0,39,30,30).

  • cyan value is 0.00%
  • magenta value is 38.55%
  • yellow value is 30.17%
  • key color value is 29.80%

CMYK: (0,39,30,30)
C0M39Y30K30 (0%, 39%, 30%, 30%)
(0.00 / 0.39 / 0.30 / 0.30)

CMYK percentages

%0
%38.55
%30.17
%29.8

Codes

Color #B36E7D in popluar color models

B3 6E 7D
RGB 179 110 125
HSL 347° 31.22% 56.67%
HSB/HSV 347° 38.55% 70.20%
CMYK 0.00% 38.55% 30.17%
29.80%

Color #B36E7D in popluar number systems.

HEX B3 6E 7D
Decimal 179 110 125
Binary 10110011 1101110 1111101
Octal 263 156 175

Shades and tints

Shades of #B36E7D

#B36E7D
(179,110,125)
#A36472
(163,100,114)
#935A67
(147,90,103)
#83505C
(131,80,92)
#734651
(115,70,81)
#633C46
(99,60,70)
#53323B
(83,50,59)
#432830
(67,40,48)
#331E25
(51,30,37)
#23141A
(35,20,26)
#130A0F
(19,10,15)
#000000
(0,0,0)

Tints of #B36E7D

#B36E7D
(179,110,125)
#B97B88
(185,123,136)
#BF8893
(191,136,147)
#C5959E
(197,149,158)
#CBA2A9
(203,162,169)
#D1AFB4
(209,175,180)
#D7BCBF
(215,188,191)
#DDC9CA
(221,201,202)
#E3D6D5
(227,214,213)
#E9E3E0
(233,227,224)
#EFF0EB
(239,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B36E7D color. Also use rgb(179,110,125) instead hex code.

Text Font Color

.myTextColor { color: #B36E7D; }

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

This text font color is #B36E7D.

Background Color

.myBgColor { background-color: #B36E7D; }

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

This div background color is #B36E7D.

Border color

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

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

This div border color is #B36E7D.

Opacity

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

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

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

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

This text has shadow with #B36E7D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B36E7D.

Preview

Color preview on black background

This text has color #B36E7D on black background.


Color preview on white background

This text has color #B36E7D on white background.


Black color preview on #B36E7D background

This text has black color on #B36E7D background.


White color preview on #B36E7D background

This text has white color on #B36E7D background.


Related colors

Complementary color

Complementary color for #hex is #4C9182.


I love getcolorcode.com

Triadic colors

1 #7DB36E and #6E7DB3 with #B36E7D are triadic colors.

2 #7D6EB3 and #6EB37D with #B36E7D are triadic colors.