COLOR #B4890F

HEX: #B4890F
RGB: (180,137,15)

Color info

#B4890F contains mainly red and green colors. Web safe color of #B4890F is #CC9900 (or #C90).

RGB color model

#B4890F color RGB value is (180,137,15).

  • red value is 180;
  • green value is 137;
  • blue value is 15.
RGB:
(180,137,15)
(71%,54%,6%)

RGB channels and saturation

R 180 of 255 = 71%
G 137 of 255 = 54%
B 15 of 255 = 6%

180
137
15

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

Portions of RGB colors in percentages

R + G + B =
180 + 137 + 15 = 332 (100%)
R 180 of 332 ~ 54.22%
G 137 of 332 ~ 41.27%
B 15 of 332 ~ 4.52%

%54.22
%41.27

CMYK color model

#B4890F color CMYK value is (0,24,92,29).

  • cyan value is 0.00%
  • magenta value is 23.89%
  • yellow value is 91.67%
  • key color value is 29.41%
CMYK:
(0,24,92,29)
C0M24Y92K29 
(0%,24%,92%,29%)
(0.00/0.24/0.92/0.29)	

CMYK percentages

%0
%23.89
%91.67
%29.41

Codes

Color #B4890F in popluar color models

B4890F
RGB18013715
HSL44°84.62%38.24%
HSB/HSV44°91.67%70.59%
CMYK0.00%23.89%91.67%
29.41%

Color #B4890F in popluar number systems.

HEXB4890F
Decimal18013715
Binary10110100100010011111
Octal26421117

Shades and tints

Shades of #B4890F

#B4890F
(180,137,15)
#A47D0E
(164,125,14)
#94710D
(148,113,13)
#84650C
(132,101,12)
#74590B
(116,89,11)
#644D0A
(100,77,10)
#544109
(84,65,9)
#443508
(68,53,8)
#342907
(52,41,7)
#241D06
(36,29,6)
#141105
(20,17,5)
#000000
(0,0,0)

Tints of #B4890F

#B4890F
(180,137,15)
#BA9324
(186,147,36)
#C09D39
(192,157,57)
#C6A74E
(198,167,78)
#CCB163
(204,177,99)
#D2BB78
(210,187,120)
#D8C58D
(216,197,141)
#DECFA2
(222,207,162)
#E4D9B7
(228,217,183)
#EAE3CC
(234,227,204)
#F0EDE1
(240,237,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4890F color. Also use rgb(180,137,15) instead hex code.

Text Font Color

.myTextColor { color: #B4890F; }

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

This text font color is #B4890F.


Background Color

.myBgColor { background-color: #B4890F; }

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

This div background color is #B4890F.


Border color

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

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

This div border color is #B4890F.


Opacity

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

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

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

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

This text has shadow with #B4890F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4890F on black background.


Color preview on white background

This text has color #B4890F on white background.



Black color preview on #B4890F background

This text has black color on #B4890F background.


White color preview on #B4890F background

This text has white color on #B4890F background.