COLOR #B35E6D

HEX: #B35E6D RGB: (179,94,109)

Color info

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

RGB color model

#B35E6D color RGB value is (179,94,109).

RGB: (179,94,109) (70%, 37%, 43%)

RGB channels and saturation

R 179 of 255 = 70%
G 94 of 255 = 37%
B 109 of 255 = 43%

179
94
109

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

Portions of RGB colors in percentages

R + G + B = 179 + 94 + 109 = 382 (100%)
R 179 of 382 ~ 46.86%
G 94 of 382 ~ 24.61%
B 109 of 382 ~ 28.53'%

%46.86
%24.61
%28.53

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 47.49%
  • yellow value is 39.11%
  • key color value is 29.80%

CMYK: (0,47,39,30)
C0M47Y39K30 (0%, 47%, 39%, 30%)
(0.00 / 0.47 / 0.39 / 0.30)

CMYK percentages

%0
%47.49
%39.11
%29.8

Codes

Color #B35E6D in popluar color models

B3 5E 6D
RGB 179 94 109
HSL 349° 35.86% 53.53%
HSB/HSV 349° 47.49% 70.20%
CMYK 0.00% 47.49% 39.11%
29.80%

Color #B35E6D in popluar number systems.

HEX B3 5E 6D
Decimal 179 94 109
Binary 10110011 1011110 1101101
Octal 263 136 155

Shades and tints

Shades of #B35E6D

#B35E6D
(179,94,109)
#A35664
(163,86,100)
#934E5B
(147,78,91)
#834652
(131,70,82)
#733E49
(115,62,73)
#633640
(99,54,64)
#532E37
(83,46,55)
#43262E
(67,38,46)
#331E25
(51,30,37)
#23161C
(35,22,28)
#130E13
(19,14,19)
#000000
(0,0,0)

Tints of #B35E6D

#B35E6D
(179,94,109)
#B96C7A
(185,108,122)
#BF7A87
(191,122,135)
#C58894
(197,136,148)
#CB96A1
(203,150,161)
#D1A4AE
(209,164,174)
#D7B2BB
(215,178,187)
#DDC0C8
(221,192,200)
#E3CED5
(227,206,213)
#E9DCE2
(233,220,226)
#EFEAEF
(239,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B35E6D color. Also use rgb(179,94,109) instead hex code.

Text Font Color

.myTextColor { color: #B35E6D; }

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

This text font color is #B35E6D.

Background Color

.myBgColor { background-color: #B35E6D; }

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

This div background color is #B35E6D.

Border color

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

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

This div border color is #B35E6D.

Opacity

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

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

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

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

This text has shadow with #B35E6D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B35E6D.

Preview

Color preview on black background

This text has color #B35E6D on black background.


Color preview on white background

This text has color #B35E6D on white background.


Black color preview on #B35E6D background

This text has black color on #B35E6D background.


White color preview on #B35E6D background

This text has white color on #B35E6D background.


Related colors

Complementary color

Complementary color for #hex is #4CA192.


I love getcolorcode.com

Triadic colors

1 #6DB35E and #5E6DB3 with #B35E6D are triadic colors.

2 #6D5EB3 and #5EB36D with #B35E6D are triadic colors.