COLOR #B8366E

HEX: #B8366E
RGB: (184,54,110)

Color info

#B8366E contains mainly red color. Web safe color of #B8366E is #CC3366 (or #C36).

RGB color model

#B8366E color RGB value is (184,54,110).

  • red value is 184;
  • green value is 54;
  • blue value is 110.
RGB:
(184,54,110)
(72%,21%,43%)

RGB channels and saturation

R 184 of 255 = 72%
G 54 of 255 = 21%
B 110 of 255 = 43%

184
54
110

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

Portions of RGB colors in percentages

R + G + B =
184 + 54 + 110 = 348 (100%)
R 184 of 348 ~ 52.87%
G 54 of 348 ~ 15.52%
B 110 of 348 ~ 31.61%

%52.87
%15.52
%31.61

CMYK color model

#B8366E color CMYK value is (0,71,40,28).

  • cyan value is 0.00%
  • magenta value is 70.65%
  • yellow value is 40.22%
  • key color value is 27.84%
CMYK:
(0,71,40,28)
C0M71Y40K28 
(0%,71%,40%,28%)
(0.00/0.71/0.40/0.28)	

CMYK percentages

%0
%70.65
%40.22
%27.84

Codes

Color #B8366E in popluar color models

B8366E
RGB18454110
HSL334°54.62%46.67%
HSB/HSV334°70.65%72.16%
CMYK0.00%70.65%40.22%
27.84%

Color #B8366E in popluar number systems.

HEXB8366E
Decimal18454110
Binary101110001101101101110
Octal27066156

Shades and tints

Shades of #B8366E

#B8366E
(184,54,110)
#A83264
(168,50,100)
#982E5A
(152,46,90)
#882A50
(136,42,80)
#782646
(120,38,70)
#68223C
(104,34,60)
#581E32
(88,30,50)
#481A28
(72,26,40)
#38161E
(56,22,30)
#281214
(40,18,20)
#180E0A
(24,14,10)
#000000
(0,0,0)

Tints of #B8366E

#B8366E
(184,54,110)
#BE487B
(190,72,123)
#C45A88
(196,90,136)
#CA6C95
(202,108,149)
#D07EA2
(208,126,162)
#D690AF
(214,144,175)
#DCA2BC
(220,162,188)
#E2B4C9
(226,180,201)
#E8C6D6
(232,198,214)
#EED8E3
(238,216,227)
#F4EAF0
(244,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8366E color. Also use rgb(184,54,110) instead hex code.

Text Font Color

.myTextColor { color: #B8366E; }

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

This text font color is #B8366E.


Background Color

.myBgColor { background-color: #B8366E; }

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

This div background color is #B8366E.


Border color

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

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

This div border color is #B8366E.


Opacity

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

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

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

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

This text has shadow with #B8366E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8366E on black background.


Color preview on white background

This text has color #B8366E on white background.



Black color preview on #B8366E background

This text has black color on #B8366E background.


White color preview on #B8366E background

This text has white color on #B8366E background.