COLOR #B8753B

HEX: #B8753B
RGB: (184,117,59)

Color info

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

RGB color model

#B8753B color RGB value is (184,117,59).

  • red value is 184;
  • green value is 117;
  • blue value is 59.
RGB:
(184,117,59)
(72%,46%,23%)

RGB channels and saturation

R 184 of 255 = 72%
G 117 of 255 = 46%
B 59 of 255 = 23%

184
117
59

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

Portions of RGB colors in percentages

R + G + B =
184 + 117 + 59 = 360 (100%)
R 184 of 360 ~ 51.11%
G 117 of 360 ~ 32.5%
B 59 of 360 ~ 16.39%

%51.11
%32.5
%16.39

CMYK color model

#B8753B color CMYK value is (0,36,68,28).

  • cyan value is 0.00%
  • magenta value is 36.41%
  • yellow value is 67.93%
  • key color value is 27.84%
CMYK:
(0,36,68,28)
C0M36Y68K28 
(0%,36%,68%,28%)
(0.00/0.36/0.68/0.28)	

CMYK percentages

%0
%36.41
%67.93
%27.84

Codes

Color #B8753B in popluar color models

B8753B
RGB18411759
HSL28°51.44%47.65%
HSB/HSV28°67.93%72.16%
CMYK0.00%36.41%67.93%
27.84%

Color #B8753B in popluar number systems.

HEXB8753B
Decimal18411759
Binary101110001110101111011
Octal27016573

Shades and tints

Shades of #B8753B

#B8753B
(184,117,59)
#A86B36
(168,107,54)
#986131
(152,97,49)
#88572C
(136,87,44)
#784D27
(120,77,39)
#684322
(104,67,34)
#58391D
(88,57,29)
#482F18
(72,47,24)
#382513
(56,37,19)
#281B0E
(40,27,14)
#181109
(24,17,9)
#000000
(0,0,0)

Tints of #B8753B

#B8753B
(184,117,59)
#BE814C
(190,129,76)
#C48D5D
(196,141,93)
#CA996E
(202,153,110)
#D0A57F
(208,165,127)
#D6B190
(214,177,144)
#DCBDA1
(220,189,161)
#E2C9B2
(226,201,178)
#E8D5C3
(232,213,195)
#EEE1D4
(238,225,212)
#F4EDE5
(244,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8753B color. Also use rgb(184,117,59) instead hex code.

Text Font Color

.myTextColor { color: #B8753B; }

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

This text font color is #B8753B.


Background Color

.myBgColor { background-color: #B8753B; }

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

This div background color is #B8753B.


Border color

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

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

This div border color is #B8753B.


Opacity

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

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

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

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

This text has shadow with #B8753B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8753B on black background.


Color preview on white background

This text has color #B8753B on white background.



Black color preview on #B8753B background

This text has black color on #B8753B background.


White color preview on #B8753B background

This text has white color on #B8753B background.