COLOR #B0185D

HEX: #B0185D
RGB: (176,24,93)

Color info

#B0185D contains mainly red color. Web safe color of #B0185D is #990066 (or #906).

RGB color model

#B0185D color RGB value is (176,24,93).

  • red value is 176;
  • green value is 24;
  • blue value is 93.
RGB:
(176,24,93)
(69%,9%,36%)

RGB channels and saturation

R 176 of 255 = 69%
G 24 of 255 = 9%
B 93 of 255 = 36%

176
24
93

R + G + B ~ 38%. #B0185D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
176 + 24 + 93 = 293 (100%)
R 176 of 293 ~ 60.07%
G 24 of 293 ~ 8.19%
B 93 of 293 ~ 31.74%

%60.07
%31.74

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 86.36%
  • yellow value is 47.16%
  • key color value is 30.98%
CMYK:
(0,86,47,31)
C0M86Y47K31 
(0%,86%,47%,31%)
(0.00/0.86/0.47/0.31)	

CMYK percentages

%0
%86.36
%47.16
%30.98

Codes

Color #B0185D in popluar color models

B0185D
RGB1762493
HSL333°76.00%39.22%
HSB/HSV333°86.36%69.02%
CMYK0.00%86.36%47.16%
30.98%

Color #B0185D in popluar number systems.

HEXB0185D
Decimal1762493
Binary10110000110001011101
Octal26030135

Shades and tints

Shades of #B0185D

#B0185D
(176,24,93)
#A01655
(160,22,85)
#90144D
(144,20,77)
#801245
(128,18,69)
#70103D
(112,16,61)
#600E35
(96,14,53)
#500C2D
(80,12,45)
#400A25
(64,10,37)
#30081D
(48,8,29)
#200615
(32,6,21)
#10040D
(16,4,13)
#000000
(0,0,0)

Tints of #B0185D

#B0185D
(176,24,93)
#B72D6B
(183,45,107)
#BE4279
(190,66,121)
#C55787
(197,87,135)
#CC6C95
(204,108,149)
#D381A3
(211,129,163)
#DA96B1
(218,150,177)
#E1ABBF
(225,171,191)
#E8C0CD
(232,192,205)
#EFD5DB
(239,213,219)
#F6EAE9
(246,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0185D color. Also use rgb(176,24,93) instead hex code.

Text Font Color

.myTextColor { color: #B0185D; }

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

This text font color is #B0185D.


Background Color

.myBgColor { background-color: #B0185D; }

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

This div background color is #B0185D.


Border color

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

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

This div border color is #B0185D.


Opacity

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

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

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

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

This text has shadow with #B0185D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0185D on black background.


Color preview on white background

This text has color #B0185D on white background.



Black color preview on #B0185D background

This text has black color on #B0185D background.


White color preview on #B0185D background

This text has white color on #B0185D background.