COLOR #B0653F

HEX: #B0653F
RGB: (176,101,63)

Color info

#B0653F contains mainly red color. Web safe color of #B0653F is #996633 (or #963).

RGB color model

#B0653F color RGB value is (176,101,63).

  • red value is 176;
  • green value is 101;
  • blue value is 63.
RGB:
(176,101,63)
(69%,40%,25%)

RGB channels and saturation

R 176 of 255 = 69%
G 101 of 255 = 40%
B 63 of 255 = 25%

176
101
63

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

Portions of RGB colors in percentages

R + G + B =
176 + 101 + 63 = 340 (100%)
R 176 of 340 ~ 51.76%
G 101 of 340 ~ 29.71%
B 63 of 340 ~ 18.53%

%51.76
%29.71
%18.53

CMYK color model

#B0653F color CMYK value is (0,43,64,31).

  • cyan value is 0.00%
  • magenta value is 42.61%
  • yellow value is 64.20%
  • key color value is 30.98%
CMYK:
(0,43,64,31)
C0M43Y64K31 
(0%,43%,64%,31%)
(0.00/0.43/0.64/0.31)	

CMYK percentages

%0
%42.61
%64.2
%30.98

Codes

Color #B0653F in popluar color models

B0653F
RGB17610163
HSL20°47.28%46.86%
HSB/HSV20°64.20%69.02%
CMYK0.00%42.61%64.20%
30.98%

Color #B0653F in popluar number systems.

HEXB0653F
Decimal17610163
Binary101100001100101111111
Octal26014577

Shades and tints

Shades of #B0653F

#B0653F
(176,101,63)
#A05C3A
(160,92,58)
#905335
(144,83,53)
#804A30
(128,74,48)
#70412B
(112,65,43)
#603826
(96,56,38)
#502F21
(80,47,33)
#40261C
(64,38,28)
#301D17
(48,29,23)
#201412
(32,20,18)
#100B0D
(16,11,13)
#000000
(0,0,0)

Tints of #B0653F

#B0653F
(176,101,63)
#B77350
(183,115,80)
#BE8161
(190,129,97)
#C58F72
(197,143,114)
#CC9D83
(204,157,131)
#D3AB94
(211,171,148)
#DAB9A5
(218,185,165)
#E1C7B6
(225,199,182)
#E8D5C7
(232,213,199)
#EFE3D8
(239,227,216)
#F6F1E9
(246,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0653F color. Also use rgb(176,101,63) instead hex code.

Text Font Color

.myTextColor { color: #B0653F; }

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

This text font color is #B0653F.


Background Color

.myBgColor { background-color: #B0653F; }

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

This div background color is #B0653F.


Border color

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

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

This div border color is #B0653F.


Opacity

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

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

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

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

This text has shadow with #B0653F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0653F on black background.


Color preview on white background

This text has color #B0653F on white background.



Black color preview on #B0653F background

This text has black color on #B0653F background.


White color preview on #B0653F background

This text has white color on #B0653F background.