COLOR #B05965

HEX: #B05965
RGB: (176,89,101)

Color info

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

RGB color model

#B05965 color RGB value is (176,89,101).

  • red value is 176;
  • green value is 89;
  • blue value is 101.
RGB:
(176,89,101)
(69%,35%,40%)

RGB channels and saturation

R 176 of 255 = 69%
G 89 of 255 = 35%
B 101 of 255 = 40%

176
89
101

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

Portions of RGB colors in percentages

R + G + B =
176 + 89 + 101 = 366 (100%)
R 176 of 366 ~ 48.09%
G 89 of 366 ~ 24.32%
B 101 of 366 ~ 27.6%

%48.09
%24.32
%27.6

CMYK color model

#B05965 color CMYK value is (0,49,43,31).

  • cyan value is 0.00%
  • magenta value is 49.43%
  • yellow value is 42.61%
  • key color value is 30.98%
CMYK:
(0,49,43,31)
C0M49Y43K31 
(0%,49%,43%,31%)
(0.00/0.49/0.43/0.31)	

CMYK percentages

%0
%49.43
%42.61
%30.98

Codes

Color #B05965 in popluar color models

B05965
RGB17689101
HSL352°35.51%51.96%
HSB/HSV352°49.43%69.02%
CMYK0.00%49.43%42.61%
30.98%

Color #B05965 in popluar number systems.

HEXB05965
Decimal17689101
Binary1011000010110011100101
Octal260131145

Shades and tints

Shades of #B05965

#B05965
(176,89,101)
#A0515C
(160,81,92)
#904953
(144,73,83)
#80414A
(128,65,74)
#703941
(112,57,65)
#603138
(96,49,56)
#50292F
(80,41,47)
#402126
(64,33,38)
#30191D
(48,25,29)
#201114
(32,17,20)
#10090B
(16,9,11)
#000000
(0,0,0)

Tints of #B05965

#B05965
(176,89,101)
#B76873
(183,104,115)
#BE7781
(190,119,129)
#C5868F
(197,134,143)
#CC959D
(204,149,157)
#D3A4AB
(211,164,171)
#DAB3B9
(218,179,185)
#E1C2C7
(225,194,199)
#E8D1D5
(232,209,213)
#EFE0E3
(239,224,227)
#F6EFF1
(246,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B05965 color. Also use rgb(176,89,101) instead hex code.

Text Font Color

.myTextColor { color: #B05965; }

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

This text font color is #B05965.


Background Color

.myBgColor { background-color: #B05965; }

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

This div background color is #B05965.


Border color

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

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

This div border color is #B05965.


Opacity

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

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

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

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

This text has shadow with #B05965 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B05965 on black background.


Color preview on white background

This text has color #B05965 on white background.



Black color preview on #B05965 background

This text has black color on #B05965 background.


White color preview on #B05965 background

This text has white color on #B05965 background.