COLOR #B65C12

HEX: #B65C12
RGB: (182,92,18)

Color info

#B65C12 contains mainly red color. Web safe color of #B65C12 is #CC6600 (or #C60).

RGB color model

#B65C12 color RGB value is (182,92,18).

  • red value is 182;
  • green value is 92;
  • blue value is 18.
RGB:
(182,92,18)
(71%,36%,7%)

RGB channels and saturation

R 182 of 255 = 71%
G 92 of 255 = 36%
B 18 of 255 = 7%

182
92
18

R + G + B ~ 38%. #B65C12 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
182 + 92 + 18 = 292 (100%)
R 182 of 292 ~ 62.33%
G 92 of 292 ~ 31.51%
B 18 of 292 ~ 6.16%

%62.33
%31.51

CMYK color model

#B65C12 color CMYK value is (0,49,90,29).

  • cyan value is 0.00%
  • magenta value is 49.45%
  • yellow value is 90.11%
  • key color value is 28.63%
CMYK:
(0,49,90,29)
C0M49Y90K29 
(0%,49%,90%,29%)
(0.00/0.49/0.90/0.29)	

CMYK percentages

%0
%49.45
%90.11
%28.63

Codes

Color #B65C12 in popluar color models

B65C12
RGB1829218
HSL27°82.00%39.22%
HSB/HSV27°90.11%71.37%
CMYK0.00%49.45%90.11%
28.63%

Color #B65C12 in popluar number systems.

HEXB65C12
Decimal1829218
Binary10110110101110010010
Octal26613422

Shades and tints

Shades of #B65C12

#B65C12
(182,92,18)
#A65411
(166,84,17)
#964C10
(150,76,16)
#86440F
(134,68,15)
#763C0E
(118,60,14)
#66340D
(102,52,13)
#562C0C
(86,44,12)
#46240B
(70,36,11)
#361C0A
(54,28,10)
#261409
(38,20,9)
#160C08
(22,12,8)
#000000
(0,0,0)

Tints of #B65C12

#B65C12
(182,92,18)
#BC6A27
(188,106,39)
#C2783C
(194,120,60)
#C88651
(200,134,81)
#CE9466
(206,148,102)
#D4A27B
(212,162,123)
#DAB090
(218,176,144)
#E0BEA5
(224,190,165)
#E6CCBA
(230,204,186)
#ECDACF
(236,218,207)
#F2E8E4
(242,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B65C12 color. Also use rgb(182,92,18) instead hex code.

Text Font Color

.myTextColor { color: #B65C12; }

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

This text font color is #B65C12.


Background Color

.myBgColor { background-color: #B65C12; }

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

This div background color is #B65C12.


Border color

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

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

This div border color is #B65C12.


Opacity

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

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

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

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

This text has shadow with #B65C12 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B65C12 on black background.


Color preview on white background

This text has color #B65C12 on white background.



Black color preview on #B65C12 background

This text has black color on #B65C12 background.


White color preview on #B65C12 background

This text has white color on #B65C12 background.