COLOR #B05361

HEX: #B05361
RGB: (176,83,97)

Color info

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

RGB color model

#B05361 color RGB value is (176,83,97).

  • red value is 176;
  • green value is 83;
  • blue value is 97.
RGB:
(176,83,97)
(69%,33%,38%)

RGB channels and saturation

R 176 of 255 = 69%
G 83 of 255 = 33%
B 97 of 255 = 38%

176
83
97

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

Portions of RGB colors in percentages

R + G + B =
176 + 83 + 97 = 356 (100%)
R 176 of 356 ~ 49.44%
G 83 of 356 ~ 23.31%
B 97 of 356 ~ 27.25%

%49.44
%23.31
%27.25

CMYK color model

#B05361 color CMYK value is (0,53,45,31).

  • cyan value is 0.00%
  • magenta value is 52.84%
  • yellow value is 44.89%
  • key color value is 30.98%
CMYK:
(0,53,45,31)
C0M53Y45K31 
(0%,53%,45%,31%)
(0.00/0.53/0.45/0.31)	

CMYK percentages

%0
%52.84
%44.89
%30.98

Codes

Color #B05361 in popluar color models

B05361
RGB1768397
HSL351°37.05%50.78%
HSB/HSV351°52.84%69.02%
CMYK0.00%52.84%44.89%
30.98%

Color #B05361 in popluar number systems.

HEXB05361
Decimal1768397
Binary1011000010100111100001
Octal260123141

Shades and tints

Shades of #B05361

#B05361
(176,83,97)
#A04C59
(160,76,89)
#904551
(144,69,81)
#803E49
(128,62,73)
#703741
(112,55,65)
#603039
(96,48,57)
#502931
(80,41,49)
#402229
(64,34,41)
#301B21
(48,27,33)
#201419
(32,20,25)
#100D11
(16,13,17)
#000000
(0,0,0)

Tints of #B05361

#B05361
(176,83,97)
#B7626F
(183,98,111)
#BE717D
(190,113,125)
#C5808B
(197,128,139)
#CC8F99
(204,143,153)
#D39EA7
(211,158,167)
#DAADB5
(218,173,181)
#E1BCC3
(225,188,195)
#E8CBD1
(232,203,209)
#EFDADF
(239,218,223)
#F6E9ED
(246,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B05361 color. Also use rgb(176,83,97) instead hex code.

Text Font Color

.myTextColor { color: #B05361; }

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

This text font color is #B05361.


Background Color

.myBgColor { background-color: #B05361; }

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

This div background color is #B05361.


Border color

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

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

This div border color is #B05361.


Opacity

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

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

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

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

This text has shadow with #B05361 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B05361 on black background.


Color preview on white background

This text has color #B05361 on white background.



Black color preview on #B05361 background

This text has black color on #B05361 background.


White color preview on #B05361 background

This text has white color on #B05361 background.