COLOR #B8752B

HEX: #B8752B
RGB: (184,117,43)

Color info

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

RGB color model

#B8752B color RGB value is (184,117,43).

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

RGB channels and saturation

R 184 of 255 = 72%
G 117 of 255 = 46%
B 43 of 255 = 17%

184
117
43

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

Portions of RGB colors in percentages

R + G + B =
184 + 117 + 43 = 344 (100%)
R 184 of 344 ~ 53.49%
G 117 of 344 ~ 34.01%
B 43 of 344 ~ 12.5%

%53.49
%34.01
%12.5

CMYK color model

#B8752B color CMYK value is (0,36,77,28).

  • cyan value is 0.00%
  • magenta value is 36.41%
  • yellow value is 76.63%
  • key color value is 27.84%
CMYK:
(0,36,77,28)
C0M36Y77K28 
(0%,36%,77%,28%)
(0.00/0.36/0.77/0.28)	

CMYK percentages

%0
%36.41
%76.63
%27.84

Codes

Color #B8752B in popluar color models

B8752B
RGB18411743
HSL31°62.11%44.51%
HSB/HSV31°76.63%72.16%
CMYK0.00%36.41%76.63%
27.84%

Color #B8752B in popluar number systems.

HEXB8752B
Decimal18411743
Binary101110001110101101011
Octal27016553

Shades and tints

Shades of #B8752B

#B8752B
(184,117,43)
#A86B28
(168,107,40)
#986125
(152,97,37)
#885722
(136,87,34)
#784D1F
(120,77,31)
#68431C
(104,67,28)
#583919
(88,57,25)
#482F16
(72,47,22)
#382513
(56,37,19)
#281B10
(40,27,16)
#18110D
(24,17,13)
#000000
(0,0,0)

Tints of #B8752B

#B8752B
(184,117,43)
#BE813E
(190,129,62)
#C48D51
(196,141,81)
#CA9964
(202,153,100)
#D0A577
(208,165,119)
#D6B18A
(214,177,138)
#DCBD9D
(220,189,157)
#E2C9B0
(226,201,176)
#E8D5C3
(232,213,195)
#EEE1D6
(238,225,214)
#F4EDE9
(244,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8752B; }

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

This text font color is #B8752B.


Background Color

.myBgColor { background-color: #B8752B; }

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

This div background color is #B8752B.


Border color

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

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

This div border color is #B8752B.


Opacity

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

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

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

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

This text has shadow with #B8752B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8752B on black background.


Color preview on white background

This text has color #B8752B on white background.



Black color preview on #B8752B background

This text has black color on #B8752B background.


White color preview on #B8752B background

This text has white color on #B8752B background.