COLOR #B8693A

HEX: #B8693A
RGB: (184,105,58)

Color info

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

RGB color model

#B8693A color RGB value is (184,105,58).

  • red value is 184;
  • green value is 105;
  • blue value is 58.
RGB:
(184,105,58)
(72%,41%,23%)

RGB channels and saturation

R 184 of 255 = 72%
G 105 of 255 = 41%
B 58 of 255 = 23%

184
105
58

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

Portions of RGB colors in percentages

R + G + B =
184 + 105 + 58 = 347 (100%)
R 184 of 347 ~ 53.03%
G 105 of 347 ~ 30.26%
B 58 of 347 ~ 16.71%

%53.03
%30.26
%16.71

CMYK color model

#B8693A color CMYK value is (0,43,68,28).

  • cyan value is 0.00%
  • magenta value is 42.93%
  • yellow value is 68.48%
  • key color value is 27.84%
CMYK:
(0,43,68,28)
C0M43Y68K28 
(0%,43%,68%,28%)
(0.00/0.43/0.68/0.28)	

CMYK percentages

%0
%42.93
%68.48
%27.84

Codes

Color #B8693A in popluar color models

B8693A
RGB18410558
HSL22°52.07%47.45%
HSB/HSV22°68.48%72.16%
CMYK0.00%42.93%68.48%
27.84%

Color #B8693A in popluar number systems.

HEXB8693A
Decimal18410558
Binary101110001101001111010
Octal27015172

Shades and tints

Shades of #B8693A

#B8693A
(184,105,58)
#A86035
(168,96,53)
#985730
(152,87,48)
#884E2B
(136,78,43)
#784526
(120,69,38)
#683C21
(104,60,33)
#58331C
(88,51,28)
#482A17
(72,42,23)
#382112
(56,33,18)
#28180D
(40,24,13)
#180F08
(24,15,8)
#000000
(0,0,0)

Tints of #B8693A

#B8693A
(184,105,58)
#BE764B
(190,118,75)
#C4835C
(196,131,92)
#CA906D
(202,144,109)
#D09D7E
(208,157,126)
#D6AA8F
(214,170,143)
#DCB7A0
(220,183,160)
#E2C4B1
(226,196,177)
#E8D1C2
(232,209,194)
#EEDED3
(238,222,211)
#F4EBE4
(244,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8693A color. Also use rgb(184,105,58) instead hex code.

Text Font Color

.myTextColor { color: #B8693A; }

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

This text font color is #B8693A.


Background Color

.myBgColor { background-color: #B8693A; }

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

This div background color is #B8693A.


Border color

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

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

This div border color is #B8693A.


Opacity

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

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

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

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

This text has shadow with #B8693A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8693A on black background.


Color preview on white background

This text has color #B8693A on white background.



Black color preview on #B8693A background

This text has black color on #B8693A background.


White color preview on #B8693A background

This text has white color on #B8693A background.