COLOR #B85258

HEX: #B85258
RGB: (184,82,88)

Color info

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

RGB color model

#B85258 color RGB value is (184,82,88).

  • red value is 184;
  • green value is 82;
  • blue value is 88.
RGB:
(184,82,88)
(72%,32%,35%)

RGB channels and saturation

R 184 of 255 = 72%
G 82 of 255 = 32%
B 88 of 255 = 35%

184
82
88

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

Portions of RGB colors in percentages

R + G + B =
184 + 82 + 88 = 354 (100%)
R 184 of 354 ~ 51.98%
G 82 of 354 ~ 23.16%
B 88 of 354 ~ 24.86%

%51.98
%23.16
%24.86

CMYK color model

#B85258 color CMYK value is (0,55,52,28).

  • cyan value is 0.00%
  • magenta value is 55.43%
  • yellow value is 52.17%
  • key color value is 27.84%
CMYK:
(0,55,52,28)
C0M55Y52K28 
(0%,55%,52%,28%)
(0.00/0.55/0.52/0.28)	

CMYK percentages

%0
%55.43
%52.17
%27.84

Codes

Color #B85258 in popluar color models

B85258
RGB1848288
HSL356°41.80%52.16%
HSB/HSV356°55.43%72.16%
CMYK0.00%55.43%52.17%
27.84%

Color #B85258 in popluar number systems.

HEXB85258
Decimal1848288
Binary1011100010100101011000
Octal270122130

Shades and tints

Shades of #B85258

#B85258
(184,82,88)
#A84B50
(168,75,80)
#984448
(152,68,72)
#883D40
(136,61,64)
#783638
(120,54,56)
#682F30
(104,47,48)
#582828
(88,40,40)
#482120
(72,33,32)
#381A18
(56,26,24)
#281310
(40,19,16)
#180C08
(24,12,8)
#000000
(0,0,0)

Tints of #B85258

#B85258
(184,82,88)
#BE6167
(190,97,103)
#C47076
(196,112,118)
#CA7F85
(202,127,133)
#D08E94
(208,142,148)
#D69DA3
(214,157,163)
#DCACB2
(220,172,178)
#E2BBC1
(226,187,193)
#E8CAD0
(232,202,208)
#EED9DF
(238,217,223)
#F4E8EE
(244,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B85258 color. Also use rgb(184,82,88) instead hex code.

Text Font Color

.myTextColor { color: #B85258; }

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

This text font color is #B85258.


Background Color

.myBgColor { background-color: #B85258; }

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

This div background color is #B85258.


Border color

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

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

This div border color is #B85258.


Opacity

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

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

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

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

This text has shadow with #B85258 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B85258 on black background.


Color preview on white background

This text has color #B85258 on white background.



Black color preview on #B85258 background

This text has black color on #B85258 background.


White color preview on #B85258 background

This text has white color on #B85258 background.