COLOR #B6582C

HEX: #B6582C
RGB: (182,88,44)

Color info

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

RGB color model

#B6582C color RGB value is (182,88,44).

  • red value is 182;
  • green value is 88;
  • blue value is 44.
RGB:
(182,88,44)
(71%,35%,17%)

RGB channels and saturation

R 182 of 255 = 71%
G 88 of 255 = 35%
B 44 of 255 = 17%

182
88
44

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

Portions of RGB colors in percentages

R + G + B =
182 + 88 + 44 = 314 (100%)
R 182 of 314 ~ 57.96%
G 88 of 314 ~ 28.03%
B 44 of 314 ~ 14.01%

%57.96
%28.03
%14.01

CMYK color model

#B6582C color CMYK value is (0,52,76,29).

  • cyan value is 0.00%
  • magenta value is 51.65%
  • yellow value is 75.82%
  • key color value is 28.63%
CMYK:
(0,52,76,29)
C0M52Y76K29 
(0%,52%,76%,29%)
(0.00/0.52/0.76/0.29)	

CMYK percentages

%0
%51.65
%75.82
%28.63

Codes

Color #B6582C in popluar color models

B6582C
RGB1828844
HSL19°61.06%44.31%
HSB/HSV19°75.82%71.37%
CMYK0.00%51.65%75.82%
28.63%

Color #B6582C in popluar number systems.

HEXB6582C
Decimal1828844
Binary101101101011000101100
Octal26613054

Shades and tints

Shades of #B6582C

#B6582C
(182,88,44)
#A65028
(166,80,40)
#964824
(150,72,36)
#864020
(134,64,32)
#76381C
(118,56,28)
#663018
(102,48,24)
#562814
(86,40,20)
#462010
(70,32,16)
#36180C
(54,24,12)
#261008
(38,16,8)
#160804
(22,8,4)
#000000
(0,0,0)

Tints of #B6582C

#B6582C
(182,88,44)
#BC673F
(188,103,63)
#C27652
(194,118,82)
#C88565
(200,133,101)
#CE9478
(206,148,120)
#D4A38B
(212,163,139)
#DAB29E
(218,178,158)
#E0C1B1
(224,193,177)
#E6D0C4
(230,208,196)
#ECDFD7
(236,223,215)
#F2EEEA
(242,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6582C color. Also use rgb(182,88,44) instead hex code.

Text Font Color

.myTextColor { color: #B6582C; }

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

This text font color is #B6582C.


Background Color

.myBgColor { background-color: #B6582C; }

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

This div background color is #B6582C.


Border color

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

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

This div border color is #B6582C.


Opacity

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

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

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

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

This text has shadow with #B6582C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6582C on black background.


Color preview on white background

This text has color #B6582C on white background.



Black color preview on #B6582C background

This text has black color on #B6582C background.


White color preview on #B6582C background

This text has white color on #B6582C background.