COLOR #B85A61

HEX: #B85A61
RGB: (184,90,97)

Color info

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

RGB color model

#B85A61 color RGB value is (184,90,97).

  • red value is 184;
  • green value is 90;
  • blue value is 97.
RGB:
(184,90,97)
(72%,35%,38%)

RGB channels and saturation

R 184 of 255 = 72%
G 90 of 255 = 35%
B 97 of 255 = 38%

184
90
97

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

Portions of RGB colors in percentages

R + G + B =
184 + 90 + 97 = 371 (100%)
R 184 of 371 ~ 49.6%
G 90 of 371 ~ 24.26%
B 97 of 371 ~ 26.15%

%49.6
%24.26
%26.15

CMYK color model

#B85A61 color CMYK value is (0,51,47,28).

  • cyan value is 0.00%
  • magenta value is 51.09%
  • yellow value is 47.28%
  • key color value is 27.84%
CMYK:
(0,51,47,28)
C0M51Y47K28 
(0%,51%,47%,28%)
(0.00/0.51/0.47/0.28)	

CMYK percentages

%0
%51.09
%47.28
%27.84

Codes

Color #B85A61 in popluar color models

B85A61
RGB1849097
HSL356°39.83%53.73%
HSB/HSV356°51.09%72.16%
CMYK0.00%51.09%47.28%
27.84%

Color #B85A61 in popluar number systems.

HEXB85A61
Decimal1849097
Binary1011100010110101100001
Octal270132141

Shades and tints

Shades of #B85A61

#B85A61
(184,90,97)
#A85259
(168,82,89)
#984A51
(152,74,81)
#884249
(136,66,73)
#783A41
(120,58,65)
#683239
(104,50,57)
#582A31
(88,42,49)
#482229
(72,34,41)
#381A21
(56,26,33)
#281219
(40,18,25)
#180A11
(24,10,17)
#000000
(0,0,0)

Tints of #B85A61

#B85A61
(184,90,97)
#BE696F
(190,105,111)
#C4787D
(196,120,125)
#CA878B
(202,135,139)
#D09699
(208,150,153)
#D6A5A7
(214,165,167)
#DCB4B5
(220,180,181)
#E2C3C3
(226,195,195)
#E8D2D1
(232,210,209)
#EEE1DF
(238,225,223)
#F4F0ED
(244,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B85A61 color. Also use rgb(184,90,97) instead hex code.

Text Font Color

.myTextColor { color: #B85A61; }

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

This text font color is #B85A61.


Background Color

.myBgColor { background-color: #B85A61; }

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

This div background color is #B85A61.


Border color

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

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

This div border color is #B85A61.


Opacity

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

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

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

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

This text has shadow with #B85A61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B85A61 on black background.


Color preview on white background

This text has color #B85A61 on white background.



Black color preview on #B85A61 background

This text has black color on #B85A61 background.


White color preview on #B85A61 background

This text has white color on #B85A61 background.