COLOR #B76353

HEX: #B76353
RGB: (183,99,83)

Color info

#B76353 contains mainly red color. Web safe color of #B76353 is #CC6666 (or #C66).

RGB color model

#B76353 color RGB value is (183,99,83).

  • red value is 183;
  • green value is 99;
  • blue value is 83.
RGB:
(183,99,83)
(72%,39%,33%)

RGB channels and saturation

R 183 of 255 = 72%
G 99 of 255 = 39%
B 83 of 255 = 33%

183
99
83

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

Portions of RGB colors in percentages

R + G + B =
183 + 99 + 83 = 365 (100%)
R 183 of 365 ~ 50.14%
G 99 of 365 ~ 27.12%
B 83 of 365 ~ 22.74%

%50.14
%27.12
%22.74

CMYK color model

#B76353 color CMYK value is (0,46,55,28).

  • cyan value is 0.00%
  • magenta value is 45.90%
  • yellow value is 54.64%
  • key color value is 28.24%
CMYK:
(0,46,55,28)
C0M46Y55K28 
(0%,46%,55%,28%)
(0.00/0.46/0.55/0.28)	

CMYK percentages

%0
%45.9
%54.64
%28.24

Codes

Color #B76353 in popluar color models

B76353
RGB1839983
HSL10°40.98%52.16%
HSB/HSV10°54.64%71.76%
CMYK0.00%45.90%54.64%
28.24%

Color #B76353 in popluar number systems.

HEXB76353
Decimal1839983
Binary1011011111000111010011
Octal267143123

Shades and tints

Shades of #B76353

#B76353
(183,99,83)
#A75A4C
(167,90,76)
#975145
(151,81,69)
#87483E
(135,72,62)
#773F37
(119,63,55)
#673630
(103,54,48)
#572D29
(87,45,41)
#472422
(71,36,34)
#371B1B
(55,27,27)
#271214
(39,18,20)
#17090D
(23,9,13)
#000000
(0,0,0)

Tints of #B76353

#B76353
(183,99,83)
#BD7162
(189,113,98)
#C37F71
(195,127,113)
#C98D80
(201,141,128)
#CF9B8F
(207,155,143)
#D5A99E
(213,169,158)
#DBB7AD
(219,183,173)
#E1C5BC
(225,197,188)
#E7D3CB
(231,211,203)
#EDE1DA
(237,225,218)
#F3EFE9
(243,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B76353 color. Also use rgb(183,99,83) instead hex code.

Text Font Color

.myTextColor { color: #B76353; }

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

This text font color is #B76353.


Background Color

.myBgColor { background-color: #B76353; }

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

This div background color is #B76353.


Border color

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

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

This div border color is #B76353.


Opacity

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

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

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

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

This text has shadow with #B76353 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B76353 on black background.


Color preview on white background

This text has color #B76353 on white background.



Black color preview on #B76353 background

This text has black color on #B76353 background.


White color preview on #B76353 background

This text has white color on #B76353 background.