COLOR #B15281

HEX: #B15281
RGB: (177,82,129)

Color info

#B15281 contains mainly red and blue colors. Web safe color of #B15281 is #996699 (or #969).

RGB color model

#B15281 color RGB value is (177,82,129).

  • red value is 177;
  • green value is 82;
  • blue value is 129.
RGB:
(177,82,129)
(69%,32%,51%)

RGB channels and saturation

R 177 of 255 = 69%
G 82 of 255 = 32%
B 129 of 255 = 51%

177
82
129

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

Portions of RGB colors in percentages

R + G + B =
177 + 82 + 129 = 388 (100%)
R 177 of 388 ~ 45.62%
G 82 of 388 ~ 21.13%
B 129 of 388 ~ 33.25%

%45.62
%21.13
%33.25

CMYK color model

#B15281 color CMYK value is (0,54,27,31).

  • cyan value is 0.00%
  • magenta value is 53.67%
  • yellow value is 27.12%
  • key color value is 30.59%
CMYK:
(0,54,27,31)
C0M54Y27K31 
(0%,54%,27%,31%)
(0.00/0.54/0.27/0.31)	

CMYK percentages

%0
%53.67
%27.12
%30.59

Codes

Color #B15281 in popluar color models

B15281
RGB17782129
HSL330°37.85%50.78%
HSB/HSV330°53.67%69.41%
CMYK0.00%53.67%27.12%
30.59%

Color #B15281 in popluar number systems.

HEXB15281
Decimal17782129
Binary10110001101001010000001
Octal261122201

Shades and tints

Shades of #B15281

#B15281
(177,82,129)
#A14B76
(161,75,118)
#91446B
(145,68,107)
#813D60
(129,61,96)
#713655
(113,54,85)
#612F4A
(97,47,74)
#51283F
(81,40,63)
#412134
(65,33,52)
#311A29
(49,26,41)
#21131E
(33,19,30)
#110C13
(17,12,19)
#000000
(0,0,0)

Tints of #B15281

#B15281
(177,82,129)
#B8618C
(184,97,140)
#BF7097
(191,112,151)
#C67FA2
(198,127,162)
#CD8EAD
(205,142,173)
#D49DB8
(212,157,184)
#DBACC3
(219,172,195)
#E2BBCE
(226,187,206)
#E9CAD9
(233,202,217)
#F0D9E4
(240,217,228)
#F7E8EF
(247,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B15281 color. Also use rgb(177,82,129) instead hex code.

Text Font Color

.myTextColor { color: #B15281; }

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

This text font color is #B15281.


Background Color

.myBgColor { background-color: #B15281; }

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

This div background color is #B15281.


Border color

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

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

This div border color is #B15281.


Opacity

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

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

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

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

This text has shadow with #B15281 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B15281 on black background.


Color preview on white background

This text has color #B15281 on white background.



Black color preview on #B15281 background

This text has black color on #B15281 background.


White color preview on #B15281 background

This text has white color on #B15281 background.