COLOR #B5600F

HEX: #B5600F RGB: (181,96,15)

Color info

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

RGB color model

#B5600F color RGB value is (181,96,15).

RGB: (181,96,15) (71%, 38%, 6%)

RGB channels and saturation

R 181 of 255 = 71%
G 96 of 255 = 38%
B 15 of 255 = 6%

181
96
15

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

Portions of RGB colors in percentages

R + G + B = 181 + 96 + 15 = 292 (100%)
R 181 of 292 ~ 61.99%
G 96 of 292 ~ 32.88%
B 15 of 292 ~ 5.14'%

%61.99
%32.88

CMYK color model

#B5600F color CMYK value is (0,47,92,29).

  • cyan value is 0.00%
  • magenta value is 46.96%
  • yellow value is 91.71%
  • key color value is 29.02%

CMYK: (0,47,92,29)
C0M47Y92K29 (0%, 47%, 92%, 29%)
(0.00 / 0.47 / 0.92 / 0.29)

CMYK percentages

%0
%46.96
%91.71
%29.02

Codes

Color #B5600F in popluar color models

B5 60 0F
RGB 181 96 15
HSL 29° 84.69% 38.43%
HSB/HSV 29° 91.71% 70.98%
CMYK 0.00% 46.96% 91.71%
29.02%

Color #B5600F in popluar number systems.

HEX B5 60 0F
Decimal 181 96 15
Binary 10110101 1100000 1111
Octal 265 140 17

Shades and tints

Shades of #B5600F

#B5600F
(181,96,15)
#A5580E
(165,88,14)
#95500D
(149,80,13)
#85480C
(133,72,12)
#75400B
(117,64,11)
#65380A
(101,56,10)
#553009
(85,48,9)
#452808
(69,40,8)
#352007
(53,32,7)
#251806
(37,24,6)
#151005
(21,16,5)
#000000
(0,0,0)

Tints of #B5600F

#B5600F
(181,96,15)
#BB6E24
(187,110,36)
#C17C39
(193,124,57)
#C78A4E
(199,138,78)
#CD9863
(205,152,99)
#D3A678
(211,166,120)
#D9B48D
(217,180,141)
#DFC2A2
(223,194,162)
#E5D0B7
(229,208,183)
#EBDECC
(235,222,204)
#F1ECE1
(241,236,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5600F color. Also use rgb(181,96,15) instead hex code.

Text Font Color

.myTextColor { color: #B5600F; }

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

This text font color is #B5600F.

Background Color

.myBgColor { background-color: #B5600F; }

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

This div background color is #B5600F.

Border color

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

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

This div border color is #B5600F.

Opacity

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

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

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

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

This text has shadow with #B5600F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5600F.

Preview

Color preview on black background

This text has color #B5600F on black background.


Color preview on white background

This text has color #B5600F on white background.


Black color preview on #B5600F background

This text has black color on #B5600F background.


White color preview on #B5600F background

This text has white color on #B5600F background.


Related colors

Complementary color

Complementary color for #hex is #4A9FF0.


I love getcolorcode.com

Triadic colors

1 #0FB560 and #600FB5 with #B5600F are triadic colors.

2 #0F60B5 and #60B50F with #B5600F are triadic colors.