COLOR #B23A5F

HEX: #B23A5F
RGB: (178,58,95)

Color info

#B23A5F contains mainly red color. Web safe color of #B23A5F is #993366 (or #936).

RGB color model

#B23A5F color RGB value is (178,58,95).

  • red value is 178;
  • green value is 58;
  • blue value is 95.
RGB:
(178,58,95)
(70%,23%,37%)

RGB channels and saturation

R 178 of 255 = 70%
G 58 of 255 = 23%
B 95 of 255 = 37%

178
58
95

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

Portions of RGB colors in percentages

R + G + B =
178 + 58 + 95 = 331 (100%)
R 178 of 331 ~ 53.78%
G 58 of 331 ~ 17.52%
B 95 of 331 ~ 28.7%

%53.78
%17.52
%28.7

CMYK color model

#B23A5F color CMYK value is (0,67,47,30).

  • cyan value is 0.00%
  • magenta value is 67.42%
  • yellow value is 46.63%
  • key color value is 30.20%
CMYK:
(0,67,47,30)
C0M67Y47K30 
(0%,67%,47%,30%)
(0.00/0.67/0.47/0.30)	

CMYK percentages

%0
%67.42
%46.63
%30.2

Codes

Color #B23A5F in popluar color models

B23A5F
RGB1785895
HSL342°50.85%46.27%
HSB/HSV342°67.42%69.80%
CMYK0.00%67.42%46.63%
30.20%

Color #B23A5F in popluar number systems.

HEXB23A5F
Decimal1785895
Binary101100101110101011111
Octal26272137

Shades and tints

Shades of #B23A5F

#B23A5F
(178,58,95)
#A23557
(162,53,87)
#92304F
(146,48,79)
#822B47
(130,43,71)
#72263F
(114,38,63)
#622137
(98,33,55)
#521C2F
(82,28,47)
#421727
(66,23,39)
#32121F
(50,18,31)
#220D17
(34,13,23)
#12080F
(18,8,15)
#000000
(0,0,0)

Tints of #B23A5F

#B23A5F
(178,58,95)
#B94B6D
(185,75,109)
#C05C7B
(192,92,123)
#C76D89
(199,109,137)
#CE7E97
(206,126,151)
#D58FA5
(213,143,165)
#DCA0B3
(220,160,179)
#E3B1C1
(227,177,193)
#EAC2CF
(234,194,207)
#F1D3DD
(241,211,221)
#F8E4EB
(248,228,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B23A5F color. Also use rgb(178,58,95) instead hex code.

Text Font Color

.myTextColor { color: #B23A5F; }

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

This text font color is #B23A5F.


Background Color

.myBgColor { background-color: #B23A5F; }

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

This div background color is #B23A5F.


Border color

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

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

This div border color is #B23A5F.


Opacity

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

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

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

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

This text has shadow with #B23A5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B23A5F on black background.


Color preview on white background

This text has color #B23A5F on white background.



Black color preview on #B23A5F background

This text has black color on #B23A5F background.


White color preview on #B23A5F background

This text has white color on #B23A5F background.