COLOR #B8615A

HEX: #B8615A
RGB: (184,97,90)

Color info

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

RGB color model

#B8615A color RGB value is (184,97,90).

  • red value is 184;
  • green value is 97;
  • blue value is 90.
RGB:
(184,97,90)
(72%,38%,35%)

RGB channels and saturation

R 184 of 255 = 72%
G 97 of 255 = 38%
B 90 of 255 = 35%

184
97
90

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

Portions of RGB colors in percentages

R + G + B =
184 + 97 + 90 = 371 (100%)
R 184 of 371 ~ 49.6%
G 97 of 371 ~ 26.15%
B 90 of 371 ~ 24.26%

%49.6
%26.15
%24.26

CMYK color model

#B8615A color CMYK value is (0,47,51,28).

  • cyan value is 0.00%
  • magenta value is 47.28%
  • yellow value is 51.09%
  • key color value is 27.84%
CMYK:
(0,47,51,28)
C0M47Y51K28 
(0%,47%,51%,28%)
(0.00/0.47/0.51/0.28)	

CMYK percentages

%0
%47.28
%51.09
%27.84

Codes

Color #B8615A in popluar color models

B8615A
RGB1849790
HSL39.83%53.73%
HSB/HSV51.09%72.16%
CMYK0.00%47.28%51.09%
27.84%

Color #B8615A in popluar number systems.

HEXB8615A
Decimal1849790
Binary1011100011000011011010
Octal270141132

Shades and tints

Shades of #B8615A

#B8615A
(184,97,90)
#A85952
(168,89,82)
#98514A
(152,81,74)
#884942
(136,73,66)
#78413A
(120,65,58)
#683932
(104,57,50)
#58312A
(88,49,42)
#482922
(72,41,34)
#38211A
(56,33,26)
#281912
(40,25,18)
#18110A
(24,17,10)
#000000
(0,0,0)

Tints of #B8615A

#B8615A
(184,97,90)
#BE6F69
(190,111,105)
#C47D78
(196,125,120)
#CA8B87
(202,139,135)
#D09996
(208,153,150)
#D6A7A5
(214,167,165)
#DCB5B4
(220,181,180)
#E2C3C3
(226,195,195)
#E8D1D2
(232,209,210)
#EEDFE1
(238,223,225)
#F4EDF0
(244,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8615A color. Also use rgb(184,97,90) instead hex code.

Text Font Color

.myTextColor { color: #B8615A; }

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

This text font color is #B8615A.


Background Color

.myBgColor { background-color: #B8615A; }

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

This div background color is #B8615A.


Border color

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

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

This div border color is #B8615A.


Opacity

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

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

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

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

This text has shadow with #B8615A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8615A on black background.


Color preview on white background

This text has color #B8615A on white background.



Black color preview on #B8615A background

This text has black color on #B8615A background.


White color preview on #B8615A background

This text has white color on #B8615A background.