COLOR #B06268

HEX: #B06268
RGB: (176,98,104)

Color info

#B06268 contains mainly red color. Web safe color of #B06268 is #996666 (or #966).

RGB color model

#B06268 color RGB value is (176,98,104).

  • red value is 176;
  • green value is 98;
  • blue value is 104.
RGB:
(176,98,104)
(69%,38%,41%)

RGB channels and saturation

R 176 of 255 = 69%
G 98 of 255 = 38%
B 104 of 255 = 41%

176
98
104

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

Portions of RGB colors in percentages

R + G + B =
176 + 98 + 104 = 378 (100%)
R 176 of 378 ~ 46.56%
G 98 of 378 ~ 25.93%
B 104 of 378 ~ 27.51%

%46.56
%25.93
%27.51

CMYK color model

#B06268 color CMYK value is (0,44,41,31).

  • cyan value is 0.00%
  • magenta value is 44.32%
  • yellow value is 40.91%
  • key color value is 30.98%
CMYK:
(0,44,41,31)
C0M44Y41K31 
(0%,44%,41%,31%)
(0.00/0.44/0.41/0.31)	

CMYK percentages

%0
%44.32
%40.91
%30.98

Codes

Color #B06268 in popluar color models

B06268
RGB17698104
HSL355°33.05%53.73%
HSB/HSV355°44.32%69.02%
CMYK0.00%44.32%40.91%
30.98%

Color #B06268 in popluar number systems.

HEXB06268
Decimal17698104
Binary1011000011000101101000
Octal260142150

Shades and tints

Shades of #B06268

#B06268
(176,98,104)
#A05A5F
(160,90,95)
#905256
(144,82,86)
#804A4D
(128,74,77)
#704244
(112,66,68)
#603A3B
(96,58,59)
#503232
(80,50,50)
#402A29
(64,42,41)
#302220
(48,34,32)
#201A17
(32,26,23)
#10120E
(16,18,14)
#000000
(0,0,0)

Tints of #B06268

#B06268
(176,98,104)
#B77075
(183,112,117)
#BE7E82
(190,126,130)
#C58C8F
(197,140,143)
#CC9A9C
(204,154,156)
#D3A8A9
(211,168,169)
#DAB6B6
(218,182,182)
#E1C4C3
(225,196,195)
#E8D2D0
(232,210,208)
#EFE0DD
(239,224,221)
#F6EEEA
(246,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B06268 color. Also use rgb(176,98,104) instead hex code.

Text Font Color

.myTextColor { color: #B06268; }

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

This text font color is #B06268.


Background Color

.myBgColor { background-color: #B06268; }

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

This div background color is #B06268.


Border color

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

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

This div border color is #B06268.


Opacity

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

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

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

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

This text has shadow with #B06268 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B06268 on black background.


Color preview on white background

This text has color #B06268 on white background.



Black color preview on #B06268 background

This text has black color on #B06268 background.


White color preview on #B06268 background

This text has white color on #B06268 background.