COLOR #B8748B

HEX: #B8748B
RGB: (184,116,139)

Color info

#B8748B contains mainly red and blue colors. Web safe color of #B8748B is #CC6699 (or #C69).

RGB color model

#B8748B color RGB value is (184,116,139).

  • red value is 184;
  • green value is 116;
  • blue value is 139.
RGB:
(184,116,139)
(72%,45%,55%)

RGB channels and saturation

R 184 of 255 = 72%
G 116 of 255 = 45%
B 139 of 255 = 55%

184
116
139

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

Portions of RGB colors in percentages

R + G + B =
184 + 116 + 139 = 439 (100%)
R 184 of 439 ~ 41.91%
G 116 of 439 ~ 26.42%
B 139 of 439 ~ 31.66%

%41.91
%26.42
%31.66

CMYK color model

#B8748B color CMYK value is (0,37,24,28).

  • cyan value is 0.00%
  • magenta value is 36.96%
  • yellow value is 24.46%
  • key color value is 27.84%
CMYK:
(0,37,24,28)
C0M37Y24K28 
(0%,37%,24%,28%)
(0.00/0.37/0.24/0.28)	

CMYK percentages

%0
%36.96
%24.46
%27.84

Codes

Color #B8748B in popluar color models

B8748B
RGB184116139
HSL340°32.38%58.82%
HSB/HSV340°36.96%72.16%
CMYK0.00%36.96%24.46%
27.84%

Color #B8748B in popluar number systems.

HEXB8748B
Decimal184116139
Binary10111000111010010001011
Octal270164213

Shades and tints

Shades of #B8748B

#B8748B
(184,116,139)
#A86A7F
(168,106,127)
#986073
(152,96,115)
#885667
(136,86,103)
#784C5B
(120,76,91)
#68424F
(104,66,79)
#583843
(88,56,67)
#482E37
(72,46,55)
#38242B
(56,36,43)
#281A1F
(40,26,31)
#181013
(24,16,19)
#000000
(0,0,0)

Tints of #B8748B

#B8748B
(184,116,139)
#BE8095
(190,128,149)
#C48C9F
(196,140,159)
#CA98A9
(202,152,169)
#D0A4B3
(208,164,179)
#D6B0BD
(214,176,189)
#DCBCC7
(220,188,199)
#E2C8D1
(226,200,209)
#E8D4DB
(232,212,219)
#EEE0E5
(238,224,229)
#F4ECEF
(244,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8748B color. Also use rgb(184,116,139) instead hex code.

Text Font Color

.myTextColor { color: #B8748B; }

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

This text font color is #B8748B.


Background Color

.myBgColor { background-color: #B8748B; }

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

This div background color is #B8748B.


Border color

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

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

This div border color is #B8748B.


Opacity

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

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

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

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

This text has shadow with #B8748B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8748B on black background.


Color preview on white background

This text has color #B8748B on white background.



Black color preview on #B8748B background

This text has black color on #B8748B background.


White color preview on #B8748B background

This text has white color on #B8748B background.