COLOR #B25F5C

HEX: #B25F5C RGB: (178,95,92)

Color info

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

RGB color model

#B25F5C color RGB value is (178,95,92).

RGB: (178,95,92) (70%, 37%, 36%)

RGB channels and saturation

R 178 of 255 = 70%
G 95 of 255 = 37%
B 92 of 255 = 36%

178
95
92

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

Portions of RGB colors in percentages

R + G + B = 178 + 95 + 92 = 365 (100%)
R 178 of 365 ~ 48.77%
G 95 of 365 ~ 26.03%
B 92 of 365 ~ 25.21'%

%48.77
%26.03
%25.21

CMYK color model

#B25F5C color CMYK value is (0,47,48,30).

  • cyan value is 0.00%
  • magenta value is 46.63%
  • yellow value is 48.31%
  • key color value is 30.20%

CMYK: (0,47,48,30)
C0M47Y48K30 (0%, 47%, 48%, 30%)
(0.00 / 0.47 / 0.48 / 0.30)

CMYK percentages

%0
%46.63
%48.31
%30.2

Codes

Color #B25F5C in popluar color models

B2 5F 5C
RGB 178 95 92
HSL 35.83% 52.94%
HSB/HSV 48.31% 69.80%
CMYK 0.00% 46.63% 48.31%
30.20%

Color #B25F5C in popluar number systems.

HEX B2 5F 5C
Decimal 178 95 92
Binary 10110010 1011111 1011100
Octal 262 137 134

Shades and tints

Shades of #B25F5C

#B25F5C
(178,95,92)
#A25754
(162,87,84)
#924F4C
(146,79,76)
#824744
(130,71,68)
#723F3C
(114,63,60)
#623734
(98,55,52)
#522F2C
(82,47,44)
#422724
(66,39,36)
#321F1C
(50,31,28)
#221714
(34,23,20)
#120F0C
(18,15,12)
#000000
(0,0,0)

Tints of #B25F5C

#B25F5C
(178,95,92)
#B96D6A
(185,109,106)
#C07B78
(192,123,120)
#C78986
(199,137,134)
#CE9794
(206,151,148)
#D5A5A2
(213,165,162)
#DCB3B0
(220,179,176)
#E3C1BE
(227,193,190)
#EACFCC
(234,207,204)
#F1DDDA
(241,221,218)
#F8EBE8
(248,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B25F5C color. Also use rgb(178,95,92) instead hex code.

Text Font Color

.myTextColor { color: #B25F5C; }

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

This text font color is #B25F5C.

Background Color

.myBgColor { background-color: #B25F5C; }

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

This div background color is #B25F5C.

Border color

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

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

This div border color is #B25F5C.

Opacity

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

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

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

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

This text has shadow with #B25F5C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B25F5C.

Preview

Color preview on black background

This text has color #B25F5C on black background.


Color preview on white background

This text has color #B25F5C on white background.


Black color preview on #B25F5C background

This text has black color on #B25F5C background.


White color preview on #B25F5C background

This text has white color on #B25F5C background.


Related colors

Complementary color

Complementary color for #hex is #4DA0A3.


I love getcolorcode.com

Triadic colors

1 #5CB25F and #5F5CB2 with #B25F5C are triadic colors.

2 #5C5FB2 and #5FB25C with #B25F5C are triadic colors.