#BFB63C

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

Shades of Old Gold #BFB63C

Tints of Old Gold #BFB63C

Color information

#BFB63C (or 0xBFB63C) is unknown color: approx Old Gold. HEX triplet: BF, B6 and 3C. RGB value is (191,182,60). Sum of RGB (Red+Green+Blue) = 191+182+60=433 (57% of max value = 765). Red value is 191 (75% from 255 or 44.11% from 433); Green value is 182 (71.48% from 255 or 42.03% from 433); Blue value is 60 (23.83% from 255 or 13.86% from 433); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB63C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFB63C is #4049C3. Grayscale: #ABABAB. Windows color (decimal): -4213188 or 3978943. OLE color: 3978943.

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

Color convert

RGB19118260-
CMYK00.050.690.25
HSL55.88º52.19%49.22%-
HSV(B)55.88º68.59%74.9%-
XYZ39.0344.8610.88-
YUV170.7865.48142.42-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.11%
GREEN value IS 182 (71.48% from 255) = 42.03%
BLUE value IS 60 (23.83% from 255) = 13.86%
R=44.11%
G=42.03%
B=13.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.69
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911826000.050.690.2555.8852.1949.22
HexBFB63C054519383431
Octal277266740510531706461
Binary10111111101101101111000101100010111001111000110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB63C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB63C; }

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

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

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

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

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

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

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

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