COLOR #B7BF0D

HEX: #B7BF0D
RGB: (183,191,13)

Color info

#B7BF0D contains mainly red and green colors. Web safe color of #B7BF0D is #CCCC00 (or #CC0).

RGB color model

#B7BF0D color RGB value is (183,191,13).

  • red value is 183;
  • green value is 191;
  • blue value is 13.
RGB:
(183,191,13)
(72%,75%,5%)

RGB channels and saturation

R 183 of 255 = 72%
G 191 of 255 = 75%
B 13 of 255 = 5%

183
191
13

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

Portions of RGB colors in percentages

R + G + B =
183 + 191 + 13 = 387 (100%)
R 183 of 387 ~ 47.29%
G 191 of 387 ~ 49.35%
B 13 of 387 ~ 3.36%

%47.29
%49.35

CMYK color model

#B7BF0D color CMYK value is (4,0,93,25).

  • cyan value is 4.19%
  • magenta value is 0.00%
  • yellow value is 93.19%
  • key color value is 25.10%
CMYK:
(4,0,93,25)
C4M0Y93K25 
(4%,0%,93%,25%)
(0.04/0.00/0.93/0.25)	

CMYK percentages

%4.19
%0
%93.19
%25.1

Codes

Color #B7BF0D in popluar color models

B7BF0D
RGB18319113
HSL63°87.25%40.00%
HSB/HSV63°93.19%74.90%
CMYK4.19%0.00%93.19%
25.10%

Color #B7BF0D in popluar number systems.

HEXB7BF0D
Decimal18319113
Binary10110111101111111101
Octal26727715

Shades and tints

Shades of #B7BF0D

#B7BF0D
(183,191,13)
#A7AE0C
(167,174,12)
#979D0B
(151,157,11)
#878C0A
(135,140,10)
#777B09
(119,123,9)
#676A08
(103,106,8)
#575907
(87,89,7)
#474806
(71,72,6)
#373705
(55,55,5)
#272604
(39,38,4)
#171503
(23,21,3)
#000000
(0,0,0)

Tints of #B7BF0D

#B7BF0D
(183,191,13)
#BDC423
(189,196,35)
#C3C939
(195,201,57)
#C9CE4F
(201,206,79)
#CFD365
(207,211,101)
#D5D87B
(213,216,123)
#DBDD91
(219,221,145)
#E1E2A7
(225,226,167)
#E7E7BD
(231,231,189)
#EDECD3
(237,236,211)
#F3F1E9
(243,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7BF0D color. Also use rgb(183,191,13) instead hex code.

Text Font Color

.myTextColor { color: #B7BF0D; }

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

This text font color is #B7BF0D.


Background Color

.myBgColor { background-color: #B7BF0D; }

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

This div background color is #B7BF0D.


Border color

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

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

This div border color is #B7BF0D.


Opacity

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

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

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

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

This text has shadow with #B7BF0D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7BF0D on black background.


Color preview on white background

This text has color #B7BF0D on white background.



Black color preview on #B7BF0D background

This text has black color on #B7BF0D background.


White color preview on #B7BF0D background

This text has white color on #B7BF0D background.