#BFBB3E

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

Shades of Old Gold #BFBB3E

Tints of Old Gold #BFBB3E

Color information

#BFBB3E (or 0xBFBB3E) is unknown color: approx Old Gold. HEX triplet: BF, BB and 3E. RGB value is (191,187,62). Sum of RGB (Red+Green+Blue) = 191+187+62=440 (58% of max value = 765). Red value is 191 (75% from 255 or 43.41% from 440); Green value is 187 (73.44% from 255 or 42.5% from 440); Blue value is 62 (24.61% from 255 or 14.09% from 440); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBB3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFBB3E is #4044C1. Grayscale: #AEAEAE. Windows color (decimal): -4211906 or 4111295. OLE color: 4111295.

HSL color Cylindrical-coordinate representation of color #BFBB3E: hue angle of 58.14º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BFBB3E is Cyan = 0, Magento = 0.02, Yellow = 0.68 and Black (K on CMYK) = 0.25.

Color convert

RGB19118762-
CMYK00.020.680.25
HSL58.14º50.99%49.61%-
HSV(B)58.14º67.54%74.9%-
XYZ40.1346.9611.51-
YUV173.9564.83140.16-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.41%
GREEN value IS 187 (73.44% from 255) = 42.5%
BLUE value IS 62 (24.61% from 255) = 14.09%
R=43.41%
G=42.5%
B=14.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.68
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911876200.020.680.2558.1450.9949.61
HexBFBB3E0244193a3332
Octal277273760210431726362
Binary1011111110111011111110010100010011001111010110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBB3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBB3E; }

 p { color: rgb(191,187,62); }

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

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

 a { background-color: rgb(191,187,62); }

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

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

 span { border-color: rgb(191,187,62); }

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