COLOR #B0155D

HEX: #B0155D
RGB: (176,21,93)

Color info

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

RGB color model

#B0155D color RGB value is (176,21,93).

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

RGB channels and saturation

R 176 of 255 = 69%
G 21 of 255 = 8%
B 93 of 255 = 36%

176
21
93

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

Portions of RGB colors in percentages

R + G + B =
176 + 21 + 93 = 290 (100%)
R 176 of 290 ~ 60.69%
G 21 of 290 ~ 7.24%
B 93 of 290 ~ 32.07%

%60.69
%32.07

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 88.07%
  • yellow value is 47.16%
  • key color value is 30.98%
CMYK:
(0,88,47,31)
C0M88Y47K31 
(0%,88%,47%,31%)
(0.00/0.88/0.47/0.31)	

CMYK percentages

%0
%88.07
%47.16
%30.98

Codes

Color #B0155D in popluar color models

B0155D
RGB1762193
HSL332°78.68%38.63%
HSB/HSV332°88.07%69.02%
CMYK0.00%88.07%47.16%
30.98%

Color #B0155D in popluar number systems.

HEXB0155D
Decimal1762193
Binary10110000101011011101
Octal26025135

Shades and tints

Shades of #B0155D

#B0155D
(176,21,93)
#A01455
(160,20,85)
#90134D
(144,19,77)
#801245
(128,18,69)
#70113D
(112,17,61)
#601035
(96,16,53)
#500F2D
(80,15,45)
#400E25
(64,14,37)
#300D1D
(48,13,29)
#200C15
(32,12,21)
#100B0D
(16,11,13)
#000000
(0,0,0)

Tints of #B0155D

#B0155D
(176,21,93)
#B72A6B
(183,42,107)
#BE3F79
(190,63,121)
#C55487
(197,84,135)
#CC6995
(204,105,149)
#D37EA3
(211,126,163)
#DA93B1
(218,147,177)
#E1A8BF
(225,168,191)
#E8BDCD
(232,189,205)
#EFD2DB
(239,210,219)
#F6E7E9
(246,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0155D; }

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

This text font color is #B0155D.


Background Color

.myBgColor { background-color: #B0155D; }

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

This div background color is #B0155D.


Border color

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

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

This div border color is #B0155D.


Opacity

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

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

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

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

This text has shadow with #B0155D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0155D on black background.


Color preview on white background

This text has color #B0155D on white background.



Black color preview on #B0155D background

This text has black color on #B0155D background.


White color preview on #B0155D background

This text has white color on #B0155D background.