COLOR #B6553D

HEX: #B6553D
RGB: (182,85,61)

Color info

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

RGB color model

#B6553D color RGB value is (182,85,61).

  • red value is 182;
  • green value is 85;
  • blue value is 61.
RGB:
(182,85,61)
(71%,33%,24%)

RGB channels and saturation

R 182 of 255 = 71%
G 85 of 255 = 33%
B 61 of 255 = 24%

182
85
61

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

Portions of RGB colors in percentages

R + G + B =
182 + 85 + 61 = 328 (100%)
R 182 of 328 ~ 55.49%
G 85 of 328 ~ 25.91%
B 61 of 328 ~ 18.6%

%55.49
%25.91
%18.6

CMYK color model

#B6553D color CMYK value is (0,53,66,29).

  • cyan value is 0.00%
  • magenta value is 53.30%
  • yellow value is 66.48%
  • key color value is 28.63%
CMYK:
(0,53,66,29)
C0M53Y66K29 
(0%,53%,66%,29%)
(0.00/0.53/0.66/0.29)	

CMYK percentages

%0
%53.3
%66.48
%28.63

Codes

Color #B6553D in popluar color models

B6553D
RGB1828561
HSL12°49.79%47.65%
HSB/HSV12°66.48%71.37%
CMYK0.00%53.30%66.48%
28.63%

Color #B6553D in popluar number systems.

HEXB6553D
Decimal1828561
Binary101101101010101111101
Octal26612575

Shades and tints

Shades of #B6553D

#B6553D
(182,85,61)
#A64E38
(166,78,56)
#964733
(150,71,51)
#86402E
(134,64,46)
#763929
(118,57,41)
#663224
(102,50,36)
#562B1F
(86,43,31)
#46241A
(70,36,26)
#361D15
(54,29,21)
#261610
(38,22,16)
#160F0B
(22,15,11)
#000000
(0,0,0)

Tints of #B6553D

#B6553D
(182,85,61)
#BC644E
(188,100,78)
#C2735F
(194,115,95)
#C88270
(200,130,112)
#CE9181
(206,145,129)
#D4A092
(212,160,146)
#DAAFA3
(218,175,163)
#E0BEB4
(224,190,180)
#E6CDC5
(230,205,197)
#ECDCD6
(236,220,214)
#F2EBE7
(242,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6553D color. Also use rgb(182,85,61) instead hex code.

Text Font Color

.myTextColor { color: #B6553D; }

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

This text font color is #B6553D.


Background Color

.myBgColor { background-color: #B6553D; }

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

This div background color is #B6553D.


Border color

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

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

This div border color is #B6553D.


Opacity

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

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

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

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

This text has shadow with #B6553D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6553D on black background.


Color preview on white background

This text has color #B6553D on white background.



Black color preview on #B6553D background

This text has black color on #B6553D background.


White color preview on #B6553D background

This text has white color on #B6553D background.