COLOR #B25368

HEX: #B25368
RGB: (178,83,104)

Color info

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

RGB color model

#B25368 color RGB value is (178,83,104).

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

RGB channels and saturation

R 178 of 255 = 70%
G 83 of 255 = 33%
B 104 of 255 = 41%

178
83
104

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

Portions of RGB colors in percentages

R + G + B =
178 + 83 + 104 = 365 (100%)
R 178 of 365 ~ 48.77%
G 83 of 365 ~ 22.74%
B 104 of 365 ~ 28.49%

%48.77
%22.74
%28.49

CMYK color model

#B25368 color CMYK value is (0,53,42,30).

  • cyan value is 0.00%
  • magenta value is 53.37%
  • yellow value is 41.57%
  • key color value is 30.20%
CMYK:
(0,53,42,30)
C0M53Y42K30 
(0%,53%,42%,30%)
(0.00/0.53/0.42/0.30)	

CMYK percentages

%0
%53.37
%41.57
%30.2

Codes

Color #B25368 in popluar color models

B25368
RGB17883104
HSL347°38.15%51.18%
HSB/HSV347°53.37%69.80%
CMYK0.00%53.37%41.57%
30.20%

Color #B25368 in popluar number systems.

HEXB25368
Decimal17883104
Binary1011001010100111101000
Octal262123150

Shades and tints

Shades of #B25368

#B25368
(178,83,104)
#A24C5F
(162,76,95)
#924556
(146,69,86)
#823E4D
(130,62,77)
#723744
(114,55,68)
#62303B
(98,48,59)
#522932
(82,41,50)
#422229
(66,34,41)
#321B20
(50,27,32)
#221417
(34,20,23)
#120D0E
(18,13,14)
#000000
(0,0,0)

Tints of #B25368

#B25368
(178,83,104)
#B96275
(185,98,117)
#C07182
(192,113,130)
#C7808F
(199,128,143)
#CE8F9C
(206,143,156)
#D59EA9
(213,158,169)
#DCADB6
(220,173,182)
#E3BCC3
(227,188,195)
#EACBD0
(234,203,208)
#F1DADD
(241,218,221)
#F8E9EA
(248,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B25368; }

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

This text font color is #B25368.


Background Color

.myBgColor { background-color: #B25368; }

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

This div background color is #B25368.


Border color

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

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

This div border color is #B25368.


Opacity

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

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

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

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

This text has shadow with #B25368 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B25368 on black background.


Color preview on white background

This text has color #B25368 on white background.



Black color preview on #B25368 background

This text has black color on #B25368 background.


White color preview on #B25368 background

This text has white color on #B25368 background.