COLOR #BFB73B

HEX: #BFB73B RGB: (191,183,59)

Color info

#BFB73B contains mainly red and green colors. Web safe color of #BFB73B is #CCCC33 (or #CC3).

RGB color model

#BFB73B color RGB value is (191,183,59).

RGB: (191,183,59) (75%, 72%, 23%)

RGB channels and saturation

R 191 of 255 = 75%
G 183 of 255 = 72%
B 59 of 255 = 23%

191
183
59

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

Portions of RGB colors in percentages

R + G + B = 191 + 183 + 59 = 433 (100%)
R 191 of 433 ~ 44.11%
G 183 of 433 ~ 42.26%
B 59 of 433 ~ 13.63'%

%44.11
%42.26
%13.63

CMYK color model

#BFB73B color CMYK value is (0,4,69,25).

  • cyan value is 0.00%
  • magenta value is 4.19%
  • yellow value is 69.11%
  • key color value is 25.10%
CMYK: (0,4,69,25) C0M4Y69K25 (0%,4%,69%,25%) (0.00/0.04/0.69/0.25) 

CMYK percentages

%0
%4.19
%69.11
%25.1

Codes

Color #BFB73B in popluar color models

BF B7 3B
RGB 191 183 59
HSL 56° 52.80% 49.02%
HSB/HSV 56° 69.11% 74.90%
CMYK 0.00% 4.19% 69.11%
25.10%

Color #BFB73B in popluar number systems.

HEX BF B7 3B
Decimal 191 183 59
Binary 10111111 10110111 111011
Octal 277 267 73

Shades and tints

Shades of #BFB73B

#BFB73B
(191,183,59)
#AEA736
(174,167,54)
#9D9731
(157,151,49)
#8C872C
(140,135,44)
#7B7727
(123,119,39)
#6A6722
(106,103,34)
#59571D
(89,87,29)
#484718
(72,71,24)
#373713
(55,55,19)
#26270E
(38,39,14)
#151709
(21,23,9)
#000000
(0,0,0)

Tints of #BFB73B

#BFB73B
(191,183,59)
#C4BD4C
(196,189,76)
#C9C35D
(201,195,93)
#CEC96E
(206,201,110)
#D3CF7F
(211,207,127)
#D8D590
(216,213,144)
#DDDBA1
(221,219,161)
#E2E1B2
(226,225,178)
#E7E7C3
(231,231,195)
#ECEDD4
(236,237,212)
#F1F3E5
(241,243,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFB73B; }

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

This text font color is #BFB73B.

Background Color

.myBgColor { background-color: #BFB73B; }

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

This div background color is #BFB73B.

Border color

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

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

This div border color is #BFB73B.

Opacity

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

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

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

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

This text has shadow with #BFB73B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BFB73B.

Preview

Color preview on black background

This text has color #BFB73B on black background.


Color preview on white background

This text has color #BFB73B on white background.


Black color preview on #BFB73B background

This text has black color on #BFB73B background.


White color preview on #BFB73B background

This text has white color on #BFB73B background.


Related colors

Complementary color

Complementary color for #hex is #4048C4.


I love getcolorcode.com

Triadic colors

1 #3BBFB7 and #B73BBF with #BFB73B are triadic colors.

2 #3BB7BF and #B7BF3B with #BFB73B are triadic colors.