COLOR #B9600A

HEX: #B9600A
RGB: (185,96,10)

Color info

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

RGB color model

#B9600A color RGB value is (185,96,10).

  • red value is 185;
  • green value is 96;
  • blue value is 10.
RGB:
(185,96,10)
(73%,38%,4%)

RGB channels and saturation

R 185 of 255 = 73%
G 96 of 255 = 38%
B 10 of 255 = 4%

185
96
10

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

Portions of RGB colors in percentages

R + G + B =
185 + 96 + 10 = 291 (100%)
R 185 of 291 ~ 63.57%
G 96 of 291 ~ 32.99%
B 10 of 291 ~ 3.44%

%63.57
%32.99

CMYK color model

#B9600A color CMYK value is (0,48,95,27).

  • cyan value is 0.00%
  • magenta value is 48.11%
  • yellow value is 94.59%
  • key color value is 27.45%
CMYK:
(0,48,95,27)
C0M48Y95K27 
(0%,48%,95%,27%)
(0.00/0.48/0.95/0.27)	

CMYK percentages

%0
%48.11
%94.59
%27.45

Codes

Color #B9600A in popluar color models

B9600A
RGB1859610
HSL29°89.74%38.24%
HSB/HSV29°94.59%72.55%
CMYK0.00%48.11%94.59%
27.45%

Color #B9600A in popluar number systems.

HEXB9600A
Decimal1859610
Binary1011100111000001010
Octal27114012

Shades and tints

Shades of #B9600A

#B9600A
(185,96,10)
#A9580A
(169,88,10)
#99500A
(153,80,10)
#89480A
(137,72,10)
#79400A
(121,64,10)
#69380A
(105,56,10)
#59300A
(89,48,10)
#49280A
(73,40,10)
#39200A
(57,32,10)
#29180A
(41,24,10)
#19100A
(25,16,10)
#000000
(0,0,0)

Tints of #B9600A

#B9600A
(185,96,10)
#BF6E20
(191,110,32)
#C57C36
(197,124,54)
#CB8A4C
(203,138,76)
#D19862
(209,152,98)
#D7A678
(215,166,120)
#DDB48E
(221,180,142)
#E3C2A4
(227,194,164)
#E9D0BA
(233,208,186)
#EFDED0
(239,222,208)
#F5ECE6
(245,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9600A color. Also use rgb(185,96,10) instead hex code.

Text Font Color

.myTextColor { color: #B9600A; }

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

This text font color is #B9600A.


Background Color

.myBgColor { background-color: #B9600A; }

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

This div background color is #B9600A.


Border color

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

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

This div border color is #B9600A.


Opacity

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

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

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

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

This text has shadow with #B9600A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9600A on black background.


Color preview on white background

This text has color #B9600A on white background.



Black color preview on #B9600A background

This text has black color on #B9600A background.


White color preview on #B9600A background

This text has white color on #B9600A background.