COLOR #B9640C

HEX: #B9640C
RGB: (185,100,12)

Color info

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

RGB color model

#B9640C color RGB value is (185,100,12).

  • red value is 185;
  • green value is 100;
  • blue value is 12.
RGB:
(185,100,12)
(73%,39%,5%)

RGB channels and saturation

R 185 of 255 = 73%
G 100 of 255 = 39%
B 12 of 255 = 5%

185
100
12

R + G + B ~ 39%. #B9640C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
185 + 100 + 12 = 297 (100%)
R 185 of 297 ~ 62.29%
G 100 of 297 ~ 33.67%
B 12 of 297 ~ 4.04%

%62.29
%33.67

CMYK color model

#B9640C color CMYK value is (0,46,94,27).

  • cyan value is 0.00%
  • magenta value is 45.95%
  • yellow value is 93.51%
  • key color value is 27.45%
CMYK:
(0,46,94,27)
C0M46Y94K27 
(0%,46%,94%,27%)
(0.00/0.46/0.94/0.27)	

CMYK percentages

%0
%45.95
%93.51
%27.45

Codes

Color #B9640C in popluar color models

B9640C
RGB18510012
HSL31°87.82%38.63%
HSB/HSV31°93.51%72.55%
CMYK0.00%45.95%93.51%
27.45%

Color #B9640C in popluar number systems.

HEXB9640C
Decimal18510012
Binary1011100111001001100
Octal27114414

Shades and tints

Shades of #B9640C

#B9640C
(185,100,12)
#A95B0B
(169,91,11)
#99520A
(153,82,10)
#894909
(137,73,9)
#794008
(121,64,8)
#693707
(105,55,7)
#592E06
(89,46,6)
#492505
(73,37,5)
#391C04
(57,28,4)
#291303
(41,19,3)
#190A02
(25,10,2)
#000000
(0,0,0)

Tints of #B9640C

#B9640C
(185,100,12)
#BF7222
(191,114,34)
#C58038
(197,128,56)
#CB8E4E
(203,142,78)
#D19C64
(209,156,100)
#D7AA7A
(215,170,122)
#DDB890
(221,184,144)
#E3C6A6
(227,198,166)
#E9D4BC
(233,212,188)
#EFE2D2
(239,226,210)
#F5F0E8
(245,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9640C color. Also use rgb(185,100,12) instead hex code.

Text Font Color

.myTextColor { color: #B9640C; }

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

This text font color is #B9640C.


Background Color

.myBgColor { background-color: #B9640C; }

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

This div background color is #B9640C.


Border color

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

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

This div border color is #B9640C.


Opacity

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

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

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

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

This text has shadow with #B9640C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9640C on black background.


Color preview on white background

This text has color #B9640C on white background.



Black color preview on #B9640C background

This text has black color on #B9640C background.


White color preview on #B9640C background

This text has white color on #B9640C background.