COLOR #B25A6E

HEX: #B25A6E RGB: (178,90,110)

Color info

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

RGB color model

#B25A6E color RGB value is (178,90,110).

RGB: (178,90,110) (70%, 35%, 43%)

RGB channels and saturation

R 178 of 255 = 70%
G 90 of 255 = 35%
B 110 of 255 = 43%

178
90
110

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

Portions of RGB colors in percentages

R + G + B = 178 + 90 + 110 = 378 (100%)
R 178 of 378 ~ 47.09%
G 90 of 378 ~ 23.81%
B 110 of 378 ~ 29.1'%

%47.09
%23.81
%29.1

CMYK color model

#B25A6E color CMYK value is (0,49,38,30).

  • cyan value is 0.00%
  • magenta value is 49.44%
  • yellow value is 38.20%
  • key color value is 30.20%

CMYK: (0,49,38,30)
C0M49Y38K30 (0%, 49%, 38%, 30%)
(0.00 / 0.49 / 0.38 / 0.30)

CMYK percentages

%0
%49.44
%38.2
%30.2

Codes

Color #B25A6E in popluar color models

B2 5A 6E
RGB 178 90 110
HSL 346° 36.36% 52.55%
HSB/HSV 346° 49.44% 69.80%
CMYK 0.00% 49.44% 38.20%
30.20%

Color #B25A6E in popluar number systems.

HEX B2 5A 6E
Decimal 178 90 110
Binary 10110010 1011010 1101110
Octal 262 132 156

Shades and tints

Shades of #B25A6E

#B25A6E
(178,90,110)
#A25264
(162,82,100)
#924A5A
(146,74,90)
#824250
(130,66,80)
#723A46
(114,58,70)
#62323C
(98,50,60)
#522A32
(82,42,50)
#422228
(66,34,40)
#321A1E
(50,26,30)
#221214
(34,18,20)
#120A0A
(18,10,10)
#000000
(0,0,0)

Tints of #B25A6E

#B25A6E
(178,90,110)
#B9697B
(185,105,123)
#C07888
(192,120,136)
#C78795
(199,135,149)
#CE96A2
(206,150,162)
#D5A5AF
(213,165,175)
#DCB4BC
(220,180,188)
#E3C3C9
(227,195,201)
#EAD2D6
(234,210,214)
#F1E1E3
(241,225,227)
#F8F0F0
(248,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B25A6E color. Also use rgb(178,90,110) instead hex code.

Text Font Color

.myTextColor { color: #B25A6E; }

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

This text font color is #B25A6E.

Background Color

.myBgColor { background-color: #B25A6E; }

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

This div background color is #B25A6E.

Border color

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

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

This div border color is #B25A6E.

Opacity

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

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

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

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

This text has shadow with #B25A6E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B25A6E.

Preview

Color preview on black background

This text has color #B25A6E on black background.


Color preview on white background

This text has color #B25A6E on white background.


Black color preview on #B25A6E background

This text has black color on #B25A6E background.


White color preview on #B25A6E background

This text has white color on #B25A6E background.


Related colors

Complementary color

Complementary color for #hex is #4DA591.


I love getcolorcode.com

Triadic colors

1 #6EB25A and #5A6EB2 with #B25A6E are triadic colors.

2 #6E5AB2 and #5AB26E with #B25A6E are triadic colors.