COLOR #B36272

HEX: #B36272
RGB: (179,98,114)

Color info

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

RGB color model

#B36272 color RGB value is (179,98,114).

  • red value is 179;
  • green value is 98;
  • blue value is 114.
RGB:
(179,98,114)
(70%,38%,45%)

RGB channels and saturation

R 179 of 255 = 70%
G 98 of 255 = 38%
B 114 of 255 = 45%

179
98
114

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

Portions of RGB colors in percentages

R + G + B =
179 + 98 + 114 = 391 (100%)
R 179 of 391 ~ 45.78%
G 98 of 391 ~ 25.06%
B 114 of 391 ~ 29.16%

%45.78
%25.06
%29.16

CMYK color model

#B36272 color CMYK value is (0,45,36,30).

  • cyan value is 0.00%
  • magenta value is 45.25%
  • yellow value is 36.31%
  • key color value is 29.80%
CMYK:
(0,45,36,30)
C0M45Y36K30 
(0%,45%,36%,30%)
(0.00/0.45/0.36/0.30)	

CMYK percentages

%0
%45.25
%36.31
%29.8

Codes

Color #B36272 in popluar color models

B36272
RGB17998114
HSL348°34.76%54.31%
HSB/HSV348°45.25%70.20%
CMYK0.00%45.25%36.31%
29.80%

Color #B36272 in popluar number systems.

HEXB36272
Decimal17998114
Binary1011001111000101110010
Octal263142162

Shades and tints

Shades of #B36272

#B36272
(179,98,114)
#A35A68
(163,90,104)
#93525E
(147,82,94)
#834A54
(131,74,84)
#73424A
(115,66,74)
#633A40
(99,58,64)
#533236
(83,50,54)
#432A2C
(67,42,44)
#332222
(51,34,34)
#231A18
(35,26,24)
#13120E
(19,18,14)
#000000
(0,0,0)

Tints of #B36272

#B36272
(179,98,114)
#B9707E
(185,112,126)
#BF7E8A
(191,126,138)
#C58C96
(197,140,150)
#CB9AA2
(203,154,162)
#D1A8AE
(209,168,174)
#D7B6BA
(215,182,186)
#DDC4C6
(221,196,198)
#E3D2D2
(227,210,210)
#E9E0DE
(233,224,222)
#EFEEEA
(239,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B36272 color. Also use rgb(179,98,114) instead hex code.

Text Font Color

.myTextColor { color: #B36272; }

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

This text font color is #B36272.


Background Color

.myBgColor { background-color: #B36272; }

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

This div background color is #B36272.


Border color

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

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

This div border color is #B36272.


Opacity

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

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

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

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

This text has shadow with #B36272 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B36272 on black background.


Color preview on white background

This text has color #B36272 on white background.



Black color preview on #B36272 background

This text has black color on #B36272 background.


White color preview on #B36272 background

This text has white color on #B36272 background.