COLOR #B05F69

HEX: #B05F69
RGB: (176,95,105)

Color info

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

RGB color model

#B05F69 color RGB value is (176,95,105).

  • red value is 176;
  • green value is 95;
  • blue value is 105.
RGB:
(176,95,105)
(69%,37%,41%)

RGB channels and saturation

R 176 of 255 = 69%
G 95 of 255 = 37%
B 105 of 255 = 41%

176
95
105

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

Portions of RGB colors in percentages

R + G + B =
176 + 95 + 105 = 376 (100%)
R 176 of 376 ~ 46.81%
G 95 of 376 ~ 25.27%
B 105 of 376 ~ 27.93%

%46.81
%25.27
%27.93

CMYK color model

#B05F69 color CMYK value is (0,46,40,31).

  • cyan value is 0.00%
  • magenta value is 46.02%
  • yellow value is 40.34%
  • key color value is 30.98%
CMYK:
(0,46,40,31)
C0M46Y40K31 
(0%,46%,40%,31%)
(0.00/0.46/0.40/0.31)	

CMYK percentages

%0
%46.02
%40.34
%30.98

Codes

Color #B05F69 in popluar color models

B05F69
RGB17695105
HSL353°33.89%53.14%
HSB/HSV353°46.02%69.02%
CMYK0.00%46.02%40.34%
30.98%

Color #B05F69 in popluar number systems.

HEXB05F69
Decimal17695105
Binary1011000010111111101001
Octal260137151

Shades and tints

Shades of #B05F69

#B05F69
(176,95,105)
#A05760
(160,87,96)
#904F57
(144,79,87)
#80474E
(128,71,78)
#703F45
(112,63,69)
#60373C
(96,55,60)
#502F33
(80,47,51)
#40272A
(64,39,42)
#301F21
(48,31,33)
#201718
(32,23,24)
#100F0F
(16,15,15)
#000000
(0,0,0)

Tints of #B05F69

#B05F69
(176,95,105)
#B76D76
(183,109,118)
#BE7B83
(190,123,131)
#C58990
(197,137,144)
#CC979D
(204,151,157)
#D3A5AA
(211,165,170)
#DAB3B7
(218,179,183)
#E1C1C4
(225,193,196)
#E8CFD1
(232,207,209)
#EFDDDE
(239,221,222)
#F6EBEB
(246,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B05F69 color. Also use rgb(176,95,105) instead hex code.

Text Font Color

.myTextColor { color: #B05F69; }

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

This text font color is #B05F69.


Background Color

.myBgColor { background-color: #B05F69; }

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

This div background color is #B05F69.


Border color

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

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

This div border color is #B05F69.


Opacity

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

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

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

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

This text has shadow with #B05F69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B05F69 on black background.


Color preview on white background

This text has color #B05F69 on white background.



Black color preview on #B05F69 background

This text has black color on #B05F69 background.


White color preview on #B05F69 background

This text has white color on #B05F69 background.