COLOR #B06098

HEX: #B06098
RGB: (176,96,152)

Color info

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

RGB color model

#B06098 color RGB value is (176,96,152).

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

RGB channels and saturation

R 176 of 255 = 69%
G 96 of 255 = 38%
B 152 of 255 = 60%

176
96
152

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

Portions of RGB colors in percentages

R + G + B =
176 + 96 + 152 = 424 (100%)
R 176 of 424 ~ 41.51%
G 96 of 424 ~ 22.64%
B 152 of 424 ~ 35.85%

%41.51
%22.64
%35.85

CMYK color model

#B06098 color CMYK value is (0,45,14,31).

  • cyan value is 0.00%
  • magenta value is 45.45%
  • yellow value is 13.64%
  • key color value is 30.98%
CMYK:
(0,45,14,31)
C0M45Y14K31 
(0%,45%,14%,31%)
(0.00/0.45/0.14/0.31)	

CMYK percentages

%0
%45.45
%13.64
%30.98

Codes

Color #B06098 in popluar color models

B06098
RGB17696152
HSL318°33.61%53.33%
HSB/HSV318°45.45%69.02%
CMYK0.00%45.45%13.64%
30.98%

Color #B06098 in popluar number systems.

HEXB06098
Decimal17696152
Binary10110000110000010011000
Octal260140230

Shades and tints

Shades of #B06098

#B06098
(176,96,152)
#A0588B
(160,88,139)
#90507E
(144,80,126)
#804871
(128,72,113)
#704064
(112,64,100)
#603857
(96,56,87)
#50304A
(80,48,74)
#40283D
(64,40,61)
#302030
(48,32,48)
#201823
(32,24,35)
#101016
(16,16,22)
#000000
(0,0,0)

Tints of #B06098

#B06098
(176,96,152)
#B76EA1
(183,110,161)
#BE7CAA
(190,124,170)
#C58AB3
(197,138,179)
#CC98BC
(204,152,188)
#D3A6C5
(211,166,197)
#DAB4CE
(218,180,206)
#E1C2D7
(225,194,215)
#E8D0E0
(232,208,224)
#EFDEE9
(239,222,233)
#F6ECF2
(246,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B06098; }

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

This text font color is #B06098.


Background Color

.myBgColor { background-color: #B06098; }

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

This div background color is #B06098.


Border color

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

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

This div border color is #B06098.


Opacity

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

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

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

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

This text has shadow with #B06098 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B06098 on black background.


Color preview on white background

This text has color #B06098 on white background.



Black color preview on #B06098 background

This text has black color on #B06098 background.


White color preview on #B06098 background

This text has white color on #B06098 background.