COLOR #B85F54

HEX: #B85F54
RGB: (184,95,84)

Color info

#B85F54 contains mainly red color. Web safe color of #B85F54 is #CC6666 (or #C66).

RGB color model

#B85F54 color RGB value is (184,95,84).

  • red value is 184;
  • green value is 95;
  • blue value is 84.
RGB:
(184,95,84)
(72%,37%,33%)

RGB channels and saturation

R 184 of 255 = 72%
G 95 of 255 = 37%
B 84 of 255 = 33%

184
95
84

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

Portions of RGB colors in percentages

R + G + B =
184 + 95 + 84 = 363 (100%)
R 184 of 363 ~ 50.69%
G 95 of 363 ~ 26.17%
B 84 of 363 ~ 23.14%

%50.69
%26.17
%23.14

CMYK color model

#B85F54 color CMYK value is (0,48,54,28).

  • cyan value is 0.00%
  • magenta value is 48.37%
  • yellow value is 54.35%
  • key color value is 27.84%
CMYK:
(0,48,54,28)
C0M48Y54K28 
(0%,48%,54%,28%)
(0.00/0.48/0.54/0.28)	

CMYK percentages

%0
%48.37
%54.35
%27.84

Codes

Color #B85F54 in popluar color models

B85F54
RGB1849584
HSL41.32%52.55%
HSB/HSV54.35%72.16%
CMYK0.00%48.37%54.35%
27.84%

Color #B85F54 in popluar number systems.

HEXB85F54
Decimal1849584
Binary1011100010111111010100
Octal270137124

Shades and tints

Shades of #B85F54

#B85F54
(184,95,84)
#A8574D
(168,87,77)
#984F46
(152,79,70)
#88473F
(136,71,63)
#783F38
(120,63,56)
#683731
(104,55,49)
#582F2A
(88,47,42)
#482723
(72,39,35)
#381F1C
(56,31,28)
#281715
(40,23,21)
#180F0E
(24,15,14)
#000000
(0,0,0)

Tints of #B85F54

#B85F54
(184,95,84)
#BE6D63
(190,109,99)
#C47B72
(196,123,114)
#CA8981
(202,137,129)
#D09790
(208,151,144)
#D6A59F
(214,165,159)
#DCB3AE
(220,179,174)
#E2C1BD
(226,193,189)
#E8CFCC
(232,207,204)
#EEDDDB
(238,221,219)
#F4EBEA
(244,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B85F54 color. Also use rgb(184,95,84) instead hex code.

Text Font Color

.myTextColor { color: #B85F54; }

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

This text font color is #B85F54.


Background Color

.myBgColor { background-color: #B85F54; }

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

This div background color is #B85F54.


Border color

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

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

This div border color is #B85F54.


Opacity

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

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

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

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

This text has shadow with #B85F54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B85F54 on black background.


Color preview on white background

This text has color #B85F54 on white background.



Black color preview on #B85F54 background

This text has black color on #B85F54 background.


White color preview on #B85F54 background

This text has white color on #B85F54 background.