COLOR #B26563

HEX: #B26563
RGB: (178,101,99)

Color info

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

RGB color model

#B26563 color RGB value is (178,101,99).

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

RGB channels and saturation

R 178 of 255 = 70%
G 101 of 255 = 40%
B 99 of 255 = 39%

178
101
99

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

Portions of RGB colors in percentages

R + G + B =
178 + 101 + 99 = 378 (100%)
R 178 of 378 ~ 47.09%
G 101 of 378 ~ 26.72%
B 99 of 378 ~ 26.19%

%47.09
%26.72
%26.19

CMYK color model

#B26563 color CMYK value is (0,43,44,30).

  • cyan value is 0.00%
  • magenta value is 43.26%
  • yellow value is 44.38%
  • key color value is 30.20%
CMYK:
(0,43,44,30)
C0M43Y44K30 
(0%,43%,44%,30%)
(0.00/0.43/0.44/0.30)	

CMYK percentages

%0
%43.26
%44.38
%30.2

Codes

Color #B26563 in popluar color models

B26563
RGB17810199
HSL33.91%54.31%
HSB/HSV44.38%69.80%
CMYK0.00%43.26%44.38%
30.20%

Color #B26563 in popluar number systems.

HEXB26563
Decimal17810199
Binary1011001011001011100011
Octal262145143

Shades and tints

Shades of #B26563

#B26563
(178,101,99)
#A25C5A
(162,92,90)
#925351
(146,83,81)
#824A48
(130,74,72)
#72413F
(114,65,63)
#623836
(98,56,54)
#522F2D
(82,47,45)
#422624
(66,38,36)
#321D1B
(50,29,27)
#221412
(34,20,18)
#120B09
(18,11,9)
#000000
(0,0,0)

Tints of #B26563

#B26563
(178,101,99)
#B97371
(185,115,113)
#C0817F
(192,129,127)
#C78F8D
(199,143,141)
#CE9D9B
(206,157,155)
#D5ABA9
(213,171,169)
#DCB9B7
(220,185,183)
#E3C7C5
(227,199,197)
#EAD5D3
(234,213,211)
#F1E3E1
(241,227,225)
#F8F1EF
(248,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B26563; }

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

This text font color is #B26563.


Background Color

.myBgColor { background-color: #B26563; }

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

This div background color is #B26563.


Border color

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

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

This div border color is #B26563.


Opacity

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

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

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

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

This text has shadow with #B26563 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B26563 on black background.


Color preview on white background

This text has color #B26563 on white background.



Black color preview on #B26563 background

This text has black color on #B26563 background.


White color preview on #B26563 background

This text has white color on #B26563 background.