COLOR #B12B63

HEX: #B12B63 RGB: (177,43,99)

Color info

#B12B63 contains mainly red color. Web safe color of #B12B63 is #993366 (or #936).

RGB color model

#B12B63 color RGB value is (177,43,99).

RGB: (177,43,99) (69%, 17%, 39%)

RGB channels and saturation

R 177 of 255 = 69%
G 43 of 255 = 17%
B 99 of 255 = 39%

177
43
99

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

Portions of RGB colors in percentages

R + G + B = 177 + 43 + 99 = 319 (100%)
R 177 of 319 ~ 55.49%
G 43 of 319 ~ 13.48%
B 99 of 319 ~ 31.03'%

%55.49
%13.48
%31.03

CMYK color model

#B12B63 color CMYK value is (0,76,44,31).

  • cyan value is 0.00%
  • magenta value is 75.71%
  • yellow value is 44.07%
  • key color value is 30.59%

CMYK: (0,76,44,31)
C0M76Y44K31 (0%, 76%, 44%, 31%)
(0.00 / 0.76 / 0.44 / 0.31)

CMYK percentages

%0
%75.71
%44.07
%30.59

Codes

Color #B12B63 in popluar color models

B1 2B 63
RGB 177 43 99
HSL 335° 60.91% 43.14%
HSB/HSV 335° 75.71% 69.41%
CMYK 0.00% 75.71% 44.07%
30.59%

Color #B12B63 in popluar number systems.

HEX B1 2B 63
Decimal 177 43 99
Binary 10110001 101011 1100011
Octal 261 53 143

Shades and tints

Shades of #B12B63

#B12B63
(177,43,99)
#A1285A
(161,40,90)
#912551
(145,37,81)
#812248
(129,34,72)
#711F3F
(113,31,63)
#611C36
(97,28,54)
#51192D
(81,25,45)
#411624
(65,22,36)
#31131B
(49,19,27)
#211012
(33,16,18)
#110D09
(17,13,9)
#000000
(0,0,0)

Tints of #B12B63

#B12B63
(177,43,99)
#B83E71
(184,62,113)
#BF517F
(191,81,127)
#C6648D
(198,100,141)
#CD779B
(205,119,155)
#D48AA9
(212,138,169)
#DB9DB7
(219,157,183)
#E2B0C5
(226,176,197)
#E9C3D3
(233,195,211)
#F0D6E1
(240,214,225)
#F7E9EF
(247,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B12B63 color. Also use rgb(177,43,99) instead hex code.

Text Font Color

.myTextColor { color: #B12B63; }

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

This text font color is #B12B63.

Background Color

.myBgColor { background-color: #B12B63; }

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

This div background color is #B12B63.

Border color

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

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

This div border color is #B12B63.

Opacity

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

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

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

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

This text has shadow with #B12B63 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B12B63.

Preview

Color preview on black background

This text has color #B12B63 on black background.


Color preview on white background

This text has color #B12B63 on white background.


Black color preview on #B12B63 background

This text has black color on #B12B63 background.


White color preview on #B12B63 background

This text has white color on #B12B63 background.


Related colors

Complementary color

Complementary color for #hex is #4ED49C.


I love getcolorcode.com

Triadic colors

1 #63B12B and #2B63B1 with #B12B63 are triadic colors.

2 #632BB1 and #2BB163 with #B12B63 are triadic colors.