COLOR #B65E6D

HEX: #B65E6D
RGB: (182,94,109)

Color info

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

RGB color model

#B65E6D color RGB value is (182,94,109).

  • red value is 182;
  • green value is 94;
  • blue value is 109.
RGB:
(182,94,109)
(71%,37%,43%)

RGB channels and saturation

R 182 of 255 = 71%
G 94 of 255 = 37%
B 109 of 255 = 43%

182
94
109

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

Portions of RGB colors in percentages

R + G + B =
182 + 94 + 109 = 385 (100%)
R 182 of 385 ~ 47.27%
G 94 of 385 ~ 24.42%
B 109 of 385 ~ 28.31%

%47.27
%24.42
%28.31

CMYK color model

#B65E6D color CMYK value is (0,48,40,29).

  • cyan value is 0.00%
  • magenta value is 48.35%
  • yellow value is 40.11%
  • key color value is 28.63%
CMYK:
(0,48,40,29)
C0M48Y40K29 
(0%,48%,40%,29%)
(0.00/0.48/0.40/0.29)	

CMYK percentages

%0
%48.35
%40.11
%28.63

Codes

Color #B65E6D in popluar color models

B65E6D
RGB18294109
HSL350°37.61%54.12%
HSB/HSV350°48.35%71.37%
CMYK0.00%48.35%40.11%
28.63%

Color #B65E6D in popluar number systems.

HEXB65E6D
Decimal18294109
Binary1011011010111101101101
Octal266136155

Shades and tints

Shades of #B65E6D

#B65E6D
(182,94,109)
#A65664
(166,86,100)
#964E5B
(150,78,91)
#864652
(134,70,82)
#763E49
(118,62,73)
#663640
(102,54,64)
#562E37
(86,46,55)
#46262E
(70,38,46)
#361E25
(54,30,37)
#26161C
(38,22,28)
#160E13
(22,14,19)
#000000
(0,0,0)

Tints of #B65E6D

#B65E6D
(182,94,109)
#BC6C7A
(188,108,122)
#C27A87
(194,122,135)
#C88894
(200,136,148)
#CE96A1
(206,150,161)
#D4A4AE
(212,164,174)
#DAB2BB
(218,178,187)
#E0C0C8
(224,192,200)
#E6CED5
(230,206,213)
#ECDCE2
(236,220,226)
#F2EAEF
(242,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B65E6D; }

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

This text font color is #B65E6D.


Background Color

.myBgColor { background-color: #B65E6D; }

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

This div background color is #B65E6D.


Border color

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

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

This div border color is #B65E6D.


Opacity

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

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

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

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

This text has shadow with #B65E6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B65E6D on black background.


Color preview on white background

This text has color #B65E6D on white background.



Black color preview on #B65E6D background

This text has black color on #B65E6D background.


White color preview on #B65E6D background

This text has white color on #B65E6D background.