COLOR #B25A10

HEX: #B25A10
RGB: (178,90,16)

Color info

#B25A10 contains mainly red color. Web safe color of #B25A10 is #996600 (or #960).

RGB color model

#B25A10 color RGB value is (178,90,16).

  • red value is 178;
  • green value is 90;
  • blue value is 16.
RGB:
(178,90,16)
(70%,35%,6%)

RGB channels and saturation

R 178 of 255 = 70%
G 90 of 255 = 35%
B 16 of 255 = 6%

178
90
16

R + G + B ~ 37%. #B25A10 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
178 + 90 + 16 = 284 (100%)
R 178 of 284 ~ 62.68%
G 90 of 284 ~ 31.69%
B 16 of 284 ~ 5.63%

%62.68
%31.69

CMYK color model

#B25A10 color CMYK value is (0,49,91,30).

  • cyan value is 0.00%
  • magenta value is 49.44%
  • yellow value is 91.01%
  • key color value is 30.20%
CMYK:
(0,49,91,30)
C0M49Y91K30 
(0%,49%,91%,30%)
(0.00/0.49/0.91/0.30)	

CMYK percentages

%0
%49.44
%91.01
%30.2

Codes

Color #B25A10 in popluar color models

B25A10
RGB1789016
HSL27°83.51%38.04%
HSB/HSV27°91.01%69.80%
CMYK0.00%49.44%91.01%
30.20%

Color #B25A10 in popluar number systems.

HEXB25A10
Decimal1789016
Binary10110010101101010000
Octal26213220

Shades and tints

Shades of #B25A10

#B25A10
(178,90,16)
#A2520F
(162,82,15)
#924A0E
(146,74,14)
#82420D
(130,66,13)
#723A0C
(114,58,12)
#62320B
(98,50,11)
#522A0A
(82,42,10)
#422209
(66,34,9)
#321A08
(50,26,8)
#221207
(34,18,7)
#120A06
(18,10,6)
#000000
(0,0,0)

Tints of #B25A10

#B25A10
(178,90,16)
#B96925
(185,105,37)
#C0783A
(192,120,58)
#C7874F
(199,135,79)
#CE9664
(206,150,100)
#D5A579
(213,165,121)
#DCB48E
(220,180,142)
#E3C3A3
(227,195,163)
#EAD2B8
(234,210,184)
#F1E1CD
(241,225,205)
#F8F0E2
(248,240,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B25A10; }

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

This text font color is #B25A10.


Background Color

.myBgColor { background-color: #B25A10; }

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

This div background color is #B25A10.


Border color

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

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

This div border color is #B25A10.


Opacity

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

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

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

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

This text has shadow with #B25A10 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B25A10 on black background.


Color preview on white background

This text has color #B25A10 on white background.



Black color preview on #B25A10 background

This text has black color on #B25A10 background.


White color preview on #B25A10 background

This text has white color on #B25A10 background.