COLOR #B8664A

HEX: #B8664A
RGB: (184,102,74)

Color info

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

RGB color model

#B8664A color RGB value is (184,102,74).

  • red value is 184;
  • green value is 102;
  • blue value is 74.
RGB:
(184,102,74)
(72%,40%,29%)

RGB channels and saturation

R 184 of 255 = 72%
G 102 of 255 = 40%
B 74 of 255 = 29%

184
102
74

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

Portions of RGB colors in percentages

R + G + B =
184 + 102 + 74 = 360 (100%)
R 184 of 360 ~ 51.11%
G 102 of 360 ~ 28.33%
B 74 of 360 ~ 20.56%

%51.11
%28.33
%20.56

CMYK color model

#B8664A color CMYK value is (0,45,60,28).

  • cyan value is 0.00%
  • magenta value is 44.57%
  • yellow value is 59.78%
  • key color value is 27.84%
CMYK:
(0,45,60,28)
C0M45Y60K28 
(0%,45%,60%,28%)
(0.00/0.45/0.60/0.28)	

CMYK percentages

%0
%44.57
%59.78
%27.84

Codes

Color #B8664A in popluar color models

B8664A
RGB18410274
HSL15°43.65%50.59%
HSB/HSV15°59.78%72.16%
CMYK0.00%44.57%59.78%
27.84%

Color #B8664A in popluar number systems.

HEXB8664A
Decimal18410274
Binary1011100011001101001010
Octal270146112

Shades and tints

Shades of #B8664A

#B8664A
(184,102,74)
#A85D44
(168,93,68)
#98543E
(152,84,62)
#884B38
(136,75,56)
#784232
(120,66,50)
#68392C
(104,57,44)
#583026
(88,48,38)
#482720
(72,39,32)
#381E1A
(56,30,26)
#281514
(40,21,20)
#180C0E
(24,12,14)
#000000
(0,0,0)

Tints of #B8664A

#B8664A
(184,102,74)
#BE735A
(190,115,90)
#C4806A
(196,128,106)
#CA8D7A
(202,141,122)
#D09A8A
(208,154,138)
#D6A79A
(214,167,154)
#DCB4AA
(220,180,170)
#E2C1BA
(226,193,186)
#E8CECA
(232,206,202)
#EEDBDA
(238,219,218)
#F4E8EA
(244,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8664A color. Also use rgb(184,102,74) instead hex code.

Text Font Color

.myTextColor { color: #B8664A; }

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

This text font color is #B8664A.


Background Color

.myBgColor { background-color: #B8664A; }

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

This div background color is #B8664A.


Border color

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

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

This div border color is #B8664A.


Opacity

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

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

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

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

This text has shadow with #B8664A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8664A on black background.


Color preview on white background

This text has color #B8664A on white background.



Black color preview on #B8664A background

This text has black color on #B8664A background.


White color preview on #B8664A background

This text has white color on #B8664A background.