COLOR #B25668

HEX: #B25668
RGB: (178,86,104)

Color info

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

RGB color model

#B25668 color RGB value is (178,86,104).

  • red value is 178;
  • green value is 86;
  • blue value is 104.
RGB:
(178,86,104)
(70%,34%,41%)

RGB channels and saturation

R 178 of 255 = 70%
G 86 of 255 = 34%
B 104 of 255 = 41%

178
86
104

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

Portions of RGB colors in percentages

R + G + B =
178 + 86 + 104 = 368 (100%)
R 178 of 368 ~ 48.37%
G 86 of 368 ~ 23.37%
B 104 of 368 ~ 28.26%

%48.37
%23.37
%28.26

CMYK color model

#B25668 color CMYK value is (0,52,42,30).

  • cyan value is 0.00%
  • magenta value is 51.69%
  • yellow value is 41.57%
  • key color value is 30.20%
CMYK:
(0,52,42,30)
C0M52Y42K30 
(0%,52%,42%,30%)
(0.00/0.52/0.42/0.30)	

CMYK percentages

%0
%51.69
%41.57
%30.2

Codes

Color #B25668 in popluar color models

B25668
RGB17886104
HSL348°37.40%51.76%
HSB/HSV348°51.69%69.80%
CMYK0.00%51.69%41.57%
30.20%

Color #B25668 in popluar number systems.

HEXB25668
Decimal17886104
Binary1011001010101101101000
Octal262126150

Shades and tints

Shades of #B25668

#B25668
(178,86,104)
#A24F5F
(162,79,95)
#924856
(146,72,86)
#82414D
(130,65,77)
#723A44
(114,58,68)
#62333B
(98,51,59)
#522C32
(82,44,50)
#422529
(66,37,41)
#321E20
(50,30,32)
#221717
(34,23,23)
#12100E
(18,16,14)
#000000
(0,0,0)

Tints of #B25668

#B25668
(178,86,104)
#B96575
(185,101,117)
#C07482
(192,116,130)
#C7838F
(199,131,143)
#CE929C
(206,146,156)
#D5A1A9
(213,161,169)
#DCB0B6
(220,176,182)
#E3BFC3
(227,191,195)
#EACED0
(234,206,208)
#F1DDDD
(241,221,221)
#F8ECEA
(248,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B25668 color. Also use rgb(178,86,104) instead hex code.

Text Font Color

.myTextColor { color: #B25668; }

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

This text font color is #B25668.


Background Color

.myBgColor { background-color: #B25668; }

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

This div background color is #B25668.


Border color

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

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

This div border color is #B25668.


Opacity

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

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

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

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

This text has shadow with #B25668 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B25668 on black background.


Color preview on white background

This text has color #B25668 on white background.



Black color preview on #B25668 background

This text has black color on #B25668 background.


White color preview on #B25668 background

This text has white color on #B25668 background.