#BFBA3C

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

Shades of Old Gold #BFBA3C

Tints of Old Gold #BFBA3C

Color information

#BFBA3C (or 0xBFBA3C) is unknown color: approx Old Gold. HEX triplet: BF, BA and 3C. RGB value is (191,186,60). Sum of RGB (Red+Green+Blue) = 191+186+60=437 (57% of max value = 765). Red value is 191 (75% from 255 or 43.71% from 437); Green value is 186 (73.05% from 255 or 42.56% from 437); Blue value is 60 (23.83% from 255 or 13.73% from 437); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBA3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFBA3C is #4045C3. Grayscale: #ADADAD. Windows color (decimal): -4212164 or 3979967. OLE color: 3979967.

HSL color Cylindrical-coordinate representation of color #BFBA3C: hue angle of 57.71º 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 #BFBA3C is Cyan = 0, Magento = 0.03, Yellow = 0.69 and Black (K on CMYK) = 0.25.

Color convert

RGB19118660-
CMYK00.030.690.25
HSL57.71º52.19%49.22%-
HSV(B)57.71º68.59%74.9%-
XYZ39.8646.5211.15-
YUV173.1364.16140.75-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.71%
GREEN value IS 186 (73.05% from 255) = 42.56%
BLUE value IS 60 (23.83% from 255) = 13.73%
R=43.71%
G=42.56%
B=13.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.69
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911866000.030.690.2557.7152.1949.22
HexBFBA3C0345193a3431
Octal277272740310531726461
Binary1011111110111010111100011100010111001111010110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBA3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBA3C; }

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

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

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

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

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

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

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

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