COLOR #B7A30B

HEX: #B7A30B
RGB: (183,163,11)

Color info

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

RGB color model

#B7A30B color RGB value is (183,163,11).

  • red value is 183;
  • green value is 163;
  • blue value is 11.
RGB:
(183,163,11)
(72%,64%,4%)

RGB channels and saturation

R 183 of 255 = 72%
G 163 of 255 = 64%
B 11 of 255 = 4%

183
163
11

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

Portions of RGB colors in percentages

R + G + B =
183 + 163 + 11 = 357 (100%)
R 183 of 357 ~ 51.26%
G 163 of 357 ~ 45.66%
B 11 of 357 ~ 3.08%

%51.26
%45.66

CMYK color model

#B7A30B color CMYK value is (0,11,94,28).

  • cyan value is 0.00%
  • magenta value is 10.93%
  • yellow value is 93.99%
  • key color value is 28.24%
CMYK:
(0,11,94,28)
C0M11Y94K28 
(0%,11%,94%,28%)
(0.00/0.11/0.94/0.28)	

CMYK percentages

%0
%10.93
%93.99
%28.24

Codes

Color #B7A30B in popluar color models

B7A30B
RGB18316311
HSL53°88.66%38.04%
HSB/HSV53°93.99%71.76%
CMYK0.00%10.93%93.99%
28.24%

Color #B7A30B in popluar number systems.

HEXB7A30B
Decimal18316311
Binary10110111101000111011
Octal26724313

Shades and tints

Shades of #B7A30B

#B7A30B
(183,163,11)
#A7950A
(167,149,10)
#978709
(151,135,9)
#877908
(135,121,8)
#776B07
(119,107,7)
#675D06
(103,93,6)
#574F05
(87,79,5)
#474104
(71,65,4)
#373303
(55,51,3)
#272502
(39,37,2)
#171701
(23,23,1)
#000000
(0,0,0)

Tints of #B7A30B

#B7A30B
(183,163,11)
#BDAB21
(189,171,33)
#C3B337
(195,179,55)
#C9BB4D
(201,187,77)
#CFC363
(207,195,99)
#D5CB79
(213,203,121)
#DBD38F
(219,211,143)
#E1DBA5
(225,219,165)
#E7E3BB
(231,227,187)
#EDEBD1
(237,235,209)
#F3F3E7
(243,243,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7A30B color. Also use rgb(183,163,11) instead hex code.

Text Font Color

.myTextColor { color: #B7A30B; }

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

This text font color is #B7A30B.


Background Color

.myBgColor { background-color: #B7A30B; }

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

This div background color is #B7A30B.


Border color

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

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

This div border color is #B7A30B.


Opacity

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

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

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

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

This text has shadow with #B7A30B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7A30B on black background.


Color preview on white background

This text has color #B7A30B on white background.



Black color preview on #B7A30B background

This text has black color on #B7A30B background.


White color preview on #B7A30B background

This text has white color on #B7A30B background.