#BFB73C

Color #BFB73C Old Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Old Gold #BFB73C

Tints of Old Gold #BFB73C

Color information

#BFB73C (or 0xBFB73C) is unknown color: approx Old Gold. HEX triplet: BF, B7 and 3C. RGB value is (191,183,60). Sum of RGB (Red+Green+Blue) = 191+183+60=434 (57% of max value = 765). Red value is 191 (75% from 255 or 44.01% from 434); Green value is 183 (71.88% from 255 or 42.17% from 434); Blue value is 60 (23.83% from 255 or 13.82% from 434); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB73C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFB73C is #4048C3. Grayscale: #ABABAB. Windows color (decimal): -4212932 or 3979199. OLE color: 3979199.

HSL color Cylindrical-coordinate representation of color #BFB73C: hue angle of 56.34º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BFB73C is Cyan = 0, Magento = 0.04, Yellow = 0.69 and Black (K on CMYK) = 0.25.

Color convert

RGB19118360-
CMYK00.040.690.25
HSL56.34º52.19%49.22%-
HSV(B)56.34º68.59%74.9%-
XYZ39.2345.2710.94-
YUV171.3765.15142-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 191 (75% from 255) = 44.01%
GREEN value IS 183 (71.88% from 255) = 42.17%
BLUE value IS 60 (23.83% from 255) = 13.82%
R=44.01%
G=42.17%
B=13.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.69
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911836000.040.690.2556.3452.1949.22
HexBFB73C044519383431
Octal277267740410531706461
Binary10111111101101111111000100100010111001111000110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB73C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB73C; }

 p { color: rgb(191,183,60); }

 H1.HeaderClassName
 {
   color: #BFB73C;
 }
 .AnyTagClassName
 {
   color: #BFB73C;
 }
</style>
background-color css

<style>
 a { background-color: #BFB73C; }

 a { background-color: rgb(191,183,60); }

 div.DivClassName
 {
   background-color: #BFB73C;
 }
 .BgClassName
 {
   background-color: #BFB73C;
 }
</style>
border-color css

<style>
 span { border-color: #BFB73C; }

 span { border-color: rgb(191,183,60); }

 td.TdClassName
 {
   border-color: #BFB73C;
 }
 .TagClassName
 {
   border-color: #BFB73C;
 }
</style>