COLOR #B0626F

HEX: #B0626F
RGB: (176,98,111)

Color info

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

RGB color model

#B0626F color RGB value is (176,98,111).

  • red value is 176;
  • green value is 98;
  • blue value is 111.
RGB:
(176,98,111)
(69%,38%,44%)

RGB channels and saturation

R 176 of 255 = 69%
G 98 of 255 = 38%
B 111 of 255 = 44%

176
98
111

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

Portions of RGB colors in percentages

R + G + B =
176 + 98 + 111 = 385 (100%)
R 176 of 385 ~ 45.71%
G 98 of 385 ~ 25.45%
B 111 of 385 ~ 28.83%

%45.71
%25.45
%28.83

CMYK color model

#B0626F color CMYK value is (0,44,37,31).

  • cyan value is 0.00%
  • magenta value is 44.32%
  • yellow value is 36.93%
  • key color value is 30.98%
CMYK:
(0,44,37,31)
C0M44Y37K31 
(0%,44%,37%,31%)
(0.00/0.44/0.37/0.31)	

CMYK percentages

%0
%44.32
%36.93
%30.98

Codes

Color #B0626F in popluar color models

B0626F
RGB17698111
HSL350°33.05%53.73%
HSB/HSV350°44.32%69.02%
CMYK0.00%44.32%36.93%
30.98%

Color #B0626F in popluar number systems.

HEXB0626F
Decimal17698111
Binary1011000011000101101111
Octal260142157

Shades and tints

Shades of #B0626F

#B0626F
(176,98,111)
#A05A65
(160,90,101)
#90525B
(144,82,91)
#804A51
(128,74,81)
#704247
(112,66,71)
#603A3D
(96,58,61)
#503233
(80,50,51)
#402A29
(64,42,41)
#30221F
(48,34,31)
#201A15
(32,26,21)
#10120B
(16,18,11)
#000000
(0,0,0)

Tints of #B0626F

#B0626F
(176,98,111)
#B7707C
(183,112,124)
#BE7E89
(190,126,137)
#C58C96
(197,140,150)
#CC9AA3
(204,154,163)
#D3A8B0
(211,168,176)
#DAB6BD
(218,182,189)
#E1C4CA
(225,196,202)
#E8D2D7
(232,210,215)
#EFE0E4
(239,224,228)
#F6EEF1
(246,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0626F color. Also use rgb(176,98,111) instead hex code.

Text Font Color

.myTextColor { color: #B0626F; }

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

This text font color is #B0626F.


Background Color

.myBgColor { background-color: #B0626F; }

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

This div background color is #B0626F.


Border color

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

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

This div border color is #B0626F.


Opacity

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

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

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

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

This text has shadow with #B0626F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0626F on black background.


Color preview on white background

This text has color #B0626F on white background.



Black color preview on #B0626F background

This text has black color on #B0626F background.


White color preview on #B0626F background

This text has white color on #B0626F background.