COLOR #B26251

HEX: #B26251 RGB: (178,98,81)

Color info

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

RGB color model

#B26251 color RGB value is (178,98,81).

RGB: (178,98,81) (70%, 38%, 32%)

RGB channels and saturation

R 178 of 255 = 70%
G 98 of 255 = 38%
B 81 of 255 = 32%

178
98
81

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

Portions of RGB colors in percentages

R + G + B = 178 + 98 + 81 = 357 (100%)
R 178 of 357 ~ 49.86%
G 98 of 357 ~ 27.45%
B 81 of 357 ~ 22.69'%

%49.86
%27.45
%22.69

CMYK color model

#B26251 color CMYK value is (0,45,54,30).

  • cyan value is 0.00%
  • magenta value is 44.94%
  • yellow value is 54.49%
  • key color value is 30.20%

CMYK: (0,45,54,30)
C0M45Y54K30 (0%, 45%, 54%, 30%)
(0.00 / 0.45 / 0.54 / 0.30)

CMYK percentages

%0
%44.94
%54.49
%30.2

Codes

Color #B26251 in popluar color models

B2 62 51
RGB 178 98 81
HSL 11° 38.65% 50.78%
HSB/HSV 11° 54.49% 69.80%
CMYK 0.00% 44.94% 54.49%
30.20%

Color #B26251 in popluar number systems.

HEX B2 62 51
Decimal 178 98 81
Binary 10110010 1100010 1010001
Octal 262 142 121

Shades and tints

Shades of #B26251

#B26251
(178,98,81)
#A25A4A
(162,90,74)
#925243
(146,82,67)
#824A3C
(130,74,60)
#724235
(114,66,53)
#623A2E
(98,58,46)
#523227
(82,50,39)
#422A20
(66,42,32)
#322219
(50,34,25)
#221A12
(34,26,18)
#12120B
(18,18,11)
#000000
(0,0,0)

Tints of #B26251

#B26251
(178,98,81)
#B97060
(185,112,96)
#C07E6F
(192,126,111)
#C78C7E
(199,140,126)
#CE9A8D
(206,154,141)
#D5A89C
(213,168,156)
#DCB6AB
(220,182,171)
#E3C4BA
(227,196,186)
#EAD2C9
(234,210,201)
#F1E0D8
(241,224,216)
#F8EEE7
(248,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B26251 color. Also use rgb(178,98,81) instead hex code.

Text Font Color

.myTextColor { color: #B26251; }

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

This text font color is #B26251.

Background Color

.myBgColor { background-color: #B26251; }

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

This div background color is #B26251.

Border color

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

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

This div border color is #B26251.

Opacity

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

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

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

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

This text has shadow with #B26251 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B26251.

Preview

Color preview on black background

This text has color #B26251 on black background.


Color preview on white background

This text has color #B26251 on white background.


Black color preview on #B26251 background

This text has black color on #B26251 background.


White color preview on #B26251 background

This text has white color on #B26251 background.


Related colors

Complementary color

Complementary color for #hex is #4D9DAE.


I love getcolorcode.com

Triadic colors

1 #51B262 and #6251B2 with #B26251 are triadic colors.

2 #5162B2 and #62B251 with #B26251 are triadic colors.