COLOR #B25701

HEX: #B25701
RGB: (178,87,1)

Color info

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

RGB color model

#B25701 color RGB value is (178,87,1).

  • red value is 178;
  • green value is 87;
  • blue value is 1.
RGB:
(178,87,1)
(70%,34%,0%)

RGB channels and saturation

R 178 of 255 = 70%
G 87 of 255 = 34%
B 1 of 255 = 0%

178
87
1

R + G + B ~ 35%. #B25701 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
178 + 87 + 1 = 266 (100%)
R 178 of 266 ~ 66.92%
G 87 of 266 ~ 32.71%
B 1 of 266 ~ 0.38%

%66.92
%32.71

CMYK color model

#B25701 color CMYK value is (0,51,99,30).

  • cyan value is 0.00%
  • magenta value is 51.12%
  • yellow value is 99.44%
  • key color value is 30.20%
CMYK:
(0,51,99,30)
C0M51Y99K30 
(0%,51%,99%,30%)
(0.00/0.51/0.99/0.30)	

CMYK percentages

%0
%51.12
%99.44
%30.2

Codes

Color #B25701 in popluar color models

B25701
RGB178871
HSL29°98.88%35.10%
HSB/HSV29°99.44%69.80%
CMYK0.00%51.12%99.44%
30.20%

Color #B25701 in popluar number systems.

HEXB25701
Decimal178871
Binary1011001010101111
Octal2621271

Shades and tints

Shades of #B25701

#B25701
(178,87,1)
#A25001
(162,80,1)
#924901
(146,73,1)
#824201
(130,66,1)
#723B01
(114,59,1)
#623401
(98,52,1)
#522D01
(82,45,1)
#422601
(66,38,1)
#321F01
(50,31,1)
#221801
(34,24,1)
#121101
(18,17,1)
#000000
(0,0,0)

Tints of #B25701

#B25701
(178,87,1)
#B96618
(185,102,24)
#C0752F
(192,117,47)
#C78446
(199,132,70)
#CE935D
(206,147,93)
#D5A274
(213,162,116)
#DCB18B
(220,177,139)
#E3C0A2
(227,192,162)
#EACFB9
(234,207,185)
#F1DED0
(241,222,208)
#F8EDE7
(248,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B25701 color. Also use rgb(178,87,1) instead hex code.

Text Font Color

.myTextColor { color: #B25701; }

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

This text font color is #B25701.


Background Color

.myBgColor { background-color: #B25701; }

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

This div background color is #B25701.


Border color

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

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

This div border color is #B25701.


Opacity

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

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

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

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

This text has shadow with #B25701 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B25701 on black background.


Color preview on white background

This text has color #B25701 on white background.



Black color preview on #B25701 background

This text has black color on #B25701 background.


White color preview on #B25701 background

This text has white color on #B25701 background.