COLOR #B65F6B

HEX: #B65F6B
RGB: (182,95,107)

Color info

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

RGB color model

#B65F6B color RGB value is (182,95,107).

  • red value is 182;
  • green value is 95;
  • blue value is 107.
RGB:
(182,95,107)
(71%,37%,42%)

RGB channels and saturation

R 182 of 255 = 71%
G 95 of 255 = 37%
B 107 of 255 = 42%

182
95
107

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

Portions of RGB colors in percentages

R + G + B =
182 + 95 + 107 = 384 (100%)
R 182 of 384 ~ 47.4%
G 95 of 384 ~ 24.74%
B 107 of 384 ~ 27.86%

%47.4
%24.74
%27.86

CMYK color model

#B65F6B color CMYK value is (0,48,41,29).

  • cyan value is 0.00%
  • magenta value is 47.80%
  • yellow value is 41.21%
  • key color value is 28.63%
CMYK:
(0,48,41,29)
C0M48Y41K29 
(0%,48%,41%,29%)
(0.00/0.48/0.41/0.29)	

CMYK percentages

%0
%47.8
%41.21
%28.63

Codes

Color #B65F6B in popluar color models

B65F6B
RGB18295107
HSL352°37.34%54.31%
HSB/HSV352°47.80%71.37%
CMYK0.00%47.80%41.21%
28.63%

Color #B65F6B in popluar number systems.

HEXB65F6B
Decimal18295107
Binary1011011010111111101011
Octal266137153

Shades and tints

Shades of #B65F6B

#B65F6B
(182,95,107)
#A65762
(166,87,98)
#964F59
(150,79,89)
#864750
(134,71,80)
#763F47
(118,63,71)
#66373E
(102,55,62)
#562F35
(86,47,53)
#46272C
(70,39,44)
#361F23
(54,31,35)
#26171A
(38,23,26)
#160F11
(22,15,17)
#000000
(0,0,0)

Tints of #B65F6B

#B65F6B
(182,95,107)
#BC6D78
(188,109,120)
#C27B85
(194,123,133)
#C88992
(200,137,146)
#CE979F
(206,151,159)
#D4A5AC
(212,165,172)
#DAB3B9
(218,179,185)
#E0C1C6
(224,193,198)
#E6CFD3
(230,207,211)
#ECDDE0
(236,221,224)
#F2EBED
(242,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B65F6B color. Also use rgb(182,95,107) instead hex code.

Text Font Color

.myTextColor { color: #B65F6B; }

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

This text font color is #B65F6B.


Background Color

.myBgColor { background-color: #B65F6B; }

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

This div background color is #B65F6B.


Border color

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

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

This div border color is #B65F6B.


Opacity

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

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

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

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

This text has shadow with #B65F6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B65F6B on black background.


Color preview on white background

This text has color #B65F6B on white background.



Black color preview on #B65F6B background

This text has black color on #B65F6B background.


White color preview on #B65F6B background

This text has white color on #B65F6B background.