COLOR #B25B61

HEX: #B25B61 RGB: (178,91,97)

Color info

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

RGB color model

#B25B61 color RGB value is (178,91,97).

RGB: (178,91,97) (70%, 36%, 38%)

RGB channels and saturation

R 178 of 255 = 70%
G 91 of 255 = 36%
B 97 of 255 = 38%

178
91
97

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

Portions of RGB colors in percentages

R + G + B = 178 + 91 + 97 = 366 (100%)
R 178 of 366 ~ 48.63%
G 91 of 366 ~ 24.86%
B 97 of 366 ~ 26.5'%

%48.63
%24.86
%26.5

CMYK color model

#B25B61 color CMYK value is (0,49,46,30).

  • cyan value is 0.00%
  • magenta value is 48.88%
  • yellow value is 45.51%
  • key color value is 30.20%

CMYK: (0,49,46,30)
C0M49Y46K30 (0%, 49%, 46%, 30%)
(0.00 / 0.49 / 0.46 / 0.30)

CMYK percentages

%0
%48.88
%45.51
%30.2

Codes

Color #B25B61 in popluar color models

B2 5B 61
RGB 178 91 97
HSL 356° 36.10% 52.75%
HSB/HSV 356° 48.88% 69.80%
CMYK 0.00% 48.88% 45.51%
30.20%

Color #B25B61 in popluar number systems.

HEX B2 5B 61
Decimal 178 91 97
Binary 10110010 1011011 1100001
Octal 262 133 141

Shades and tints

Shades of #B25B61

#B25B61
(178,91,97)
#A25359
(162,83,89)
#924B51
(146,75,81)
#824349
(130,67,73)
#723B41
(114,59,65)
#623339
(98,51,57)
#522B31
(82,43,49)
#422329
(66,35,41)
#321B21
(50,27,33)
#221319
(34,19,25)
#120B11
(18,11,17)
#000000
(0,0,0)

Tints of #B25B61

#B25B61
(178,91,97)
#B9696F
(185,105,111)
#C0777D
(192,119,125)
#C7858B
(199,133,139)
#CE9399
(206,147,153)
#D5A1A7
(213,161,167)
#DCAFB5
(220,175,181)
#E3BDC3
(227,189,195)
#EACBD1
(234,203,209)
#F1D9DF
(241,217,223)
#F8E7ED
(248,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B25B61 color. Also use rgb(178,91,97) instead hex code.

Text Font Color

.myTextColor { color: #B25B61; }

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

This text font color is #B25B61.

Background Color

.myBgColor { background-color: #B25B61; }

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

This div background color is #B25B61.

Border color

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

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

This div border color is #B25B61.

Opacity

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

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

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

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

This text has shadow with #B25B61 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B25B61.

Preview

Color preview on black background

This text has color #B25B61 on black background.


Color preview on white background

This text has color #B25B61 on white background.


Black color preview on #B25B61 background

This text has black color on #B25B61 background.


White color preview on #B25B61 background

This text has white color on #B25B61 background.


Related colors

Complementary color

Complementary color for #hex is #4DA49E.


I love getcolorcode.com

Triadic colors

1 #61B25B and #5B61B2 with #B25B61 are triadic colors.

2 #615BB2 and #5BB261 with #B25B61 are triadic colors.