COLOR #B85149

HEX: #B85149
RGB: (184,81,73)

Color info

#B85149 contains mainly red color. Web safe color of #B85149 is #CC6633 (or #C63).

RGB color model

#B85149 color RGB value is (184,81,73).

  • red value is 184;
  • green value is 81;
  • blue value is 73.
RGB:
(184,81,73)
(72%,32%,29%)

RGB channels and saturation

R 184 of 255 = 72%
G 81 of 255 = 32%
B 73 of 255 = 29%

184
81
73

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

Portions of RGB colors in percentages

R + G + B =
184 + 81 + 73 = 338 (100%)
R 184 of 338 ~ 54.44%
G 81 of 338 ~ 23.96%
B 73 of 338 ~ 21.6%

%54.44
%23.96
%21.6

CMYK color model

#B85149 color CMYK value is (0,56,60,28).

  • cyan value is 0.00%
  • magenta value is 55.98%
  • yellow value is 60.33%
  • key color value is 27.84%
CMYK:
(0,56,60,28)
C0M56Y60K28 
(0%,56%,60%,28%)
(0.00/0.56/0.60/0.28)	

CMYK percentages

%0
%55.98
%60.33
%27.84

Codes

Color #B85149 in popluar color models

B85149
RGB1848173
HSL43.87%50.39%
HSB/HSV60.33%72.16%
CMYK0.00%55.98%60.33%
27.84%

Color #B85149 in popluar number systems.

HEXB85149
Decimal1848173
Binary1011100010100011001001
Octal270121111

Shades and tints

Shades of #B85149

#B85149
(184,81,73)
#A84A43
(168,74,67)
#98433D
(152,67,61)
#883C37
(136,60,55)
#783531
(120,53,49)
#682E2B
(104,46,43)
#582725
(88,39,37)
#48201F
(72,32,31)
#381919
(56,25,25)
#281213
(40,18,19)
#180B0D
(24,11,13)
#000000
(0,0,0)

Tints of #B85149

#B85149
(184,81,73)
#BE6059
(190,96,89)
#C46F69
(196,111,105)
#CA7E79
(202,126,121)
#D08D89
(208,141,137)
#D69C99
(214,156,153)
#DCABA9
(220,171,169)
#E2BAB9
(226,186,185)
#E8C9C9
(232,201,201)
#EED8D9
(238,216,217)
#F4E7E9
(244,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B85149 color. Also use rgb(184,81,73) instead hex code.

Text Font Color

.myTextColor { color: #B85149; }

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

This text font color is #B85149.


Background Color

.myBgColor { background-color: #B85149; }

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

This div background color is #B85149.


Border color

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

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

This div border color is #B85149.


Opacity

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

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

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

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

This text has shadow with #B85149 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B85149 on black background.


Color preview on white background

This text has color #B85149 on white background.



Black color preview on #B85149 background

This text has black color on #B85149 background.


White color preview on #B85149 background

This text has white color on #B85149 background.