COLOR #B65D36

HEX: #B65D36
RGB: (182,93,54)

Color info

#B65D36 contains mainly red color. Web safe color of #B65D36 is #CC6633 (or #C63).

RGB color model

#B65D36 color RGB value is (182,93,54).

  • red value is 182;
  • green value is 93;
  • blue value is 54.
RGB:
(182,93,54)
(71%,36%,21%)

RGB channels and saturation

R 182 of 255 = 71%
G 93 of 255 = 36%
B 54 of 255 = 21%

182
93
54

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

Portions of RGB colors in percentages

R + G + B =
182 + 93 + 54 = 329 (100%)
R 182 of 329 ~ 55.32%
G 93 of 329 ~ 28.27%
B 54 of 329 ~ 16.41%

%55.32
%28.27
%16.41

CMYK color model

#B65D36 color CMYK value is (0,49,70,29).

  • cyan value is 0.00%
  • magenta value is 48.90%
  • yellow value is 70.33%
  • key color value is 28.63%
CMYK:
(0,49,70,29)
C0M49Y70K29 
(0%,49%,70%,29%)
(0.00/0.49/0.70/0.29)	

CMYK percentages

%0
%48.9
%70.33
%28.63

Codes

Color #B65D36 in popluar color models

B65D36
RGB1829354
HSL18°54.24%46.27%
HSB/HSV18°70.33%71.37%
CMYK0.00%48.90%70.33%
28.63%

Color #B65D36 in popluar number systems.

HEXB65D36
Decimal1829354
Binary101101101011101110110
Octal26613566

Shades and tints

Shades of #B65D36

#B65D36
(182,93,54)
#A65532
(166,85,50)
#964D2E
(150,77,46)
#86452A
(134,69,42)
#763D26
(118,61,38)
#663522
(102,53,34)
#562D1E
(86,45,30)
#46251A
(70,37,26)
#361D16
(54,29,22)
#261512
(38,21,18)
#160D0E
(22,13,14)
#000000
(0,0,0)

Tints of #B65D36

#B65D36
(182,93,54)
#BC6B48
(188,107,72)
#C2795A
(194,121,90)
#C8876C
(200,135,108)
#CE957E
(206,149,126)
#D4A390
(212,163,144)
#DAB1A2
(218,177,162)
#E0BFB4
(224,191,180)
#E6CDC6
(230,205,198)
#ECDBD8
(236,219,216)
#F2E9EA
(242,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B65D36 color. Also use rgb(182,93,54) instead hex code.

Text Font Color

.myTextColor { color: #B65D36; }

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

This text font color is #B65D36.


Background Color

.myBgColor { background-color: #B65D36; }

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

This div background color is #B65D36.


Border color

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

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

This div border color is #B65D36.


Opacity

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

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

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

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

This text has shadow with #B65D36 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B65D36 on black background.


Color preview on white background

This text has color #B65D36 on white background.



Black color preview on #B65D36 background

This text has black color on #B65D36 background.


White color preview on #B65D36 background

This text has white color on #B65D36 background.