COLOR #B0B763

HEX: #B0B763
RGB: (176,183,99)

Color info

#B0B763 contains mainly red and green colors. Web safe color of #B0B763 is #99CC66 (or #9C6).

RGB color model

#B0B763 color RGB value is (176,183,99).

  • red value is 176;
  • green value is 183;
  • blue value is 99.
RGB:
(176,183,99)
(69%,72%,39%)

RGB channels and saturation

R 176 of 255 = 69%
G 183 of 255 = 72%
B 99 of 255 = 39%

176
183
99

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

Portions of RGB colors in percentages

R + G + B =
176 + 183 + 99 = 458 (100%)
R 176 of 458 ~ 38.43%
G 183 of 458 ~ 39.96%
B 99 of 458 ~ 21.62%

%38.43
%39.96
%21.62

CMYK color model

#B0B763 color CMYK value is (4,0,46,28).

  • cyan value is 3.83%
  • magenta value is 0.00%
  • yellow value is 45.90%
  • key color value is 28.24%
CMYK:
(4,0,46,28)
C4M0Y46K28 
(4%,0%,46%,28%)
(0.04/0.00/0.46/0.28)	

CMYK percentages

%3.83
%0
%45.9
%28.24

Codes

Color #B0B763 in popluar color models

B0B763
RGB17618399
HSL65°36.84%55.29%
HSB/HSV65°45.90%71.76%
CMYK3.83%0.00%45.90%
28.24%

Color #B0B763 in popluar number systems.

HEXB0B763
Decimal17618399
Binary10110000101101111100011
Octal260267143

Shades and tints

Shades of #B0B763

#B0B763
(176,183,99)
#A0A75A
(160,167,90)
#909751
(144,151,81)
#808748
(128,135,72)
#70773F
(112,119,63)
#606736
(96,103,54)
#50572D
(80,87,45)
#404724
(64,71,36)
#30371B
(48,55,27)
#202712
(32,39,18)
#101709
(16,23,9)
#000000
(0,0,0)

Tints of #B0B763

#B0B763
(176,183,99)
#B7BD71
(183,189,113)
#BEC37F
(190,195,127)
#C5C98D
(197,201,141)
#CCCF9B
(204,207,155)
#D3D5A9
(211,213,169)
#DADBB7
(218,219,183)
#E1E1C5
(225,225,197)
#E8E7D3
(232,231,211)
#EFEDE1
(239,237,225)
#F6F3EF
(246,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0B763 color. Also use rgb(176,183,99) instead hex code.

Text Font Color

.myTextColor { color: #B0B763; }

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

This text font color is #B0B763.


Background Color

.myBgColor { background-color: #B0B763; }

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

This div background color is #B0B763.


Border color

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

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

This div border color is #B0B763.


Opacity

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

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

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

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

This text has shadow with #B0B763 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0B763 on black background.


Color preview on white background

This text has color #B0B763 on white background.



Black color preview on #B0B763 background

This text has black color on #B0B763 background.


White color preview on #B0B763 background

This text has white color on #B0B763 background.