COLOR #B15334

HEX: #B15334
RGB: (177,83,52)

Color info

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

RGB color model

#B15334 color RGB value is (177,83,52).

  • red value is 177;
  • green value is 83;
  • blue value is 52.
RGB:
(177,83,52)
(69%,33%,20%)

RGB channels and saturation

R 177 of 255 = 69%
G 83 of 255 = 33%
B 52 of 255 = 20%

177
83
52

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

Portions of RGB colors in percentages

R + G + B =
177 + 83 + 52 = 312 (100%)
R 177 of 312 ~ 56.73%
G 83 of 312 ~ 26.6%
B 52 of 312 ~ 16.67%

%56.73
%26.6
%16.67

CMYK color model

#B15334 color CMYK value is (0,53,71,31).

  • cyan value is 0.00%
  • magenta value is 53.11%
  • yellow value is 70.62%
  • key color value is 30.59%
CMYK:
(0,53,71,31)
C0M53Y71K31 
(0%,53%,71%,31%)
(0.00/0.53/0.71/0.31)	

CMYK percentages

%0
%53.11
%70.62
%30.59

Codes

Color #B15334 in popluar color models

B15334
RGB1778352
HSL15°54.59%44.90%
HSB/HSV15°70.62%69.41%
CMYK0.00%53.11%70.62%
30.59%

Color #B15334 in popluar number systems.

HEXB15334
Decimal1778352
Binary101100011010011110100
Octal26112364

Shades and tints

Shades of #B15334

#B15334
(177,83,52)
#A14C30
(161,76,48)
#91452C
(145,69,44)
#813E28
(129,62,40)
#713724
(113,55,36)
#613020
(97,48,32)
#51291C
(81,41,28)
#412218
(65,34,24)
#311B14
(49,27,20)
#211410
(33,20,16)
#110D0C
(17,13,12)
#000000
(0,0,0)

Tints of #B15334

#B15334
(177,83,52)
#B86246
(184,98,70)
#BF7158
(191,113,88)
#C6806A
(198,128,106)
#CD8F7C
(205,143,124)
#D49E8E
(212,158,142)
#DBADA0
(219,173,160)
#E2BCB2
(226,188,178)
#E9CBC4
(233,203,196)
#F0DAD6
(240,218,214)
#F7E9E8
(247,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B15334 color. Also use rgb(177,83,52) instead hex code.

Text Font Color

.myTextColor { color: #B15334; }

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

This text font color is #B15334.


Background Color

.myBgColor { background-color: #B15334; }

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

This div background color is #B15334.


Border color

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

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

This div border color is #B15334.


Opacity

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

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

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

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

This text has shadow with #B15334 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B15334 on black background.


Color preview on white background

This text has color #B15334 on white background.



Black color preview on #B15334 background

This text has black color on #B15334 background.


White color preview on #B15334 background

This text has white color on #B15334 background.