COLOR #B05E7A

HEX: #B05E7A
RGB: (176,94,122)

Color info

#B05E7A contains mainly red and blue colors. Web safe color of #B05E7A is #996666 (or #966).

RGB color model

#B05E7A color RGB value is (176,94,122).

  • red value is 176;
  • green value is 94;
  • blue value is 122.
RGB:
(176,94,122)
(69%,37%,48%)

RGB channels and saturation

R 176 of 255 = 69%
G 94 of 255 = 37%
B 122 of 255 = 48%

176
94
122

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

Portions of RGB colors in percentages

R + G + B =
176 + 94 + 122 = 392 (100%)
R 176 of 392 ~ 44.9%
G 94 of 392 ~ 23.98%
B 122 of 392 ~ 31.12%

%44.9
%23.98
%31.12

CMYK color model

#B05E7A color CMYK value is (0,47,31,31).

  • cyan value is 0.00%
  • magenta value is 46.59%
  • yellow value is 30.68%
  • key color value is 30.98%
CMYK:
(0,47,31,31)
C0M47Y31K31 
(0%,47%,31%,31%)
(0.00/0.47/0.31/0.31)	

CMYK percentages

%0
%46.59
%30.68
%30.98

Codes

Color #B05E7A in popluar color models

B05E7A
RGB17694122
HSL340°34.17%52.94%
HSB/HSV340°46.59%69.02%
CMYK0.00%46.59%30.68%
30.98%

Color #B05E7A in popluar number systems.

HEXB05E7A
Decimal17694122
Binary1011000010111101111010
Octal260136172

Shades and tints

Shades of #B05E7A

#B05E7A
(176,94,122)
#A0566F
(160,86,111)
#904E64
(144,78,100)
#804659
(128,70,89)
#703E4E
(112,62,78)
#603643
(96,54,67)
#502E38
(80,46,56)
#40262D
(64,38,45)
#301E22
(48,30,34)
#201617
(32,22,23)
#100E0C
(16,14,12)
#000000
(0,0,0)

Tints of #B05E7A

#B05E7A
(176,94,122)
#B76C86
(183,108,134)
#BE7A92
(190,122,146)
#C5889E
(197,136,158)
#CC96AA
(204,150,170)
#D3A4B6
(211,164,182)
#DAB2C2
(218,178,194)
#E1C0CE
(225,192,206)
#E8CEDA
(232,206,218)
#EFDCE6
(239,220,230)
#F6EAF2
(246,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B05E7A color. Also use rgb(176,94,122) instead hex code.

Text Font Color

.myTextColor { color: #B05E7A; }

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

This text font color is #B05E7A.


Background Color

.myBgColor { background-color: #B05E7A; }

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

This div background color is #B05E7A.


Border color

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

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

This div border color is #B05E7A.


Opacity

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

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

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

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

This text has shadow with #B05E7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B05E7A on black background.


Color preview on white background

This text has color #B05E7A on white background.



Black color preview on #B05E7A background

This text has black color on #B05E7A background.


White color preview on #B05E7A background

This text has white color on #B05E7A background.