COLOR #B15233

HEX: #B15233
RGB: (177,82,51)

Color info

#B15233 contains mainly red color. Web safe color of #B15233 is #996633 (or #963).

RGB color model

#B15233 color RGB value is (177,82,51).

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

RGB channels and saturation

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

177
82
51

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

Portions of RGB colors in percentages

R + G + B =
177 + 82 + 51 = 310 (100%)
R 177 of 310 ~ 57.1%
G 82 of 310 ~ 26.45%
B 51 of 310 ~ 16.45%

%57.1
%26.45
%16.45

CMYK color model

#B15233 color CMYK value is (0,54,71,31).

  • cyan value is 0.00%
  • magenta value is 53.67%
  • yellow value is 71.19%
  • key color value is 30.59%
CMYK:
(0,54,71,31)
C0M54Y71K31 
(0%,54%,71%,31%)
(0.00/0.54/0.71/0.31)	

CMYK percentages

%0
%53.67
%71.19
%30.59

Codes

Color #B15233 in popluar color models

B15233
RGB1778251
HSL15°55.26%44.71%
HSB/HSV15°71.19%69.41%
CMYK0.00%53.67%71.19%
30.59%

Color #B15233 in popluar number systems.

HEXB15233
Decimal1778251
Binary101100011010010110011
Octal26112263

Shades and tints

Shades of #B15233

#B15233
(177,82,51)
#A14B2F
(161,75,47)
#91442B
(145,68,43)
#813D27
(129,61,39)
#713623
(113,54,35)
#612F1F
(97,47,31)
#51281B
(81,40,27)
#412117
(65,33,23)
#311A13
(49,26,19)
#21130F
(33,19,15)
#110C0B
(17,12,11)
#000000
(0,0,0)

Tints of #B15233

#B15233
(177,82,51)
#B86145
(184,97,69)
#BF7057
(191,112,87)
#C67F69
(198,127,105)
#CD8E7B
(205,142,123)
#D49D8D
(212,157,141)
#DBAC9F
(219,172,159)
#E2BBB1
(226,187,177)
#E9CAC3
(233,202,195)
#F0D9D5
(240,217,213)
#F7E8E7
(247,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B15233; }

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

This text font color is #B15233.


Background Color

.myBgColor { background-color: #B15233; }

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

This div background color is #B15233.


Border color

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

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

This div border color is #B15233.


Opacity

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

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

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

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

This text has shadow with #B15233 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B15233 on black background.


Color preview on white background

This text has color #B15233 on white background.



Black color preview on #B15233 background

This text has black color on #B15233 background.


White color preview on #B15233 background

This text has white color on #B15233 background.