COLOR #B0625B

HEX: #B0625B
RGB: (176,98,91)

Color info

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

RGB color model

#B0625B color RGB value is (176,98,91).

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

RGB channels and saturation

R 176 of 255 = 69%
G 98 of 255 = 38%
B 91 of 255 = 36%

176
98
91

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

Portions of RGB colors in percentages

R + G + B =
176 + 98 + 91 = 365 (100%)
R 176 of 365 ~ 48.22%
G 98 of 365 ~ 26.85%
B 91 of 365 ~ 24.93%

%48.22
%26.85
%24.93

CMYK color model

#B0625B color CMYK value is (0,44,48,31).

  • cyan value is 0.00%
  • magenta value is 44.32%
  • yellow value is 48.30%
  • key color value is 30.98%
CMYK:
(0,44,48,31)
C0M44Y48K31 
(0%,44%,48%,31%)
(0.00/0.44/0.48/0.31)	

CMYK percentages

%0
%44.32
%48.3
%30.98

Codes

Color #B0625B in popluar color models

B0625B
RGB1769891
HSL34.98%52.35%
HSB/HSV48.30%69.02%
CMYK0.00%44.32%48.30%
30.98%

Color #B0625B in popluar number systems.

HEXB0625B
Decimal1769891
Binary1011000011000101011011
Octal260142133

Shades and tints

Shades of #B0625B

#B0625B
(176,98,91)
#A05A53
(160,90,83)
#90524B
(144,82,75)
#804A43
(128,74,67)
#70423B
(112,66,59)
#603A33
(96,58,51)
#50322B
(80,50,43)
#402A23
(64,42,35)
#30221B
(48,34,27)
#201A13
(32,26,19)
#10120B
(16,18,11)
#000000
(0,0,0)

Tints of #B0625B

#B0625B
(176,98,91)
#B77069
(183,112,105)
#BE7E77
(190,126,119)
#C58C85
(197,140,133)
#CC9A93
(204,154,147)
#D3A8A1
(211,168,161)
#DAB6AF
(218,182,175)
#E1C4BD
(225,196,189)
#E8D2CB
(232,210,203)
#EFE0D9
(239,224,217)
#F6EEE7
(246,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0625B; }

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

This text font color is #B0625B.


Background Color

.myBgColor { background-color: #B0625B; }

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

This div background color is #B0625B.


Border color

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

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

This div border color is #B0625B.


Opacity

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

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

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

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

This text has shadow with #B0625B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0625B on black background.


Color preview on white background

This text has color #B0625B on white background.



Black color preview on #B0625B background

This text has black color on #B0625B background.


White color preview on #B0625B background

This text has white color on #B0625B background.