COLOR #B7663E

HEX: #B7663E RGB: (183,102,62)

Color info

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

RGB color model

#B7663E color RGB value is (183,102,62).

RGB: (183,102,62) (72%, 40%, 24%)

RGB channels and saturation

R 183 of 255 = 72%
G 102 of 255 = 40%
B 62 of 255 = 24%

183
102
62

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

Portions of RGB colors in percentages

R + G + B = 183 + 102 + 62 = 347 (100%)
R 183 of 347 ~ 52.74%
G 102 of 347 ~ 29.39%
B 62 of 347 ~ 17.87'%

%52.74
%29.39
%17.87

CMYK color model

#B7663E color CMYK value is (0,44,66,28).

  • cyan value is 0.00%
  • magenta value is 44.26%
  • yellow value is 66.12%
  • key color value is 28.24%

CMYK: (0,44,66,28)
C0M44Y66K28 (0%, 44%, 66%, 28%)
(0.00 / 0.44 / 0.66 / 0.28)

CMYK percentages

%0
%44.26
%66.12
%28.24

Codes

Color #B7663E in popluar color models

B7 66 3E
RGB 183 102 62
HSL 20° 49.39% 48.04%
HSB/HSV 20° 66.12% 71.76%
CMYK 0.00% 44.26% 66.12%
28.24%

Color #B7663E in popluar number systems.

HEX B7 66 3E
Decimal 183 102 62
Binary 10110111 1100110 111110
Octal 267 146 76

Shades and tints

Shades of #B7663E

#B7663E
(183,102,62)
#A75D39
(167,93,57)
#975434
(151,84,52)
#874B2F
(135,75,47)
#77422A
(119,66,42)
#673925
(103,57,37)
#573020
(87,48,32)
#47271B
(71,39,27)
#371E16
(55,30,22)
#271511
(39,21,17)
#170C0C
(23,12,12)
#000000
(0,0,0)

Tints of #B7663E

#B7663E
(183,102,62)
#BD734F
(189,115,79)
#C38060
(195,128,96)
#C98D71
(201,141,113)
#CF9A82
(207,154,130)
#D5A793
(213,167,147)
#DBB4A4
(219,180,164)
#E1C1B5
(225,193,181)
#E7CEC6
(231,206,198)
#EDDBD7
(237,219,215)
#F3E8E8
(243,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7663E color. Also use rgb(183,102,62) instead hex code.

Text Font Color

.myTextColor { color: #B7663E; }

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

This text font color is #B7663E.

Background Color

.myBgColor { background-color: #B7663E; }

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

This div background color is #B7663E.

Border color

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

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

This div border color is #B7663E.

Opacity

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

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

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

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

This text has shadow with #B7663E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B7663E.

Preview

Color preview on black background

This text has color #B7663E on black background.


Color preview on white background

This text has color #B7663E on white background.


Black color preview on #B7663E background

This text has black color on #B7663E background.


White color preview on #B7663E background

This text has white color on #B7663E background.


Related colors

Complementary color

Complementary color for #hex is #4899C1.


I love getcolorcode.com

Triadic colors

1 #3EB766 and #663EB7 with #B7663E are triadic colors.

2 #3E66B7 and #66B73E with #B7663E are triadic colors.