COLOR #B26371

HEX: #B26371
RGB: (178,99,113)

Color info

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

RGB color model

#B26371 color RGB value is (178,99,113).

  • red value is 178;
  • green value is 99;
  • blue value is 113.
RGB:
(178,99,113)
(70%,39%,44%)

RGB channels and saturation

R 178 of 255 = 70%
G 99 of 255 = 39%
B 113 of 255 = 44%

178
99
113

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

Portions of RGB colors in percentages

R + G + B =
178 + 99 + 113 = 390 (100%)
R 178 of 390 ~ 45.64%
G 99 of 390 ~ 25.38%
B 113 of 390 ~ 28.97%

%45.64
%25.38
%28.97

CMYK color model

#B26371 color CMYK value is (0,44,37,30).

  • cyan value is 0.00%
  • magenta value is 44.38%
  • yellow value is 36.52%
  • key color value is 30.20%
CMYK:
(0,44,37,30)
C0M44Y37K30 
(0%,44%,37%,30%)
(0.00/0.44/0.37/0.30)	

CMYK percentages

%0
%44.38
%36.52
%30.2

Codes

Color #B26371 in popluar color models

B26371
RGB17899113
HSL349°33.91%54.31%
HSB/HSV349°44.38%69.80%
CMYK0.00%44.38%36.52%
30.20%

Color #B26371 in popluar number systems.

HEXB26371
Decimal17899113
Binary1011001011000111110001
Octal262143161

Shades and tints

Shades of #B26371

#B26371
(178,99,113)
#A25A67
(162,90,103)
#92515D
(146,81,93)
#824853
(130,72,83)
#723F49
(114,63,73)
#62363F
(98,54,63)
#522D35
(82,45,53)
#42242B
(66,36,43)
#321B21
(50,27,33)
#221217
(34,18,23)
#12090D
(18,9,13)
#000000
(0,0,0)

Tints of #B26371

#B26371
(178,99,113)
#B9717D
(185,113,125)
#C07F89
(192,127,137)
#C78D95
(199,141,149)
#CE9BA1
(206,155,161)
#D5A9AD
(213,169,173)
#DCB7B9
(220,183,185)
#E3C5C5
(227,197,197)
#EAD3D1
(234,211,209)
#F1E1DD
(241,225,221)
#F8EFE9
(248,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B26371 color. Also use rgb(178,99,113) instead hex code.

Text Font Color

.myTextColor { color: #B26371; }

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

This text font color is #B26371.


Background Color

.myBgColor { background-color: #B26371; }

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

This div background color is #B26371.


Border color

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

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

This div border color is #B26371.


Opacity

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

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

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

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

This text has shadow with #B26371 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B26371 on black background.


Color preview on white background

This text has color #B26371 on white background.



Black color preview on #B26371 background

This text has black color on #B26371 background.


White color preview on #B26371 background

This text has white color on #B26371 background.