COLOR #B0748D

HEX: #B0748D
RGB: (176,116,141)

Color info

#B0748D contains mainly red and blue colors. Web safe color of #B0748D is #996699 (or #969).

RGB color model

#B0748D color RGB value is (176,116,141).

  • red value is 176;
  • green value is 116;
  • blue value is 141.
RGB:
(176,116,141)
(69%,45%,55%)

RGB channels and saturation

R 176 of 255 = 69%
G 116 of 255 = 45%
B 141 of 255 = 55%

176
116
141

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

Portions of RGB colors in percentages

R + G + B =
176 + 116 + 141 = 433 (100%)
R 176 of 433 ~ 40.65%
G 116 of 433 ~ 26.79%
B 141 of 433 ~ 32.56%

%40.65
%26.79
%32.56

CMYK color model

#B0748D color CMYK value is (0,34,20,31).

  • cyan value is 0.00%
  • magenta value is 34.09%
  • yellow value is 19.89%
  • key color value is 30.98%
CMYK:
(0,34,20,31)
C0M34Y20K31 
(0%,34%,20%,31%)
(0.00/0.34/0.20/0.31)	

CMYK percentages

%0
%34.09
%19.89
%30.98

Codes

Color #B0748D in popluar color models

B0748D
RGB176116141
HSL335°27.52%57.25%
HSB/HSV335°34.09%69.02%
CMYK0.00%34.09%19.89%
30.98%

Color #B0748D in popluar number systems.

HEXB0748D
Decimal176116141
Binary10110000111010010001101
Octal260164215

Shades and tints

Shades of #B0748D

#B0748D
(176,116,141)
#A06A81
(160,106,129)
#906075
(144,96,117)
#805669
(128,86,105)
#704C5D
(112,76,93)
#604251
(96,66,81)
#503845
(80,56,69)
#402E39
(64,46,57)
#30242D
(48,36,45)
#201A21
(32,26,33)
#101015
(16,16,21)
#000000
(0,0,0)

Tints of #B0748D

#B0748D
(176,116,141)
#B78097
(183,128,151)
#BE8CA1
(190,140,161)
#C598AB
(197,152,171)
#CCA4B5
(204,164,181)
#D3B0BF
(211,176,191)
#DABCC9
(218,188,201)
#E1C8D3
(225,200,211)
#E8D4DD
(232,212,221)
#EFE0E7
(239,224,231)
#F6ECF1
(246,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0748D color. Also use rgb(176,116,141) instead hex code.

Text Font Color

.myTextColor { color: #B0748D; }

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

This text font color is #B0748D.


Background Color

.myBgColor { background-color: #B0748D; }

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

This div background color is #B0748D.


Border color

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

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

This div border color is #B0748D.


Opacity

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

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

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

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

This text has shadow with #B0748D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0748D on black background.


Color preview on white background

This text has color #B0748D on white background.



Black color preview on #B0748D background

This text has black color on #B0748D background.


White color preview on #B0748D background

This text has white color on #B0748D background.