COLOR #B7793D

HEX: #B7793D RGB: (183,121,61)

Color info

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

RGB color model

#B7793D color RGB value is (183,121,61).

RGB: (183,121,61) (72%, 47%, 24%)

RGB channels and saturation

R 183 of 255 = 72%
G 121 of 255 = 47%
B 61 of 255 = 24%

183
121
61

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

Portions of RGB colors in percentages

R + G + B = 183 + 121 + 61 = 365 (100%)
R 183 of 365 ~ 50.14%
G 121 of 365 ~ 33.15%
B 61 of 365 ~ 16.71'%

%50.14
%33.15
%16.71

CMYK color model

#B7793D color CMYK value is (0,34,67,28).

  • cyan value is 0.00%
  • magenta value is 33.88%
  • yellow value is 66.67%
  • key color value is 28.24%

CMYK: (0,34,67,28)
C0M34Y67K28 (0%, 34%, 67%, 28%)
(0.00 / 0.34 / 0.67 / 0.28)

CMYK percentages

%0
%33.88
%66.67
%28.24

Codes

Color #B7793D in popluar color models

B7 79 3D
RGB 183 121 61
HSL 30° 50.00% 47.84%
HSB/HSV 30° 66.67% 71.76%
CMYK 0.00% 33.88% 66.67%
28.24%

Color #B7793D in popluar number systems.

HEX B7 79 3D
Decimal 183 121 61
Binary 10110111 1111001 111101
Octal 267 171 75

Shades and tints

Shades of #B7793D

#B7793D
(183,121,61)
#A76E38
(167,110,56)
#976333
(151,99,51)
#87582E
(135,88,46)
#774D29
(119,77,41)
#674224
(103,66,36)
#57371F
(87,55,31)
#472C1A
(71,44,26)
#372115
(55,33,21)
#271610
(39,22,16)
#170B0B
(23,11,11)
#000000
(0,0,0)

Tints of #B7793D

#B7793D
(183,121,61)
#BD854E
(189,133,78)
#C3915F
(195,145,95)
#C99D70
(201,157,112)
#CFA981
(207,169,129)
#D5B592
(213,181,146)
#DBC1A3
(219,193,163)
#E1CDB4
(225,205,180)
#E7D9C5
(231,217,197)
#EDE5D6
(237,229,214)
#F3F1E7
(243,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7793D color. Also use rgb(183,121,61) instead hex code.

Text Font Color

.myTextColor { color: #B7793D; }

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

This text font color is #B7793D.

Background Color

.myBgColor { background-color: #B7793D; }

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

This div background color is #B7793D.

Border color

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

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

This div border color is #B7793D.

Opacity

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

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

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

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

This text has shadow with #B7793D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B7793D.

Preview

Color preview on black background

This text has color #B7793D on black background.


Color preview on white background

This text has color #B7793D on white background.


Black color preview on #B7793D background

This text has black color on #B7793D background.


White color preview on #B7793D background

This text has white color on #B7793D background.


Related colors

Complementary color

Complementary color for #hex is #4886C2.


I love getcolorcode.com

Triadic colors

1 #3DB779 and #793DB7 with #B7793D are triadic colors.

2 #3D79B7 and #79B73D with #B7793D are triadic colors.