COLOR #B2663F

HEX: #B2663F
RGB: (178,102,63)

Color info

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

RGB color model

#B2663F color RGB value is (178,102,63).

  • red value is 178;
  • green value is 102;
  • blue value is 63.
RGB: (178,102,63) (70%,40%,25%)

RGB channels and saturation

R 178 of 255 = 70%
G 102 of 255 = 40%
B 63 of 255 = 25%

178
102
63

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

Portions of RGB colors in percentages

R + G + B =
178 + 102 + 63 = 343 (100%)
R 178 of 343 ~ 51.9%
G 102 of 343 ~ 29.74%
B 63 of 343 ~ 18.37%

%51.9
%29.74
%18.37

CMYK color model

#B2663F color CMYK value is (0,43,65,30).

  • cyan value is 0.00%
  • magenta value is 42.70%
  • yellow value is 64.61%
  • key color value is 30.20%
CMYK: (0,43,65,30) C0M43Y65K30 (0%,43%,65%,30%) (0.00/0.43/0.65/0.30)

CMYK percentages

%0
%42.7
%64.61
%30.2

Codes

Color #B2663F in popluar color models

B2663F
RGB17810263
HSL20°47.72%47.25%
HSB/HSV20°64.61%69.80%
CMYK0.00%42.70%64.61%
30.20%

Color #B2663F in popluar number systems.

HEXB2663F
Decimal17810263
Binary101100101100110111111
Octal26214677

Shades and tints

Shades of #B2663F

#B2663F
(178,102,63)
#A25D3A
(162,93,58)
#925435
(146,84,53)
#824B30
(130,75,48)
#72422B
(114,66,43)
#623926
(98,57,38)
#523021
(82,48,33)
#42271C
(66,39,28)
#321E17
(50,30,23)
#221512
(34,21,18)
#120C0D
(18,12,13)
#000000
(0,0,0)

Tints of #B2663F

#B2663F
(178,102,63)
#B97350
(185,115,80)
#C08061
(192,128,97)
#C78D72
(199,141,114)
#CE9A83
(206,154,131)
#D5A794
(213,167,148)
#DCB4A5
(220,180,165)
#E3C1B6
(227,193,182)
#EACEC7
(234,206,199)
#F1DBD8
(241,219,216)
#F8E8E9
(248,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2663F color. Also use rgb(178,102,63) instead hex code.

Text Font Color

.myTextColor { color: #B2663F; }

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

This text font color is #B2663F.


Background Color

.myBgColor { background-color: #B2663F; }

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

This div background color is #B2663F.


Border color

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

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

This div border color is #B2663F.


Opacity

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

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

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

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

This text has shadow with #B2663F color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #B2663F on black background.


Color preview on white background

This text has color #B2663F on white background.



Black color preview on #B2663F background

This text has black color on #B2663F background.


White color preview on #B2663F background

This text has white color on #B2663F background.