COLOR #B25A67

HEX: #B25A67 RGB: (178,90,103)

Color info

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

RGB color model

#B25A67 color RGB value is (178,90,103).

RGB: (178,90,103) (70%, 35%, 40%)

RGB channels and saturation

R 178 of 255 = 70%
G 90 of 255 = 35%
B 103 of 255 = 40%

178
90
103

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

Portions of RGB colors in percentages

R + G + B = 178 + 90 + 103 = 371 (100%)
R 178 of 371 ~ 47.98%
G 90 of 371 ~ 24.26%
B 103 of 371 ~ 27.76'%

%47.98
%24.26
%27.76

CMYK color model

#B25A67 color CMYK value is (0,49,42,30).

  • cyan value is 0.00%
  • magenta value is 49.44%
  • yellow value is 42.13%
  • key color value is 30.20%
CMYK: (0,49,42,30) C0M49Y42K30 (0%,49%,42%,30%) (0.00/0.49/0.42/0.30) 

CMYK percentages

%0
%49.44
%42.13
%30.2

Codes

Color #B25A67 in popluar color models

B2 5A 67
RGB 178 90 103
HSL 351° 36.36% 52.55%
HSB/HSV 351° 49.44% 69.80%
CMYK 0.00% 49.44% 42.13%
30.20%

Color #B25A67 in popluar number systems.

HEX B2 5A 67
Decimal 178 90 103
Binary 10110010 1011010 1100111
Octal 262 132 147

Shades and tints

Shades of #B25A67

#B25A67
(178,90,103)
#A2525E
(162,82,94)
#924A55
(146,74,85)
#82424C
(130,66,76)
#723A43
(114,58,67)
#62323A
(98,50,58)
#522A31
(82,42,49)
#422228
(66,34,40)
#321A1F
(50,26,31)
#221216
(34,18,22)
#120A0D
(18,10,13)
#000000
(0,0,0)

Tints of #B25A67

#B25A67
(178,90,103)
#B96974
(185,105,116)
#C07881
(192,120,129)
#C7878E
(199,135,142)
#CE969B
(206,150,155)
#D5A5A8
(213,165,168)
#DCB4B5
(220,180,181)
#E3C3C2
(227,195,194)
#EAD2CF
(234,210,207)
#F1E1DC
(241,225,220)
#F8F0E9
(248,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B25A67; }

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

This text font color is #B25A67.

Background Color

.myBgColor { background-color: #B25A67; }

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

This div background color is #B25A67.

Border color

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

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

This div border color is #B25A67.

Opacity

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

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

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

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

This text has shadow with #B25A67 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B25A67.

Preview

Color preview on black background

This text has color #B25A67 on black background.


Color preview on white background

This text has color #B25A67 on white background.


Black color preview on #B25A67 background

This text has black color on #B25A67 background.


White color preview on #B25A67 background

This text has white color on #B25A67 background.


Related colors

Complementary color

Complementary color for #hex is #4DA598.


I love getcolorcode.com

Triadic colors

1 #67B25A and #5A67B2 with #B25A67 are triadic colors.

2 #675AB2 and #5AB267 with #B25A67 are triadic colors.