COLOR #B05256

HEX: #B05256
RGB: (176,82,86)

Color info

#B05256 contains mainly red color. Web safe color of #B05256 is #996666 (or #966).

RGB color model

#B05256 color RGB value is (176,82,86).

  • red value is 176;
  • green value is 82;
  • blue value is 86.
RGB:
(176,82,86)
(69%,32%,34%)

RGB channels and saturation

R 176 of 255 = 69%
G 82 of 255 = 32%
B 86 of 255 = 34%

176
82
86

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

Portions of RGB colors in percentages

R + G + B =
176 + 82 + 86 = 344 (100%)
R 176 of 344 ~ 51.16%
G 82 of 344 ~ 23.84%
B 86 of 344 ~ 25%

%51.16
%23.84
%25

CMYK color model

#B05256 color CMYK value is (0,53,51,31).

  • cyan value is 0.00%
  • magenta value is 53.41%
  • yellow value is 51.14%
  • key color value is 30.98%
CMYK:
(0,53,51,31)
C0M53Y51K31 
(0%,53%,51%,31%)
(0.00/0.53/0.51/0.31)	

CMYK percentages

%0
%53.41
%51.14
%30.98

Codes

Color #B05256 in popluar color models

B05256
RGB1768286
HSL357°37.30%50.59%
HSB/HSV357°53.41%69.02%
CMYK0.00%53.41%51.14%
30.98%

Color #B05256 in popluar number systems.

HEXB05256
Decimal1768286
Binary1011000010100101010110
Octal260122126

Shades and tints

Shades of #B05256

#B05256
(176,82,86)
#A04B4F
(160,75,79)
#904448
(144,68,72)
#803D41
(128,61,65)
#70363A
(112,54,58)
#602F33
(96,47,51)
#50282C
(80,40,44)
#402125
(64,33,37)
#301A1E
(48,26,30)
#201317
(32,19,23)
#100C10
(16,12,16)
#000000
(0,0,0)

Tints of #B05256

#B05256
(176,82,86)
#B76165
(183,97,101)
#BE7074
(190,112,116)
#C57F83
(197,127,131)
#CC8E92
(204,142,146)
#D39DA1
(211,157,161)
#DAACB0
(218,172,176)
#E1BBBF
(225,187,191)
#E8CACE
(232,202,206)
#EFD9DD
(239,217,221)
#F6E8EC
(246,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B05256 color. Also use rgb(176,82,86) instead hex code.

Text Font Color

.myTextColor { color: #B05256; }

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

This text font color is #B05256.


Background Color

.myBgColor { background-color: #B05256; }

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

This div background color is #B05256.


Border color

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

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

This div border color is #B05256.


Opacity

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

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

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

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

This text has shadow with #B05256 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B05256 on black background.


Color preview on white background

This text has color #B05256 on white background.



Black color preview on #B05256 background

This text has black color on #B05256 background.


White color preview on #B05256 background

This text has white color on #B05256 background.