COLOR #B05C5C

HEX: #B05C5C RGB: (176,92,92)

Color info

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

RGB color model

#B05C5C color RGB value is (176,92,92).

RGB: (176,92,92) (69%, 36%, 36%)

RGB channels and saturation

R 176 of 255 = 69%
G 92 of 255 = 36%
B 92 of 255 = 36%

176
92
92

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

Portions of RGB colors in percentages

R + G + B = 176 + 92 + 92 = 360 (100%)
R 176 of 360 ~ 48.89%
G 92 of 360 ~ 25.56%
B 92 of 360 ~ 25.56'%

%48.89
%25.56
%25.56

CMYK color model

#B05C5C color CMYK value is (0,48,48,31).

  • cyan value is 0.00%
  • magenta value is 47.73%
  • yellow value is 47.73%
  • key color value is 30.98%

CMYK: (0,48,48,31)
C0M48Y48K31 (0%, 48%, 48%, 31%)
(0.00 / 0.48 / 0.48 / 0.31)

CMYK percentages

%0
%47.73
%47.73
%30.98

Codes

Color #B05C5C in popluar color models

B0 5C 5C
RGB 176 92 92
HSL 34.71% 52.55%
HSB/HSV 47.73% 69.02%
CMYK 0.00% 47.73% 47.73%
30.98%

Color #B05C5C in popluar number systems.

HEX B0 5C 5C
Decimal 176 92 92
Binary 10110000 1011100 1011100
Octal 260 134 134

Shades and tints

Shades of #B05C5C

#B05C5C
(176,92,92)
#A05454
(160,84,84)
#904C4C
(144,76,76)
#804444
(128,68,68)
#703C3C
(112,60,60)
#603434
(96,52,52)
#502C2C
(80,44,44)
#402424
(64,36,36)
#301C1C
(48,28,28)
#201414
(32,20,20)
#100C0C
(16,12,12)
#000000
(0,0,0)

Tints of #B05C5C

#B05C5C
(176,92,92)
#B76A6A
(183,106,106)
#BE7878
(190,120,120)
#C58686
(197,134,134)
#CC9494
(204,148,148)
#D3A2A2
(211,162,162)
#DAB0B0
(218,176,176)
#E1BEBE
(225,190,190)
#E8CCCC
(232,204,204)
#EFDADA
(239,218,218)
#F6E8E8
(246,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B05C5C; }

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

This text font color is #B05C5C.

Background Color

.myBgColor { background-color: #B05C5C; }

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

This div background color is #B05C5C.

Border color

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

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

This div border color is #B05C5C.

Opacity

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

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

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

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

This text has shadow with #B05C5C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B05C5C.

Preview

Color preview on black background

This text has color #B05C5C on black background.


Color preview on white background

This text has color #B05C5C on white background.


Black color preview on #B05C5C background

This text has black color on #B05C5C background.


White color preview on #B05C5C background

This text has white color on #B05C5C background.


Related colors

Complementary color

Complementary color for #hex is #4FA3A3.


I love getcolorcode.com