COLOR #B65D75

HEX: #B65D75
RGB: (182,93,117)

Color info

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

RGB color model

#B65D75 color RGB value is (182,93,117).

  • red value is 182;
  • green value is 93;
  • blue value is 117.
RGB:
(182,93,117)
(71%,36%,46%)

RGB channels and saturation

R 182 of 255 = 71%
G 93 of 255 = 36%
B 117 of 255 = 46%

182
93
117

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

Portions of RGB colors in percentages

R + G + B =
182 + 93 + 117 = 392 (100%)
R 182 of 392 ~ 46.43%
G 93 of 392 ~ 23.72%
B 117 of 392 ~ 29.85%

%46.43
%23.72
%29.85

CMYK color model

#B65D75 color CMYK value is (0,49,36,29).

  • cyan value is 0.00%
  • magenta value is 48.90%
  • yellow value is 35.71%
  • key color value is 28.63%
CMYK:
(0,49,36,29)
C0M49Y36K29 
(0%,49%,36%,29%)
(0.00/0.49/0.36/0.29)	

CMYK percentages

%0
%48.9
%35.71
%28.63

Codes

Color #B65D75 in popluar color models

B65D75
RGB18293117
HSL344°37.87%53.92%
HSB/HSV344°48.90%71.37%
CMYK0.00%48.90%35.71%
28.63%

Color #B65D75 in popluar number systems.

HEXB65D75
Decimal18293117
Binary1011011010111011110101
Octal266135165

Shades and tints

Shades of #B65D75

#B65D75
(182,93,117)
#A6556B
(166,85,107)
#964D61
(150,77,97)
#864557
(134,69,87)
#763D4D
(118,61,77)
#663543
(102,53,67)
#562D39
(86,45,57)
#46252F
(70,37,47)
#361D25
(54,29,37)
#26151B
(38,21,27)
#160D11
(22,13,17)
#000000
(0,0,0)

Tints of #B65D75

#B65D75
(182,93,117)
#BC6B81
(188,107,129)
#C2798D
(194,121,141)
#C88799
(200,135,153)
#CE95A5
(206,149,165)
#D4A3B1
(212,163,177)
#DAB1BD
(218,177,189)
#E0BFC9
(224,191,201)
#E6CDD5
(230,205,213)
#ECDBE1
(236,219,225)
#F2E9ED
(242,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B65D75 color. Also use rgb(182,93,117) instead hex code.

Text Font Color

.myTextColor { color: #B65D75; }

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

This text font color is #B65D75.


Background Color

.myBgColor { background-color: #B65D75; }

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

This div background color is #B65D75.


Border color

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

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

This div border color is #B65D75.


Opacity

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

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

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

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

This text has shadow with #B65D75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B65D75 on black background.


Color preview on white background

This text has color #B65D75 on white background.



Black color preview on #B65D75 background

This text has black color on #B65D75 background.


White color preview on #B65D75 background

This text has white color on #B65D75 background.