COLOR #B06089

HEX: #B06089
RGB: (176,96,137)

Color info

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

RGB color model

#B06089 color RGB value is (176,96,137).

  • red value is 176;
  • green value is 96;
  • blue value is 137.
RGB:
(176,96,137)
(69%,38%,54%)

RGB channels and saturation

R 176 of 255 = 69%
G 96 of 255 = 38%
B 137 of 255 = 54%

176
96
137

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

Portions of RGB colors in percentages

R + G + B =
176 + 96 + 137 = 409 (100%)
R 176 of 409 ~ 43.03%
G 96 of 409 ~ 23.47%
B 137 of 409 ~ 33.5%

%43.03
%23.47
%33.5

CMYK color model

#B06089 color CMYK value is (0,45,22,31).

  • cyan value is 0.00%
  • magenta value is 45.45%
  • yellow value is 22.16%
  • key color value is 30.98%
CMYK:
(0,45,22,31)
C0M45Y22K31 
(0%,45%,22%,31%)
(0.00/0.45/0.22/0.31)	

CMYK percentages

%0
%45.45
%22.16
%30.98

Codes

Color #B06089 in popluar color models

B06089
RGB17696137
HSL329°33.61%53.33%
HSB/HSV329°45.45%69.02%
CMYK0.00%45.45%22.16%
30.98%

Color #B06089 in popluar number systems.

HEXB06089
Decimal17696137
Binary10110000110000010001001
Octal260140211

Shades and tints

Shades of #B06089

#B06089
(176,96,137)
#A0587D
(160,88,125)
#905071
(144,80,113)
#804865
(128,72,101)
#704059
(112,64,89)
#60384D
(96,56,77)
#503041
(80,48,65)
#402835
(64,40,53)
#302029
(48,32,41)
#20181D
(32,24,29)
#101011
(16,16,17)
#000000
(0,0,0)

Tints of #B06089

#B06089
(176,96,137)
#B76E93
(183,110,147)
#BE7C9D
(190,124,157)
#C58AA7
(197,138,167)
#CC98B1
(204,152,177)
#D3A6BB
(211,166,187)
#DAB4C5
(218,180,197)
#E1C2CF
(225,194,207)
#E8D0D9
(232,208,217)
#EFDEE3
(239,222,227)
#F6ECED
(246,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B06089 color. Also use rgb(176,96,137) instead hex code.

Text Font Color

.myTextColor { color: #B06089; }

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

This text font color is #B06089.


Background Color

.myBgColor { background-color: #B06089; }

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

This div background color is #B06089.


Border color

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

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

This div border color is #B06089.


Opacity

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

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

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

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

This text has shadow with #B06089 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B06089 on black background.


Color preview on white background

This text has color #B06089 on white background.



Black color preview on #B06089 background

This text has black color on #B06089 background.


White color preview on #B06089 background

This text has white color on #B06089 background.