COLOR #B05966

HEX: #B05966 RGB: (176,89,102)

Color info

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

RGB color model

#B05966 color RGB value is (176,89,102).

RGB: (176,89,102) (69%, 35%, 40%)

RGB channels and saturation

R 176 of 255 = 69%
G 89 of 255 = 35%
B 102 of 255 = 40%

176
89
102

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

Portions of RGB colors in percentages

R + G + B = 176 + 89 + 102 = 367 (100%)
R 176 of 367 ~ 47.96%
G 89 of 367 ~ 24.25%
B 102 of 367 ~ 27.79'%

%47.96
%24.25
%27.79

CMYK color model

#B05966 color CMYK value is (0,49,42,31).

  • cyan value is 0.00%
  • magenta value is 49.43%
  • yellow value is 42.05%
  • key color value is 30.98%

CMYK: (0,49,42,31)
C0M49Y42K31 (0%, 49%, 42%, 31%)
(0.00 / 0.49 / 0.42 / 0.31)

CMYK percentages

%0
%49.43
%42.05
%30.98

Codes

Color #B05966 in popluar color models

B0 59 66
RGB 176 89 102
HSL 351° 35.51% 51.96%
HSB/HSV 351° 49.43% 69.02%
CMYK 0.00% 49.43% 42.05%
30.98%

Color #B05966 in popluar number systems.

HEX B0 59 66
Decimal 176 89 102
Binary 10110000 1011001 1100110
Octal 260 131 146

Shades and tints

Shades of #B05966

#B05966
(176,89,102)
#A0515D
(160,81,93)
#904954
(144,73,84)
#80414B
(128,65,75)
#703942
(112,57,66)
#603139
(96,49,57)
#502930
(80,41,48)
#402127
(64,33,39)
#30191E
(48,25,30)
#201115
(32,17,21)
#10090C
(16,9,12)
#000000
(0,0,0)

Tints of #B05966

#B05966
(176,89,102)
#B76873
(183,104,115)
#BE7780
(190,119,128)
#C5868D
(197,134,141)
#CC959A
(204,149,154)
#D3A4A7
(211,164,167)
#DAB3B4
(218,179,180)
#E1C2C1
(225,194,193)
#E8D1CE
(232,209,206)
#EFE0DB
(239,224,219)
#F6EFE8
(246,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B05966; }

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

This text font color is #B05966.

Background Color

.myBgColor { background-color: #B05966; }

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

This div background color is #B05966.

Border color

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

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

This div border color is #B05966.

Opacity

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

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

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

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

This text has shadow with #B05966 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B05966.

Preview

Color preview on black background

This text has color #B05966 on black background.


Color preview on white background

This text has color #B05966 on white background.


Black color preview on #B05966 background

This text has black color on #B05966 background.


White color preview on #B05966 background

This text has white color on #B05966 background.


Related colors

Complementary color

Complementary color for #hex is #4FA699.


I love getcolorcode.com

Triadic colors

1 #66B059 and #5966B0 with #B05966 are triadic colors.

2 #6659B0 and #59B066 with #B05966 are triadic colors.