COLOR #B25A3D

HEX: #B25A3D RGB: (178,90,61)

Color info

#B25A3D contains mainly red color. Web safe color of #B25A3D is #996633 (or #963).

RGB color model

#B25A3D color RGB value is (178,90,61).

RGB: (178,90,61) (70%, 35%, 24%)

RGB channels and saturation

R 178 of 255 = 70%
G 90 of 255 = 35%
B 61 of 255 = 24%

178
90
61

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

Portions of RGB colors in percentages

R + G + B = 178 + 90 + 61 = 329 (100%)
R 178 of 329 ~ 54.1%
G 90 of 329 ~ 27.36%
B 61 of 329 ~ 18.54'%

%54.1
%27.36
%18.54

CMYK color model

#B25A3D color CMYK value is (0,49,66,30).

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

CMYK: (0,49,66,30)
C0M49Y66K30 (0%, 49%, 66%, 30%)
(0.00 / 0.49 / 0.66 / 0.30)

CMYK percentages

%0
%49.44
%65.73
%30.2

Codes

Color #B25A3D in popluar color models

B2 5A 3D
RGB 178 90 61
HSL 15° 48.95% 46.86%
HSB/HSV 15° 65.73% 69.80%
CMYK 0.00% 49.44% 65.73%
30.20%

Color #B25A3D in popluar number systems.

HEX B2 5A 3D
Decimal 178 90 61
Binary 10110010 1011010 111101
Octal 262 132 75

Shades and tints

Shades of #B25A3D

#B25A3D
(178,90,61)
#A25238
(162,82,56)
#924A33
(146,74,51)
#82422E
(130,66,46)
#723A29
(114,58,41)
#623224
(98,50,36)
#522A1F
(82,42,31)
#42221A
(66,34,26)
#321A15
(50,26,21)
#221210
(34,18,16)
#120A0B
(18,10,11)
#000000
(0,0,0)

Tints of #B25A3D

#B25A3D
(178,90,61)
#B9694E
(185,105,78)
#C0785F
(192,120,95)
#C78770
(199,135,112)
#CE9681
(206,150,129)
#D5A592
(213,165,146)
#DCB4A3
(220,180,163)
#E3C3B4
(227,195,180)
#EAD2C5
(234,210,197)
#F1E1D6
(241,225,214)
#F8F0E7
(248,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B25A3D; }

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

This text font color is #B25A3D.

Background Color

.myBgColor { background-color: #B25A3D; }

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

This div background color is #B25A3D.

Border color

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

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

This div border color is #B25A3D.

Opacity

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

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

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

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

This text has shadow with #B25A3D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B25A3D.

Preview

Color preview on black background

This text has color #B25A3D on black background.


Color preview on white background

This text has color #B25A3D on white background.


Black color preview on #B25A3D background

This text has black color on #B25A3D background.


White color preview on #B25A3D background

This text has white color on #B25A3D background.


Related colors

Complementary color

Complementary color for #hex is #4DA5C2.


I love getcolorcode.com

Triadic colors

1 #3DB25A and #5A3DB2 with #B25A3D are triadic colors.

2 #3D5AB2 and #5AB23D with #B25A3D are triadic colors.