COLOR #B4923B

HEX: #B4923B
RGB: (180,146,59)

Color info

#B4923B contains mainly red and green colors. Web safe color of #B4923B is #CC9933 (or #C93).

RGB color model

#B4923B color RGB value is (180,146,59).

  • red value is 180;
  • green value is 146;
  • blue value is 59.
RGB:
(180,146,59)
(71%,57%,23%)

RGB channels and saturation

R 180 of 255 = 71%
G 146 of 255 = 57%
B 59 of 255 = 23%

180
146
59

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

Portions of RGB colors in percentages

R + G + B =
180 + 146 + 59 = 385 (100%)
R 180 of 385 ~ 46.75%
G 146 of 385 ~ 37.92%
B 59 of 385 ~ 15.32%

%46.75
%37.92
%15.32

CMYK color model

#B4923B color CMYK value is (0,19,67,29).

  • cyan value is 0.00%
  • magenta value is 18.89%
  • yellow value is 67.22%
  • key color value is 29.41%
CMYK:
(0,19,67,29)
C0M19Y67K29 
(0%,19%,67%,29%)
(0.00/0.19/0.67/0.29)	

CMYK percentages

%0
%18.89
%67.22
%29.41

Codes

Color #B4923B in popluar color models

B4923B
RGB18014659
HSL43°50.63%46.86%
HSB/HSV43°67.22%70.59%
CMYK0.00%18.89%67.22%
29.41%

Color #B4923B in popluar number systems.

HEXB4923B
Decimal18014659
Binary1011010010010010111011
Octal26422273

Shades and tints

Shades of #B4923B

#B4923B
(180,146,59)
#A48536
(164,133,54)
#947831
(148,120,49)
#846B2C
(132,107,44)
#745E27
(116,94,39)
#645122
(100,81,34)
#54441D
(84,68,29)
#443718
(68,55,24)
#342A13
(52,42,19)
#241D0E
(36,29,14)
#141009
(20,16,9)
#000000
(0,0,0)

Tints of #B4923B

#B4923B
(180,146,59)
#BA9B4C
(186,155,76)
#C0A45D
(192,164,93)
#C6AD6E
(198,173,110)
#CCB67F
(204,182,127)
#D2BF90
(210,191,144)
#D8C8A1
(216,200,161)
#DED1B2
(222,209,178)
#E4DAC3
(228,218,195)
#EAE3D4
(234,227,212)
#F0ECE5
(240,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4923B color. Also use rgb(180,146,59) instead hex code.

Text Font Color

.myTextColor { color: #B4923B; }

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

This text font color is #B4923B.


Background Color

.myBgColor { background-color: #B4923B; }

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

This div background color is #B4923B.


Border color

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

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

This div border color is #B4923B.


Opacity

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

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

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

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

This text has shadow with #B4923B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4923B on black background.


Color preview on white background

This text has color #B4923B on white background.



Black color preview on #B4923B background

This text has black color on #B4923B background.


White color preview on #B4923B background

This text has white color on #B4923B background.