COLOR #B69302

HEX: #B69302
RGB: (182,147,2)

Color info

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

RGB color model

#B69302 color RGB value is (182,147,2).

  • red value is 182;
  • green value is 147;
  • blue value is 2.
RGB:
(182,147,2)
(71%,58%,1%)

RGB channels and saturation

R 182 of 255 = 71%
G 147 of 255 = 58%
B 2 of 255 = 1%

182
147
2

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

Portions of RGB colors in percentages

R + G + B =
182 + 147 + 2 = 331 (100%)
R 182 of 331 ~ 54.98%
G 147 of 331 ~ 44.41%
B 2 of 331 ~ 0.6%

%54.98
%44.41

CMYK color model

#B69302 color CMYK value is (0,19,99,29).

  • cyan value is 0.00%
  • magenta value is 19.23%
  • yellow value is 98.90%
  • key color value is 28.63%
CMYK:
(0,19,99,29)
C0M19Y99K29 
(0%,19%,99%,29%)
(0.00/0.19/0.99/0.29)	

CMYK percentages

%0
%19.23
%98.9
%28.63

Codes

Color #B69302 in popluar color models

B69302
RGB1821472
HSL48°97.83%36.08%
HSB/HSV48°98.90%71.37%
CMYK0.00%19.23%98.90%
28.63%

Color #B69302 in popluar number systems.

HEXB69302
Decimal1821472
Binary101101101001001110
Octal2662232

Shades and tints

Shades of #B69302

#B69302
(182,147,2)
#A68602
(166,134,2)
#967902
(150,121,2)
#866C02
(134,108,2)
#765F02
(118,95,2)
#665202
(102,82,2)
#564502
(86,69,2)
#463802
(70,56,2)
#362B02
(54,43,2)
#261E02
(38,30,2)
#161102
(22,17,2)
#000000
(0,0,0)

Tints of #B69302

#B69302
(182,147,2)
#BC9C19
(188,156,25)
#C2A530
(194,165,48)
#C8AE47
(200,174,71)
#CEB75E
(206,183,94)
#D4C075
(212,192,117)
#DAC98C
(218,201,140)
#E0D2A3
(224,210,163)
#E6DBBA
(230,219,186)
#ECE4D1
(236,228,209)
#F2EDE8
(242,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B69302 color. Also use rgb(182,147,2) instead hex code.

Text Font Color

.myTextColor { color: #B69302; }

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

This text font color is #B69302.


Background Color

.myBgColor { background-color: #B69302; }

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

This div background color is #B69302.


Border color

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

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

This div border color is #B69302.


Opacity

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

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

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

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

This text has shadow with #B69302 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B69302 on black background.


Color preview on white background

This text has color #B69302 on white background.



Black color preview on #B69302 background

This text has black color on #B69302 background.


White color preview on #B69302 background

This text has white color on #B69302 background.