COLOR #B65356

HEX: #B65356
RGB: (182,83,86)

Color info

#B65356 contains mainly red color. Web safe color of #B65356 is #CC6666 (or #C66).

RGB color model

#B65356 color RGB value is (182,83,86).

  • red value is 182;
  • green value is 83;
  • blue value is 86.
RGB:
(182,83,86)
(71%,33%,34%)

RGB channels and saturation

R 182 of 255 = 71%
G 83 of 255 = 33%
B 86 of 255 = 34%

182
83
86

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

Portions of RGB colors in percentages

R + G + B =
182 + 83 + 86 = 351 (100%)
R 182 of 351 ~ 51.85%
G 83 of 351 ~ 23.65%
B 86 of 351 ~ 24.5%

%51.85
%23.65
%24.5

CMYK color model

#B65356 color CMYK value is (0,54,53,29).

  • cyan value is 0.00%
  • magenta value is 54.40%
  • yellow value is 52.75%
  • key color value is 28.63%
CMYK:
(0,54,53,29)
C0M54Y53K29 
(0%,54%,53%,29%)
(0.00/0.54/0.53/0.29)	

CMYK percentages

%0
%54.4
%52.75
%28.63

Codes

Color #B65356 in popluar color models

B65356
RGB1828386
HSL358°40.41%51.96%
HSB/HSV358°54.40%71.37%
CMYK0.00%54.40%52.75%
28.63%

Color #B65356 in popluar number systems.

HEXB65356
Decimal1828386
Binary1011011010100111010110
Octal266123126

Shades and tints

Shades of #B65356

#B65356
(182,83,86)
#A64C4F
(166,76,79)
#964548
(150,69,72)
#863E41
(134,62,65)
#76373A
(118,55,58)
#663033
(102,48,51)
#56292C
(86,41,44)
#462225
(70,34,37)
#361B1E
(54,27,30)
#261417
(38,20,23)
#160D10
(22,13,16)
#000000
(0,0,0)

Tints of #B65356

#B65356
(182,83,86)
#BC6265
(188,98,101)
#C27174
(194,113,116)
#C88083
(200,128,131)
#CE8F92
(206,143,146)
#D49EA1
(212,158,161)
#DAADB0
(218,173,176)
#E0BCBF
(224,188,191)
#E6CBCE
(230,203,206)
#ECDADD
(236,218,221)
#F2E9EC
(242,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B65356 color. Also use rgb(182,83,86) instead hex code.

Text Font Color

.myTextColor { color: #B65356; }

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

This text font color is #B65356.


Background Color

.myBgColor { background-color: #B65356; }

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

This div background color is #B65356.


Border color

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

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

This div border color is #B65356.


Opacity

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

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

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

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

This text has shadow with #B65356 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B65356 on black background.


Color preview on white background

This text has color #B65356 on white background.



Black color preview on #B65356 background

This text has black color on #B65356 background.


White color preview on #B65356 background

This text has white color on #B65356 background.